Shades of Deep Magenta #BD0DCC
Tints of Deep Magenta #BD0DCC
RGB
CMYK
RGB Variations
Color information
#BD0DCC (or 0xBD0DCC) is known color: Deep Magenta. HEX triplet: BD, 0D and CC. RGB value is (189,13,204). Sum of RGB (Red+Green+Blue) = 189+13+204=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0DCC is #42F233. Grayscale: #565656. Windows color (decimal): -4387380 or 13372861. OLE color: 13372861.
HSL color Cylindrical-coordinate representation of color #BD0DCC: hue angle of 295.29º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0DCC is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 13 | 204 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.2 |
| HSL | 295.29º | 0.88% | 0.43% | - |
| HSV(B) | 295.29º | 0.94% | 0.8% | - |
| XYZ | 32.03 | 15.47 | 58.42 | - |
| YUV | 87.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 204 | 0.07 | 0.94 | 0 | 0.2 | 295.29 | 0.88 | 0.43 |
| Hex | BD | D | CC | 7 | 5E | 0 | 14 | 127 | 58 | 2B |
| Octal | 275 | 15 | 314 | 7 | 136 | 0 | 24 | 447 | 130 | 53 |
| Binary | 10111101 | 1101 | 11001100 | 111 | 1011110 | 0 | 10100 | 100100111 | 1011000 | 101011 |
Color Harmonies of #BD0DCC
Complementary color
Monochromatic Colors of #BD0DCC
Black with #BD0DCC
Text Example
Text Example
White with #BD0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DCC; }
p { color: rgb(189,13,204); }
H1.HeaderClassName
{
color: #BD0DCC;
}
.AnyTagClassName
{
color: #BD0DCC;
}
</style>
background-color css
<style>
a { background-color: #BD0DCC; }
a { background-color: rgb(189,13,204); }
div.DivClassName
{
background-color: #BD0DCC;
}
.BgClassName
{
background-color: #BD0DCC;
}
</style>
border-color css
<style>
span { border-color: #BD0DCC; }
span { border-color: rgb(189,13,204); }
td.TdClassName
{
border-color: #BD0DCC;
}
.TagClassName
{
border-color: #BD0DCC;
}
</style>