Shades of Electric Purple #BD0EEA
Tints of Electric Purple #BD0EEA
RGB
CMYK
RGB Variations
Color information
#BD0EEA (or 0xBD0EEA) is known color: Electric Purple. HEX triplet: BD, 0E and EA. RGB value is (189,14,234). Sum of RGB (Red+Green+Blue) = 189+14+234=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD0EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EEA is #42F115. Grayscale: #5A5A5A. Windows color (decimal): -4387094 or 15339197. OLE color: 15339197.
HSL color Cylindrical-coordinate representation of color #BD0EEA: hue angle of 287.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EEA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 14 | 234 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.08 |
| HSL | 287.73º | 0.89% | 0.49% | - |
| HSV(B) | 287.73º | 0.94% | 0.92% | - |
| XYZ | 35.99 | 17.07 | 79.24 | - |
| YUV | 91.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 234 | 0.19 | 0.94 | 0 | 0.08 | 287.73 | 0.89 | 0.49 |
| Hex | BD | E | EA | 13 | 5E | 0 | 8 | 120 | 59 | 31 |
| Octal | 275 | 16 | 352 | 23 | 136 | 0 | 10 | 440 | 131 | 61 |
| Binary | 10111101 | 1110 | 11101010 | 10011 | 1011110 | 0 | 1000 | 100100000 | 1011001 | 110001 |
Color Harmonies of #BD0EEA
Complementary color
Monochromatic Colors of #BD0EEA
Black with #BD0EEA
Text Example
Text Example
White with #BD0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EEA; }
p { color: rgb(189,14,234); }
H1.HeaderClassName
{
color: #BD0EEA;
}
.AnyTagClassName
{
color: #BD0EEA;
}
</style>
background-color css
<style>
a { background-color: #BD0EEA; }
a { background-color: rgb(189,14,234); }
div.DivClassName
{
background-color: #BD0EEA;
}
.BgClassName
{
background-color: #BD0EEA;
}
</style>
border-color css
<style>
span { border-color: #BD0EEA; }
span { border-color: rgb(189,14,234); }
td.TdClassName
{
border-color: #BD0EEA;
}
.TagClassName
{
border-color: #BD0EEA;
}
</style>