Shades of Deep Magenta #BA04AA
Tints of Deep Magenta #BA04AA
RGB
CMYK
RGB Variations
Color information
#BA04AA (or 0xBA04AA) is known color: Deep Magenta. HEX triplet: BA, 04 and AA. RGB value is (186,4,170). Sum of RGB (Red+Green+Blue) = 186+4+170=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04AA is #45FB55. Grayscale: #4C4C4C. Windows color (decimal): -4586326 or 11142330. OLE color: 11142330.
HSL color Cylindrical-coordinate representation of color #BA04AA: hue angle of 305.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04AA is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.27 |
| HSL | 305.27º | 0.96% | 0.37% | - |
| HSV(B) | 305.27º | 0.98% | 0.73% | - |
| XYZ | 27.55 | 13.43 | 39.17 | - |
| YUV | 77.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 170 | 0 | 0.98 | 0.09 | 0.27 | 305.27 | 0.96 | 0.37 |
| Hex | BA | 4 | AA | 0 | 62 | 9 | 1B | 131 | 60 | 25 |
| Octal | 272 | 4 | 252 | 0 | 142 | 11 | 33 | 461 | 140 | 45 |
| Binary | 10111010 | 100 | 10101010 | 0 | 1100010 | 1001 | 11011 | 100110001 | 1100000 | 100101 |
Color Harmonies of #BA04AA
Complementary color
Monochromatic Colors of #BA04AA
Black with #BA04AA
Text Example
Text Example
White with #BA04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04AA; }
p { color: rgb(186,4,170); }
H1.HeaderClassName
{
color: #BA04AA;
}
.AnyTagClassName
{
color: #BA04AA;
}
</style>
background-color css
<style>
a { background-color: #BA04AA; }
a { background-color: rgb(186,4,170); }
div.DivClassName
{
background-color: #BA04AA;
}
.BgClassName
{
background-color: #BA04AA;
}
</style>
border-color css
<style>
span { border-color: #BA04AA; }
span { border-color: rgb(186,4,170); }
td.TdClassName
{
border-color: #BA04AA;
}
.TagClassName
{
border-color: #BA04AA;
}
</style>