Shades of Electric Purple #BD0CE8
Tints of Electric Purple #BD0CE8
RGB
CMYK
RGB Variations
Color information
#BD0CE8 (or 0xBD0CE8) is known color: Electric Purple. HEX triplet: BD, 0C and E8. RGB value is (189,12,232). Sum of RGB (Red+Green+Blue) = 189+12+232=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD0CE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0CE8 is #42F317. Grayscale: #595959. Windows color (decimal): -4387608 or 15207613. OLE color: 15207613.
HSL color Cylindrical-coordinate representation of color #BD0CE8: hue angle of 288.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0CE8 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 12 | 232 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.09 |
| HSL | 288.27º | 0.9% | 0.48% | - |
| HSV(B) | 288.27º | 0.95% | 0.91% | - |
| XYZ | 35.68 | 16.91 | 77.73 | - |
| YUV | 90 | 208.14 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 232 | 0.19 | 0.95 | 0 | 0.09 | 288.27 | 0.9 | 0.48 |
| Hex | BD | C | E8 | 13 | 5F | 0 | 9 | 120 | 5A | 30 |
| Octal | 275 | 14 | 350 | 23 | 137 | 0 | 11 | 440 | 132 | 60 |
| Binary | 10111101 | 1100 | 11101000 | 10011 | 1011111 | 0 | 1001 | 100100000 | 1011010 | 110000 |
Color Harmonies of #BD0CE8
Complementary color
Monochromatic Colors of #BD0CE8
Black with #BD0CE8
Text Example
Text Example
White with #BD0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CE8; }
p { color: rgb(189,12,232); }
H1.HeaderClassName
{
color: #BD0CE8;
}
.AnyTagClassName
{
color: #BD0CE8;
}
</style>
background-color css
<style>
a { background-color: #BD0CE8; }
a { background-color: rgb(189,12,232); }
div.DivClassName
{
background-color: #BD0CE8;
}
.BgClassName
{
background-color: #BD0CE8;
}
</style>
border-color css
<style>
span { border-color: #BD0CE8; }
span { border-color: rgb(189,12,232); }
td.TdClassName
{
border-color: #BD0CE8;
}
.TagClassName
{
border-color: #BD0CE8;
}
</style>