Shades of Deep Magenta #BD0AAC
Tints of Deep Magenta #BD0AAC
RGB
CMYK
RGB Variations
Color information
#BD0AAC (or 0xBD0AAC) is known color: Deep Magenta. HEX triplet: BD, 0A and AC. RGB value is (189,10,172). Sum of RGB (Red+Green+Blue) = 189+10+172=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0AAC is #42F553. Grayscale: #515151. Windows color (decimal): -4388180 or 11274941. OLE color: 11274941.
HSL color Cylindrical-coordinate representation of color #BD0AAC: hue angle of 305.7º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.26 |
| HSL | 305.7º | 0.9% | 0.39% | - |
| HSV(B) | 305.7º | 0.95% | 0.74% | - |
| XYZ | 28.54 | 14.01 | 40.23 | - |
| YUV | 81.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 172 | 0 | 0.95 | 0.09 | 0.26 | 305.7 | 0.9 | 0.39 |
| Hex | BD | A | AC | 0 | 5F | 9 | 1A | 132 | 5A | 27 |
| Octal | 275 | 12 | 254 | 0 | 137 | 11 | 32 | 462 | 132 | 47 |
| Binary | 10111101 | 1010 | 10101100 | 0 | 1011111 | 1001 | 11010 | 100110010 | 1011010 | 100111 |
Color Harmonies of #BD0AAC
Complementary color
Monochromatic Colors of #BD0AAC
Black with #BD0AAC
Text Example
Text Example
White with #BD0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0AAC; }
p { color: rgb(189,10,172); }
H1.HeaderClassName
{
color: #BD0AAC;
}
.AnyTagClassName
{
color: #BD0AAC;
}
</style>
background-color css
<style>
a { background-color: #BD0AAC; }
a { background-color: rgb(189,10,172); }
div.DivClassName
{
background-color: #BD0AAC;
}
.BgClassName
{
background-color: #BD0AAC;
}
</style>
border-color css
<style>
span { border-color: #BD0AAC; }
span { border-color: rgb(189,10,172); }
td.TdClassName
{
border-color: #BD0AAC;
}
.TagClassName
{
border-color: #BD0AAC;
}
</style>