Shades of Deep Magenta #BD0CAC
Tints of Deep Magenta #BD0CAC
RGB
CMYK
RGB Variations
Color information
#BD0CAC (or 0xBD0CAC) is known color: Deep Magenta. HEX triplet: BD, 0C and AC. RGB value is (189,12,172). Sum of RGB (Red+Green+Blue) = 189+12+172=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CAC is #42F353. Grayscale: #525252. Windows color (decimal): -4387668 or 11275453. OLE color: 11275453.
HSL color Cylindrical-coordinate representation of color #BD0CAC: hue angle of 305.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.26 |
| HSL | 305.76º | 0.88% | 0.39% | - |
| HSV(B) | 305.76º | 0.94% | 0.74% | - |
| XYZ | 28.56 | 14.06 | 40.24 | - |
| YUV | 83.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 172 | 0 | 0.94 | 0.09 | 0.26 | 305.76 | 0.88 | 0.39 |
| Hex | BD | C | AC | 0 | 5E | 9 | 1A | 132 | 58 | 27 |
| Octal | 275 | 14 | 254 | 0 | 136 | 11 | 32 | 462 | 130 | 47 |
| Binary | 10111101 | 1100 | 10101100 | 0 | 1011110 | 1001 | 11010 | 100110010 | 1011000 | 100111 |
Color Harmonies of #BD0CAC
Complementary color
Monochromatic Colors of #BD0CAC
Black with #BD0CAC
Text Example
Text Example
White with #BD0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0CAC; }
p { color: rgb(189,12,172); }
H1.HeaderClassName
{
color: #BD0CAC;
}
.AnyTagClassName
{
color: #BD0CAC;
}
</style>
background-color css
<style>
a { background-color: #BD0CAC; }
a { background-color: rgb(189,12,172); }
div.DivClassName
{
background-color: #BD0CAC;
}
.BgClassName
{
background-color: #BD0CAC;
}
</style>
border-color css
<style>
span { border-color: #BD0CAC; }
span { border-color: rgb(189,12,172); }
td.TdClassName
{
border-color: #BD0CAC;
}
.TagClassName
{
border-color: #BD0CAC;
}
</style>