What is the HEX code for purplish red?
The CSS color purplish red in HEX format is #b0054b. Use this value directly in CSS, SVG, and most design tools.
How do I use purplish red in CSS?
To apply purplish red in CSS:
- Text color: color: #b0054b;
- Background: background-color: #b0054b;
- Border: border-color: #b0054b;
What are all the color format values for purplish red?
| Format | Value |
|---|---|
| HEX | #b0054b |
| RGB | rgb(176, 5, 75) |
| HSL | hsl(335.4, 94.5%, 35.5%) |
| CMYK | cmyk(0%, 97.2%, 57.4%, 31%) |
How do I convert purplish red to HEX?
Select purplish red from the color name list in our color converter. The HEX value — #b0054b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does purplish red belong to?
purplish red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 335.4°, saturation 94.5%, lightness 35.5%.
How do I create lighter and darker shades of purplish red?
Lighter variant (lightness 50.5%): #f8096b. Darker variant (lightness 20.5%): #66032b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.