Shades of Deep Magenta #BD0EBD
Tints of Deep Magenta #BD0EBD
RGB
CMYK
RGB Variations
Color information
#BD0EBD (or 0xBD0EBD) is known color: Deep Magenta. HEX triplet: BD, 0E and BD. RGB value is (189,14,189). Sum of RGB (Red+Green+Blue) = 189+14+189=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD0EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0EBD is #42F142. Grayscale: #555555. Windows color (decimal): -4387139 or 12390077. OLE color: 12390077.
HSL color Cylindrical-coordinate representation of color #BD0EBD: hue angle of 300º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EBD is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 189 | - |
| CMYK | 0 | 0.93 | 0 | 0.26 |
| HSL | 300º | 0.86% | 0.4% | - |
| HSV(B) | 300º | 0.93% | 0.74% | - |
| XYZ | 30.33 | 14.81 | 49.4 | - |
| YUV | 86.28 | 185.98 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 189 | 0 | 0.93 | 0 | 0.26 | 300 | 0.86 | 0.4 |
| Hex | BD | E | BD | 0 | 5D | 0 | 1A | 12C | 56 | 28 |
| Octal | 275 | 16 | 275 | 0 | 135 | 0 | 32 | 454 | 126 | 50 |
| Binary | 10111101 | 1110 | 10111101 | 0 | 1011101 | 0 | 11010 | 100101100 | 1010110 | 101000 |
Color Harmonies of #BD0EBD
Complementary color
Monochromatic Colors of #BD0EBD
Black with #BD0EBD
Text Example
Text Example
White with #BD0EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EBD; }
p { color: rgb(189,14,189); }
H1.HeaderClassName
{
color: #BD0EBD;
}
.AnyTagClassName
{
color: #BD0EBD;
}
</style>
background-color css
<style>
a { background-color: #BD0EBD; }
a { background-color: rgb(189,14,189); }
div.DivClassName
{
background-color: #BD0EBD;
}
.BgClassName
{
background-color: #BD0EBD;
}
</style>
border-color css
<style>
span { border-color: #BD0EBD; }
span { border-color: rgb(189,14,189); }
td.TdClassName
{
border-color: #BD0EBD;
}
.TagClassName
{
border-color: #BD0EBD;
}
</style>