Shades of Deep Magenta #BA13AA
Tints of Deep Magenta #BA13AA
RGB
CMYK
RGB Variations
Color information
#BA13AA (or 0xBA13AA) is known color: Deep Magenta. HEX triplet: BA, 13 and AA. RGB value is (186,19,170). Sum of RGB (Red+Green+Blue) = 186+19+170=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AA is #45EC55. Grayscale: #555555. Windows color (decimal): -4582486 or 11146170. OLE color: 11146170.
HSL color Cylindrical-coordinate representation of color #BA13AA: hue angle of 305.75º degrees, saturation: 0.81, 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 #BA13AA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.27 |
| HSL | 305.75º | 0.81% | 0.4% | - |
| HSV(B) | 305.75º | 0.9% | 0.73% | - |
| XYZ | 27.74 | 13.81 | 39.23 | - |
| YUV | 86.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 170 | 0 | 0.90 | 0.09 | 0.27 | 305.75 | 0.81 | 0.4 |
| Hex | BA | 13 | AA | 0 | 5A | 9 | 1B | 132 | 51 | 28 |
| Octal | 272 | 23 | 252 | 0 | 132 | 11 | 33 | 462 | 121 | 50 |
| Binary | 10111010 | 10011 | 10101010 | 0 | 1011010 | 1001 | 11011 | 100110010 | 1010001 | 101000 |
Color Harmonies of #BA13AA
Complementary color
Monochromatic Colors of #BA13AA
Black with #BA13AA
Text Example
Text Example
White with #BA13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13AA; }
p { color: rgb(186,19,170); }
H1.HeaderClassName
{
color: #BA13AA;
}
.AnyTagClassName
{
color: #BA13AA;
}
</style>
background-color css
<style>
a { background-color: #BA13AA; }
a { background-color: rgb(186,19,170); }
div.DivClassName
{
background-color: #BA13AA;
}
.BgClassName
{
background-color: #BA13AA;
}
</style>
border-color css
<style>
span { border-color: #BA13AA; }
span { border-color: rgb(186,19,170); }
td.TdClassName
{
border-color: #BA13AA;
}
.TagClassName
{
border-color: #BA13AA;
}
</style>