Shades of Electric Purple #BF02EF
Tints of Electric Purple #BF02EF
RGB
CMYK
RGB Variations
Color information
#BF02EF (or 0xBF02EF) is known color: Electric Purple. HEX triplet: BF, 02 and EF. RGB value is (191,2,239). Sum of RGB (Red+Green+Blue) = 191+2+239=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF02EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF02EF is #40FD10. Grayscale: #545454. Windows color (decimal): -4259089 or 15663807. OLE color: 15663807.
HSL color Cylindrical-coordinate representation of color #BF02EF: hue angle of 287.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02EF is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 2 | 239 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.06 |
| HSL | 287.85º | 0.98% | 0.47% | - |
| HSV(B) | 287.85º | 0.99% | 0.94% | - |
| XYZ | 37.09 | 17.35 | 83.06 | - |
| YUV | 85.53 | 214.62 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 2 | 239 | 0.20 | 0.99 | 0 | 0.06 | 287.85 | 0.98 | 0.47 |
| Hex | BF | 2 | EF | 14 | 63 | 0 | 6 | 120 | 62 | 2F |
| Octal | 277 | 2 | 357 | 24 | 143 | 0 | 6 | 440 | 142 | 57 |
| Binary | 10111111 | 10 | 11101111 | 10100 | 1100011 | 0 | 110 | 100100000 | 1100010 | 101111 |
Color Harmonies of #BF02EF
Complementary color
Monochromatic Colors of #BF02EF
Black with #BF02EF
Text Example
Text Example
White with #BF02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF02EF; }
p { color: rgb(191,2,239); }
H1.HeaderClassName
{
color: #BF02EF;
}
.AnyTagClassName
{
color: #BF02EF;
}
</style>
background-color css
<style>
a { background-color: #BF02EF; }
a { background-color: rgb(191,2,239); }
div.DivClassName
{
background-color: #BF02EF;
}
.BgClassName
{
background-color: #BF02EF;
}
</style>
border-color css
<style>
span { border-color: #BF02EF; }
span { border-color: rgb(191,2,239); }
td.TdClassName
{
border-color: #BF02EF;
}
.TagClassName
{
border-color: #BF02EF;
}
</style>