RGB
191, 0, 255
HSL
285°, 100%, 50%
CMYK
25, 100, 0, 0
HSV
285°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #BF00FF |
color: #BF00FF;
|
| RGB | 191, 0, 255 |
color: rgb(191, 0, 255);
|
| RGB Percentage | 75%, 0%, 100% |
color: rgb(75%, 0%, 100%);
|
| CMYK | 25%, 100%, 0%, 0% | Not supported in CSS |
| HSL | 285°, 100%, 50% |
color: hsl(285, 100%, 50%);
|
| HSV | 285°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, 38, -85 |
color: lab(40% 38 -85);
|
| Decimal | 12517631 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.electric-purple {
color: #BF00FF;
}
SCSS
$electric-purple: #BF00FF;
RGB
rgb(191, 0, 255)
Accessibility & Contrast
White background
4.51:1
4.51
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
4.66:1
4.66
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element