Shades of Deep Magenta #BA0AA9
Tints of Deep Magenta #BA0AA9
RGB
CMYK
RGB Variations
Color information
#BA0AA9 (or 0xBA0AA9) is known color: Deep Magenta. HEX triplet: BA, 0A and A9. RGB value is (186,10,169). Sum of RGB (Red+Green+Blue) = 186+10+169=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AA9 is #45F556. Grayscale: #505050. Windows color (decimal): -4584791 or 11078330. OLE color: 11078330.
HSL color Cylindrical-coordinate representation of color #BA0AA9: hue angle of 305.8º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AA9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 169 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.27 |
| HSL | 305.8º | 0.9% | 0.38% | - |
| HSV(B) | 305.8º | 0.95% | 0.73% | - |
| XYZ | 27.52 | 13.52 | 38.7 | - |
| YUV | 80.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 169 | 0 | 0.95 | 0.09 | 0.27 | 305.8 | 0.9 | 0.38 |
| Hex | BA | A | A9 | 0 | 5F | 9 | 1B | 132 | 5A | 26 |
| Octal | 272 | 12 | 251 | 0 | 137 | 11 | 33 | 462 | 132 | 46 |
| Binary | 10111010 | 1010 | 10101001 | 0 | 1011111 | 1001 | 11011 | 100110010 | 1011010 | 100110 |
Color Harmonies of #BA0AA9
Complementary color
Monochromatic Colors of #BA0AA9
Black with #BA0AA9
Text Example
Text Example
White with #BA0AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AA9; }
p { color: rgb(186,10,169); }
H1.HeaderClassName
{
color: #BA0AA9;
}
.AnyTagClassName
{
color: #BA0AA9;
}
</style>
background-color css
<style>
a { background-color: #BA0AA9; }
a { background-color: rgb(186,10,169); }
div.DivClassName
{
background-color: #BA0AA9;
}
.BgClassName
{
background-color: #BA0AA9;
}
</style>
border-color css
<style>
span { border-color: #BA0AA9; }
span { border-color: rgb(186,10,169); }
td.TdClassName
{
border-color: #BA0AA9;
}
.TagClassName
{
border-color: #BA0AA9;
}
</style>