Shades of Deep Magenta #BA13AB
Tints of Deep Magenta #BA13AB
RGB
CMYK
RGB Variations
Color information
#BA13AB (or 0xBA13AB) is known color: Deep Magenta. HEX triplet: BA, 13 and AB. RGB value is (186,19,171). Sum of RGB (Red+Green+Blue) = 186+19+171=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA13AB is #45EC54. Grayscale: #555555. Windows color (decimal): -4582485 or 11211706. OLE color: 11211706.
HSL color Cylindrical-coordinate representation of color #BA13AB: hue angle of 305.39º 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 #BA13AB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.27 |
| HSL | 305.39º | 0.81% | 0.4% | - |
| HSV(B) | 305.39º | 0.9% | 0.73% | - |
| XYZ | 27.83 | 13.85 | 39.73 | - |
| YUV | 86.26 | 175.83 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 171 | 0 | 0.90 | 0.08 | 0.27 | 305.39 | 0.81 | 0.4 |
| Hex | BA | 13 | AB | 0 | 5A | 8 | 1B | 131 | 51 | 28 |
| Octal | 272 | 23 | 253 | 0 | 132 | 10 | 33 | 461 | 121 | 50 |
| Binary | 10111010 | 10011 | 10101011 | 0 | 1011010 | 1000 | 11011 | 100110001 | 1010001 | 101000 |
Color Harmonies of #BA13AB
Complementary color
Monochromatic Colors of #BA13AB
Black with #BA13AB
Text Example
Text Example
White with #BA13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13AB; }
p { color: rgb(186,19,171); }
H1.HeaderClassName
{
color: #BA13AB;
}
.AnyTagClassName
{
color: #BA13AB;
}
</style>
background-color css
<style>
a { background-color: #BA13AB; }
a { background-color: rgb(186,19,171); }
div.DivClassName
{
background-color: #BA13AB;
}
.BgClassName
{
background-color: #BA13AB;
}
</style>
border-color css
<style>
span { border-color: #BA13AB; }
span { border-color: rgb(186,19,171); }
td.TdClassName
{
border-color: #BA13AB;
}
.TagClassName
{
border-color: #BA13AB;
}
</style>