Shades of Deep Magenta #BA0BAA
Tints of Deep Magenta #BA0BAA
RGB
CMYK
RGB Variations
Color information
#BA0BAA (or 0xBA0BAA) is known color: Deep Magenta. HEX triplet: BA, 0B and AA. RGB value is (186,11,170). Sum of RGB (Red+Green+Blue) = 186+11+170=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BAA is #45F455. Grayscale: #505050. Windows color (decimal): -4584534 or 11144122. OLE color: 11144122.
HSL color Cylindrical-coordinate representation of color #BA0BAA: hue angle of 305.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BAA is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 170 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.27 |
| HSL | 305.49º | 0.89% | 0.39% | - |
| HSV(B) | 305.49º | 0.94% | 0.73% | - |
| XYZ | 27.63 | 13.58 | 39.2 | - |
| YUV | 81.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 170 | 0 | 0.94 | 0.09 | 0.27 | 305.49 | 0.89 | 0.39 |
| Hex | BA | B | AA | 0 | 5E | 9 | 1B | 131 | 59 | 27 |
| Octal | 272 | 13 | 252 | 0 | 136 | 11 | 33 | 461 | 131 | 47 |
| Binary | 10111010 | 1011 | 10101010 | 0 | 1011110 | 1001 | 11011 | 100110001 | 1011001 | 100111 |
Color Harmonies of #BA0BAA
Complementary color
Monochromatic Colors of #BA0BAA
Black with #BA0BAA
Text Example
Text Example
White with #BA0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BAA; }
p { color: rgb(186,11,170); }
H1.HeaderClassName
{
color: #BA0BAA;
}
.AnyTagClassName
{
color: #BA0BAA;
}
</style>
background-color css
<style>
a { background-color: #BA0BAA; }
a { background-color: rgb(186,11,170); }
div.DivClassName
{
background-color: #BA0BAA;
}
.BgClassName
{
background-color: #BA0BAA;
}
</style>
border-color css
<style>
span { border-color: #BA0BAA; }
span { border-color: rgb(186,11,170); }
td.TdClassName
{
border-color: #BA0BAA;
}
.TagClassName
{
border-color: #BA0BAA;
}
</style>