Shades of Electric Purple #BF02E4
Tints of Electric Purple #BF02E4
RGB
CMYK
RGB Variations
Color information
#BF02E4 (or 0xBF02E4) is known color: Electric Purple. HEX triplet: BF, 02 and E4. RGB value is (191,2,228). Sum of RGB (Red+Green+Blue) = 191+2+228=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF02E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF02E4 is #40FD1B. Grayscale: #535353. Windows color (decimal): -4259100 or 14942911. OLE color: 14942911.
HSL color Cylindrical-coordinate representation of color #BF02E4: hue angle of 290.18º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02E4 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 2 | 228 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.11 |
| HSL | 290.18º | 0.98% | 0.45% | - |
| HSV(B) | 290.18º | 0.99% | 0.89% | - |
| XYZ | 35.51 | 16.72 | 74.75 | - |
| YUV | 84.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 228 | 0.16 | 0.99 | 0 | 0.11 | 290.18 | 0.98 | 0.45 |
| Hex | BF | 2 | E4 | 10 | 63 | 0 | B | 122 | 62 | 2D |
| Octal | 277 | 2 | 344 | 20 | 143 | 0 | 13 | 442 | 142 | 55 |
| Binary | 10111111 | 10 | 11100100 | 10000 | 1100011 | 0 | 1011 | 100100010 | 1100010 | 101101 |
Color Harmonies of #BF02E4
Complementary color
Monochromatic Colors of #BF02E4
Black with #BF02E4
Text Example
Text Example
White with #BF02E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02E4; }
p { color: rgb(191,2,228); }
H1.HeaderClassName
{
color: #BF02E4;
}
.AnyTagClassName
{
color: #BF02E4;
}
</style>
background-color css
<style>
a { background-color: #BF02E4; }
a { background-color: rgb(191,2,228); }
div.DivClassName
{
background-color: #BF02E4;
}
.BgClassName
{
background-color: #BF02E4;
}
</style>
border-color css
<style>
span { border-color: #BF02E4; }
span { border-color: rgb(191,2,228); }
td.TdClassName
{
border-color: #BF02E4;
}
.TagClassName
{
border-color: #BF02E4;
}
</style>