What is the HEX code for bright purple?
The CSS color bright purple in HEX format is #be03fd. Use this value directly in CSS, SVG, and most design tools.
How do I use bright purple in CSS?
To apply bright purple in CSS:
- Text color: color: #be03fd;
- Background: background-color: #be03fd;
- Border: border-color: #be03fd;
What are all the color format values for bright purple?
| Format | Value |
|---|---|
| HEX | #be03fd |
| RGB | rgb(190, 3, 253) |
| HSL | hsl(284.9, 98.4%, 50.2%) |
| CMYK | cmyk(24.9%, 98.8%, 0%, 0.8%) |
How do I convert bright purple to HEX?
Select bright purple from the color name list in our color converter. The HEX value — #be03fd — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bright purple belong to?
bright purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 284.9°, saturation 98.4%, lightness 50.2%.
How do I create lighter and darker shades of bright purple?
Lighter variant (lightness 65.2%): #d24ffe. Darker variant (lightness 35.2%): #8601b2. 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.