Shades of Electric Purple #BD0EEC
Tints of Electric Purple #BD0EEC
RGB
CMYK
RGB Variations
Color information
#BD0EEC (or 0xBD0EEC) is known color: Electric Purple. HEX triplet: BD, 0E and EC. RGB value is (189,14,236). Sum of RGB (Red+Green+Blue) = 189+14+236=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0EEC is #42F113. Grayscale: #5A5A5A. Windows color (decimal): -4387092 or 15470269. OLE color: 15470269.
HSL color Cylindrical-coordinate representation of color #BD0EEC: hue angle of 287.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0EEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 14 | 236 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.07 |
| HSL | 287.3º | 0.89% | 0.49% | - |
| HSV(B) | 287.3º | 0.94% | 0.93% | - |
| XYZ | 36.28 | 17.19 | 80.76 | - |
| YUV | 91.63 | 209.48 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 236 | 0.20 | 0.94 | 0 | 0.07 | 287.3 | 0.89 | 0.49 |
| Hex | BD | E | EC | 14 | 5E | 0 | 7 | 11F | 59 | 31 |
| Octal | 275 | 16 | 354 | 24 | 136 | 0 | 7 | 437 | 131 | 61 |
| Binary | 10111101 | 1110 | 11101100 | 10100 | 1011110 | 0 | 111 | 100011111 | 1011001 | 110001 |
Color Harmonies of #BD0EEC
Complementary color
Monochromatic Colors of #BD0EEC
Black with #BD0EEC
Text Example
Text Example
White with #BD0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EEC; }
p { color: rgb(189,14,236); }
H1.HeaderClassName
{
color: #BD0EEC;
}
.AnyTagClassName
{
color: #BD0EEC;
}
</style>
background-color css
<style>
a { background-color: #BD0EEC; }
a { background-color: rgb(189,14,236); }
div.DivClassName
{
background-color: #BD0EEC;
}
.BgClassName
{
background-color: #BD0EEC;
}
</style>
border-color css
<style>
span { border-color: #BD0EEC; }
span { border-color: rgb(189,14,236); }
td.TdClassName
{
border-color: #BD0EEC;
}
.TagClassName
{
border-color: #BD0EEC;
}
</style>