Shades of Electric Purple #BD0BE8
Tints of Electric Purple #BD0BE8
RGB
CMYK
RGB Variations
Color information
#BD0BE8 (or 0xBD0BE8) is known color: Electric Purple. HEX triplet: BD, 0B and E8. RGB value is (189,11,232). Sum of RGB (Red+Green+Blue) = 189+11+232=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD0BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0BE8 is #42F417. Grayscale: #585858. Windows color (decimal): -4387864 or 15207357. OLE color: 15207357.
HSL color Cylindrical-coordinate representation of color #BD0BE8: hue angle of 288.33º degrees, saturation: 0.91, 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 #BD0BE8 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 11 | 232 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.09 |
| HSL | 288.33º | 0.91% | 0.48% | - |
| HSV(B) | 288.33º | 0.95% | 0.91% | - |
| XYZ | 35.67 | 16.88 | 77.72 | - |
| YUV | 89.42 | 208.47 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 232 | 0.19 | 0.95 | 0 | 0.09 | 288.33 | 0.91 | 0.48 |
| Hex | BD | B | E8 | 13 | 5F | 0 | 9 | 120 | 5B | 30 |
| Octal | 275 | 13 | 350 | 23 | 137 | 0 | 11 | 440 | 133 | 60 |
| Binary | 10111101 | 1011 | 11101000 | 10011 | 1011111 | 0 | 1001 | 100100000 | 1011011 | 110000 |
Color Harmonies of #BD0BE8
Complementary color
Monochromatic Colors of #BD0BE8
Black with #BD0BE8
Text Example
Text Example
White with #BD0BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BE8; }
p { color: rgb(189,11,232); }
H1.HeaderClassName
{
color: #BD0BE8;
}
.AnyTagClassName
{
color: #BD0BE8;
}
</style>
background-color css
<style>
a { background-color: #BD0BE8; }
a { background-color: rgb(189,11,232); }
div.DivClassName
{
background-color: #BD0BE8;
}
.BgClassName
{
background-color: #BD0BE8;
}
</style>
border-color css
<style>
span { border-color: #BD0BE8; }
span { border-color: rgb(189,11,232); }
td.TdClassName
{
border-color: #BD0BE8;
}
.TagClassName
{
border-color: #BD0BE8;
}
</style>