Shades of Deep Magenta #BA19AB
Tints of Deep Magenta #BA19AB
RGB
CMYK
RGB Variations
Color information
#BA19AB (or 0xBA19AB) is known color: Deep Magenta. HEX triplet: BA, 19 and AB. RGB value is (186,25,171). Sum of RGB (Red+Green+Blue) = 186+25+171=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19AB is #45E654. Grayscale: #595959. Windows color (decimal): -4580949 or 11213242. OLE color: 11213242.
HSL color Cylindrical-coordinate representation of color #BA19AB: hue angle of 305.59º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19AB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 171 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.27 |
| HSL | 305.59º | 0.76% | 0.41% | - |
| HSV(B) | 305.59º | 0.87% | 0.73% | - |
| XYZ | 27.95 | 14.07 | 39.77 | - |
| YUV | 89.78 | 173.84 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 171 | 0 | 0.87 | 0.08 | 0.27 | 305.59 | 0.76 | 0.41 |
| Hex | BA | 19 | AB | 0 | 57 | 8 | 1B | 132 | 4C | 29 |
| Octal | 272 | 31 | 253 | 0 | 127 | 10 | 33 | 462 | 114 | 51 |
| Binary | 10111010 | 11001 | 10101011 | 0 | 1010111 | 1000 | 11011 | 100110010 | 1001100 | 101001 |
Color Harmonies of #BA19AB
Complementary color
Monochromatic Colors of #BA19AB
Black with #BA19AB
Text Example
Text Example
White with #BA19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19AB; }
p { color: rgb(186,25,171); }
H1.HeaderClassName
{
color: #BA19AB;
}
.AnyTagClassName
{
color: #BA19AB;
}
</style>
background-color css
<style>
a { background-color: #BA19AB; }
a { background-color: rgb(186,25,171); }
div.DivClassName
{
background-color: #BA19AB;
}
.BgClassName
{
background-color: #BA19AB;
}
</style>
border-color css
<style>
span { border-color: #BA19AB; }
span { border-color: rgb(186,25,171); }
td.TdClassName
{
border-color: #BA19AB;
}
.TagClassName
{
border-color: #BA19AB;
}
</style>