Shades of Deep Magenta #BD0AC0
Tints of Deep Magenta #BD0AC0
RGB
CMYK
RGB Variations
Color information
#BD0AC0 (or 0xBD0AC0) is known color: Deep Magenta. HEX triplet: BD, 0A and C0. RGB value is (189,10,192). Sum of RGB (Red+Green+Blue) = 189+10+192=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD0AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0AC0 is #42F53F. Grayscale: #535353. Windows color (decimal): -4388160 or 12585661. OLE color: 12585661.
HSL color Cylindrical-coordinate representation of color #BD0AC0: hue angle of 299.01º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0AC0 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 10 | 192 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.25 |
| HSL | 299.01º | 0.9% | 0.4% | - |
| HSV(B) | 299.01º | 0.95% | 0.75% | - |
| XYZ | 30.61 | 14.84 | 51.12 | - |
| YUV | 84.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 192 | 0.02 | 0.95 | 0 | 0.25 | 299.01 | 0.9 | 0.4 |
| Hex | BD | A | C0 | 2 | 5F | 0 | 19 | 12B | 5A | 28 |
| Octal | 275 | 12 | 300 | 2 | 137 | 0 | 31 | 453 | 132 | 50 |
| Binary | 10111101 | 1010 | 11000000 | 10 | 1011111 | 0 | 11001 | 100101011 | 1011010 | 101000 |
Color Harmonies of #BD0AC0
Complementary color
Monochromatic Colors of #BD0AC0
Black with #BD0AC0
Text Example
Text Example
White with #BD0AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0AC0; }
p { color: rgb(189,10,192); }
H1.HeaderClassName
{
color: #BD0AC0;
}
.AnyTagClassName
{
color: #BD0AC0;
}
</style>
background-color css
<style>
a { background-color: #BD0AC0; }
a { background-color: rgb(189,10,192); }
div.DivClassName
{
background-color: #BD0AC0;
}
.BgClassName
{
background-color: #BD0AC0;
}
</style>
border-color css
<style>
span { border-color: #BD0AC0; }
span { border-color: rgb(189,10,192); }
td.TdClassName
{
border-color: #BD0AC0;
}
.TagClassName
{
border-color: #BD0AC0;
}
</style>