Shades of Electric Purple #BF02E9
Tints of Electric Purple #BF02E9
RGB
CMYK
RGB Variations
Color information
#BF02E9 (or 0xBF02E9) is known color: Electric Purple. HEX triplet: BF, 02 and E9. RGB value is (191,2,233). Sum of RGB (Red+Green+Blue) = 191+2+233=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF02E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF02E9 is #40FD16. Grayscale: #545454. Windows color (decimal): -4259095 or 15270591. OLE color: 15270591.
HSL color Cylindrical-coordinate representation of color #BF02E9: hue angle of 289.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02E9 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 2 | 233 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.09 |
| HSL | 289.09º | 0.98% | 0.46% | - |
| HSV(B) | 289.09º | 0.99% | 0.91% | - |
| XYZ | 36.22 | 17 | 78.46 | - |
| YUV | 84.85 | 211.62 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 233 | 0.18 | 0.99 | 0 | 0.09 | 289.09 | 0.98 | 0.46 |
| Hex | BF | 2 | E9 | 12 | 63 | 0 | 9 | 121 | 62 | 2E |
| Octal | 277 | 2 | 351 | 22 | 143 | 0 | 11 | 441 | 142 | 56 |
| Binary | 10111111 | 10 | 11101001 | 10010 | 1100011 | 0 | 1001 | 100100001 | 1100010 | 101110 |
Color Harmonies of #BF02E9
Complementary color
Monochromatic Colors of #BF02E9
Black with #BF02E9
Text Example
Text Example
White with #BF02E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02E9; }
p { color: rgb(191,2,233); }
H1.HeaderClassName
{
color: #BF02E9;
}
.AnyTagClassName
{
color: #BF02E9;
}
</style>
background-color css
<style>
a { background-color: #BF02E9; }
a { background-color: rgb(191,2,233); }
div.DivClassName
{
background-color: #BF02E9;
}
.BgClassName
{
background-color: #BF02E9;
}
</style>
border-color css
<style>
span { border-color: #BF02E9; }
span { border-color: rgb(191,2,233); }
td.TdClassName
{
border-color: #BF02E9;
}
.TagClassName
{
border-color: #BF02E9;
}
</style>