Shades of Deep Magenta #BA14AA
Tints of Deep Magenta #BA14AA
RGB
CMYK
RGB Variations
Color information
#BA14AA (or 0xBA14AA) is known color: Deep Magenta. HEX triplet: BA, 14 and AA. RGB value is (186,20,170). Sum of RGB (Red+Green+Blue) = 186+20+170=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14AA is #45EB55. Grayscale: #565656. Windows color (decimal): -4582230 or 11146426. OLE color: 11146426.
HSL color Cylindrical-coordinate representation of color #BA14AA: hue angle of 305.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14AA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 170 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.27 |
| HSL | 305.78º | 0.81% | 0.4% | - |
| HSV(B) | 305.78º | 0.89% | 0.73% | - |
| XYZ | 27.76 | 13.84 | 39.24 | - |
| YUV | 86.73 | 175 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 170 | 0 | 0.89 | 0.09 | 0.27 | 305.78 | 0.81 | 0.4 |
| Hex | BA | 14 | AA | 0 | 59 | 9 | 1B | 132 | 51 | 28 |
| Octal | 272 | 24 | 252 | 0 | 131 | 11 | 33 | 462 | 121 | 50 |
| Binary | 10111010 | 10100 | 10101010 | 0 | 1011001 | 1001 | 11011 | 100110010 | 1010001 | 101000 |
Color Harmonies of #BA14AA
Complementary color
Monochromatic Colors of #BA14AA
Black with #BA14AA
Text Example
Text Example
White with #BA14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14AA; }
p { color: rgb(186,20,170); }
H1.HeaderClassName
{
color: #BA14AA;
}
.AnyTagClassName
{
color: #BA14AA;
}
</style>
background-color css
<style>
a { background-color: #BA14AA; }
a { background-color: rgb(186,20,170); }
div.DivClassName
{
background-color: #BA14AA;
}
.BgClassName
{
background-color: #BA14AA;
}
</style>
border-color css
<style>
span { border-color: #BA14AA; }
span { border-color: rgb(186,20,170); }
td.TdClassName
{
border-color: #BA14AA;
}
.TagClassName
{
border-color: #BA14AA;
}
</style>