Shades of Electric Purple #BD0EE8
Tints of Electric Purple #BD0EE8
RGB
CMYK
RGB Variations
Color information
#BD0EE8 (or 0xBD0EE8) is known color: Electric Purple. HEX triplet: BD, 0E and E8. RGB value is (189,14,232). Sum of RGB (Red+Green+Blue) = 189+14+232=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD0EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EE8 is #42F117. Grayscale: #5A5A5A. Windows color (decimal): -4387096 or 15208125. OLE color: 15208125.
HSL color Cylindrical-coordinate representation of color #BD0EE8: hue angle of 288.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EE8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 14 | 232 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 288.17º | 0.89% | 0.48% | - |
| HSV(B) | 288.17º | 0.94% | 0.91% | - |
| XYZ | 35.71 | 16.96 | 77.74 | - |
| YUV | 91.18 | 207.48 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 232 | 0.19 | 0.94 | 0 | 0.09 | 288.17 | 0.89 | 0.48 |
| Hex | BD | E | E8 | 13 | 5E | 0 | 9 | 120 | 59 | 30 |
| Octal | 275 | 16 | 350 | 23 | 136 | 0 | 11 | 440 | 131 | 60 |
| Binary | 10111101 | 1110 | 11101000 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011001 | 110000 |
Color Harmonies of #BD0EE8
Complementary color
Monochromatic Colors of #BD0EE8
Black with #BD0EE8
Text Example
Text Example
White with #BD0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EE8; }
p { color: rgb(189,14,232); }
H1.HeaderClassName
{
color: #BD0EE8;
}
.AnyTagClassName
{
color: #BD0EE8;
}
</style>
background-color css
<style>
a { background-color: #BD0EE8; }
a { background-color: rgb(189,14,232); }
div.DivClassName
{
background-color: #BD0EE8;
}
.BgClassName
{
background-color: #BD0EE8;
}
</style>
border-color css
<style>
span { border-color: #BD0EE8; }
span { border-color: rgb(189,14,232); }
td.TdClassName
{
border-color: #BD0EE8;
}
.TagClassName
{
border-color: #BD0EE8;
}
</style>