Shades of Deep Magenta #BA12AA
Tints of Deep Magenta #BA12AA
RGB
CMYK
RGB Variations
Color information
#BA12AA (or 0xBA12AA) is known color: Deep Magenta. HEX triplet: BA, 12 and AA. RGB value is (186,18,170). Sum of RGB (Red+Green+Blue) = 186+18+170=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AA is #45ED55. Grayscale: #555555. Windows color (decimal): -4582742 or 11145914. OLE color: 11145914.
HSL color Cylindrical-coordinate representation of color #BA12AA: hue angle of 305.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12AA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 170 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.27 |
| HSL | 305.71º | 0.82% | 0.4% | - |
| HSV(B) | 305.71º | 0.9% | 0.73% | - |
| XYZ | 27.72 | 13.77 | 39.23 | - |
| YUV | 85.56 | 175.66 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 170 | 0 | 0.90 | 0.09 | 0.27 | 305.71 | 0.82 | 0.4 |
| Hex | BA | 12 | AA | 0 | 5A | 9 | 1B | 132 | 52 | 28 |
| Octal | 272 | 22 | 252 | 0 | 132 | 11 | 33 | 462 | 122 | 50 |
| Binary | 10111010 | 10010 | 10101010 | 0 | 1011010 | 1001 | 11011 | 100110010 | 1010010 | 101000 |
Color Harmonies of #BA12AA
Complementary color
Monochromatic Colors of #BA12AA
Black with #BA12AA
Text Example
Text Example
White with #BA12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12AA; }
p { color: rgb(186,18,170); }
H1.HeaderClassName
{
color: #BA12AA;
}
.AnyTagClassName
{
color: #BA12AA;
}
</style>
background-color css
<style>
a { background-color: #BA12AA; }
a { background-color: rgb(186,18,170); }
div.DivClassName
{
background-color: #BA12AA;
}
.BgClassName
{
background-color: #BA12AA;
}
</style>
border-color css
<style>
span { border-color: #BA12AA; }
span { border-color: rgb(186,18,170); }
td.TdClassName
{
border-color: #BA12AA;
}
.TagClassName
{
border-color: #BA12AA;
}
</style>