Shades of Deep Magenta #BA15AA
Tints of Deep Magenta #BA15AA
RGB
CMYK
RGB Variations
Color information
#BA15AA (or 0xBA15AA) is known color: Deep Magenta. HEX triplet: BA, 15 and AA. RGB value is (186,21,170). Sum of RGB (Red+Green+Blue) = 186+21+170=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15AA is #45EA55. Grayscale: #565656. Windows color (decimal): -4581974 or 11146682. OLE color: 11146682.
HSL color Cylindrical-coordinate representation of color #BA15AA: hue angle of 305.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15AA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.27 |
| HSL | 305.82º | 0.8% | 0.41% | - |
| HSV(B) | 305.82º | 0.89% | 0.73% | - |
| XYZ | 27.77 | 13.88 | 39.25 | - |
| YUV | 87.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 170 | 0 | 0.89 | 0.09 | 0.27 | 305.82 | 0.8 | 0.41 |
| Hex | BA | 15 | AA | 0 | 59 | 9 | 1B | 132 | 50 | 29 |
| Octal | 272 | 25 | 252 | 0 | 131 | 11 | 33 | 462 | 120 | 51 |
| Binary | 10111010 | 10101 | 10101010 | 0 | 1011001 | 1001 | 11011 | 100110010 | 1010000 | 101001 |
Color Harmonies of #BA15AA
Complementary color
Monochromatic Colors of #BA15AA
Black with #BA15AA
Text Example
Text Example
White with #BA15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15AA; }
p { color: rgb(186,21,170); }
H1.HeaderClassName
{
color: #BA15AA;
}
.AnyTagClassName
{
color: #BA15AA;
}
</style>
background-color css
<style>
a { background-color: #BA15AA; }
a { background-color: rgb(186,21,170); }
div.DivClassName
{
background-color: #BA15AA;
}
.BgClassName
{
background-color: #BA15AA;
}
</style>
border-color css
<style>
span { border-color: #BA15AA; }
span { border-color: rgb(186,21,170); }
td.TdClassName
{
border-color: #BA15AA;
}
.TagClassName
{
border-color: #BA15AA;
}
</style>