Shades of Electric Purple #BF00E8
Tints of Electric Purple #BF00E8
RGB
CMYK
RGB Variations
Color information
#BF00E8 (or 0xBF00E8) is known color: Electric Purple. HEX triplet: BF, 00 and E8. RGB value is (191,0,232). Sum of RGB (Red+Green+Blue) = 191+0+232=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF00E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00E8 is #40FF17. Grayscale: #525252. Windows color (decimal): -4259608 or 15204543. OLE color: 15204543.
HSL color Cylindrical-coordinate representation of color #BF00E8: hue angle of 289.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00E8 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 0 | 232 | - |
| CMYK | 0.18 | 1 | 0 | 0.09 |
| HSL | 289.4º | 1% | 0.45% | - |
| HSV(B) | 289.4º | 1% | 0.91% | - |
| XYZ | 36.05 | 16.9 | 77.71 | - |
| YUV | 83.56 | 211.78 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 232 | 0.18 | 1 | 0 | 0.09 | 289.4 | 1 | 0.45 |
| Hex | BF | 0 | E8 | 12 | 64 | 0 | 9 | 121 | 64 | 2D |
| Octal | 277 | 0 | 350 | 22 | 144 | 0 | 11 | 441 | 144 | 55 |
| Binary | 10111111 | 0 | 11101000 | 10010 | 1100100 | 0 | 1001 | 100100001 | 1100100 | 101101 |
Color Harmonies of #BF00E8
Complementary color
Monochromatic Colors of #BF00E8
Black with #BF00E8
Text Example
Text Example
White with #BF00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF00E8; }
p { color: rgb(191,0,232); }
H1.HeaderClassName
{
color: #BF00E8;
}
.AnyTagClassName
{
color: #BF00E8;
}
</style>
background-color css
<style>
a { background-color: #BF00E8; }
a { background-color: rgb(191,0,232); }
div.DivClassName
{
background-color: #BF00E8;
}
.BgClassName
{
background-color: #BF00E8;
}
</style>
border-color css
<style>
span { border-color: #BF00E8; }
span { border-color: rgb(191,0,232); }
td.TdClassName
{
border-color: #BF00E8;
}
.TagClassName
{
border-color: #BF00E8;
}
</style>