Shades of Deep Magenta #BD0EA8
Tints of Deep Magenta #BD0EA8
RGB
CMYK
RGB Variations
Color information
#BD0EA8 (or 0xBD0EA8) is known color: Deep Magenta. HEX triplet: BD, 0E and A8. RGB value is (189,14,168). Sum of RGB (Red+Green+Blue) = 189+14+168=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA8 is #42F157. Grayscale: #535353. Windows color (decimal): -4387160 or 11013821. OLE color: 11013821.
HSL color Cylindrical-coordinate representation of color #BD0EA8: hue angle of 307.2º 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 #BD0EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 168 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.26 |
| HSL | 307.2º | 0.86% | 0.4% | - |
| HSV(B) | 307.2º | 0.93% | 0.74% | - |
| XYZ | 28.21 | 13.96 | 38.25 | - |
| YUV | 83.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 168 | 0 | 0.93 | 0.11 | 0.26 | 307.2 | 0.86 | 0.4 |
| Hex | BD | E | A8 | 0 | 5D | B | 1A | 133 | 56 | 28 |
| Octal | 275 | 16 | 250 | 0 | 135 | 13 | 32 | 463 | 126 | 50 |
| Binary | 10111101 | 1110 | 10101000 | 0 | 1011101 | 1011 | 11010 | 100110011 | 1010110 | 101000 |
Color Harmonies of #BD0EA8
Complementary color
Monochromatic Colors of #BD0EA8
Black with #BD0EA8
Text Example
Text Example
White with #BD0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EA8; }
p { color: rgb(189,14,168); }
H1.HeaderClassName
{
color: #BD0EA8;
}
.AnyTagClassName
{
color: #BD0EA8;
}
</style>
background-color css
<style>
a { background-color: #BD0EA8; }
a { background-color: rgb(189,14,168); }
div.DivClassName
{
background-color: #BD0EA8;
}
.BgClassName
{
background-color: #BD0EA8;
}
</style>
border-color css
<style>
span { border-color: #BD0EA8; }
span { border-color: rgb(189,14,168); }
td.TdClassName
{
border-color: #BD0EA8;
}
.TagClassName
{
border-color: #BD0EA8;
}
</style>