Shades of Electric Purple #BD0BEC
Tints of Electric Purple #BD0BEC
RGB
CMYK
RGB Variations
Color information
#BD0BEC (or 0xBD0BEC) is known color: Electric Purple. HEX triplet: BD, 0B and EC. RGB value is (189,11,236). Sum of RGB (Red+Green+Blue) = 189+11+236=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD0BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0BEC is #42F413. Grayscale: #595959. Windows color (decimal): -4387860 or 15469501. OLE color: 15469501.
HSL color Cylindrical-coordinate representation of color #BD0BEC: hue angle of 287.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0BEC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 11 | 236 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.07 |
| HSL | 287.47º | 0.91% | 0.48% | - |
| HSV(B) | 287.47º | 0.95% | 0.93% | - |
| XYZ | 36.25 | 17.11 | 80.75 | - |
| YUV | 89.87 | 210.47 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 236 | 0.20 | 0.95 | 0 | 0.07 | 287.47 | 0.91 | 0.48 |
| Hex | BD | B | EC | 14 | 5F | 0 | 7 | 11F | 5B | 30 |
| Octal | 275 | 13 | 354 | 24 | 137 | 0 | 7 | 437 | 133 | 60 |
| Binary | 10111101 | 1011 | 11101100 | 10100 | 1011111 | 0 | 111 | 100011111 | 1011011 | 110000 |
Color Harmonies of #BD0BEC
Complementary color
Monochromatic Colors of #BD0BEC
Black with #BD0BEC
Text Example
Text Example
White with #BD0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BEC; }
p { color: rgb(189,11,236); }
H1.HeaderClassName
{
color: #BD0BEC;
}
.AnyTagClassName
{
color: #BD0BEC;
}
</style>
background-color css
<style>
a { background-color: #BD0BEC; }
a { background-color: rgb(189,11,236); }
div.DivClassName
{
background-color: #BD0BEC;
}
.BgClassName
{
background-color: #BD0BEC;
}
</style>
border-color css
<style>
span { border-color: #BD0BEC; }
span { border-color: rgb(189,11,236); }
td.TdClassName
{
border-color: #BD0BEC;
}
.TagClassName
{
border-color: #BD0BEC;
}
</style>