What is the HSL code for bright purple?
The CSS color bright purple in HSL format is hsl(284.9, 98.4%, 50.2%). 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: hsl(284.9, 98.4%, 50.2%);
- Background: background-color: hsl(284.9, 98.4%, 50.2%);
- Border: border-color: hsl(284.9, 98.4%, 50.2%);
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 HSL?
Select bright purple from the color name list in our color converter. The HSL value — hsl(284.9, 98.4%, 50.2%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.