Shades of Deep Magenta #BA1AAD
Tints of Deep Magenta #BA1AAD
RGB
CMYK
RGB Variations
Color information
#BA1AAD (or 0xBA1AAD) is known color: Deep Magenta. HEX triplet: BA, 1A and AD. RGB value is (186,26,173). Sum of RGB (Red+Green+Blue) = 186+26+173=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AAD is #45E552. Grayscale: #5A5A5A. Windows color (decimal): -4580691 or 11344570. OLE color: 11344570.
HSL color Cylindrical-coordinate representation of color #BA1AAD: hue angle of 304.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1AAD is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 173 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.27 |
| HSL | 304.88º | 0.75% | 0.42% | - |
| HSV(B) | 304.88º | 0.86% | 0.73% | - |
| XYZ | 28.16 | 14.2 | 40.79 | - |
| YUV | 90.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 173 | 0 | 0.86 | 0.07 | 0.27 | 304.88 | 0.75 | 0.42 |
| Hex | BA | 1A | AD | 0 | 56 | 7 | 1B | 131 | 4B | 2A |
| Octal | 272 | 32 | 255 | 0 | 126 | 7 | 33 | 461 | 113 | 52 |
| Binary | 10111010 | 11010 | 10101101 | 0 | 1010110 | 111 | 11011 | 100110001 | 1001011 | 101010 |
Color Harmonies of #BA1AAD
Complementary color
Monochromatic Colors of #BA1AAD
Black with #BA1AAD
Text Example
Text Example
White with #BA1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AAD; }
p { color: rgb(186,26,173); }
H1.HeaderClassName
{
color: #BA1AAD;
}
.AnyTagClassName
{
color: #BA1AAD;
}
</style>
background-color css
<style>
a { background-color: #BA1AAD; }
a { background-color: rgb(186,26,173); }
div.DivClassName
{
background-color: #BA1AAD;
}
.BgClassName
{
background-color: #BA1AAD;
}
</style>
border-color css
<style>
span { border-color: #BA1AAD; }
span { border-color: rgb(186,26,173); }
td.TdClassName
{
border-color: #BA1AAD;
}
.TagClassName
{
border-color: #BA1AAD;
}
</style>