Shades of Deep Magenta #BA0BAD
Tints of Deep Magenta #BA0BAD
RGB
CMYK
RGB Variations
Color information
#BA0BAD (or 0xBA0BAD) is known color: Deep Magenta. HEX triplet: BA, 0B and AD. RGB value is (186,11,173). Sum of RGB (Red+Green+Blue) = 186+11+173=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BAD is #45F452. Grayscale: #515151. Windows color (decimal): -4584531 or 11340730. OLE color: 11340730.
HSL color Cylindrical-coordinate representation of color #BA0BAD: hue angle of 304.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BAD is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 173 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.27 |
| HSL | 304.46º | 0.89% | 0.39% | - |
| HSV(B) | 304.46º | 0.94% | 0.73% | - |
| XYZ | 27.91 | 13.7 | 40.71 | - |
| YUV | 81.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 173 | 0 | 0.94 | 0.07 | 0.27 | 304.46 | 0.89 | 0.39 |
| Hex | BA | B | AD | 0 | 5E | 7 | 1B | 130 | 59 | 27 |
| Octal | 272 | 13 | 255 | 0 | 136 | 7 | 33 | 460 | 131 | 47 |
| Binary | 10111010 | 1011 | 10101101 | 0 | 1011110 | 111 | 11011 | 100110000 | 1011001 | 100111 |
Color Harmonies of #BA0BAD
Complementary color
Monochromatic Colors of #BA0BAD
Black with #BA0BAD
Text Example
Text Example
White with #BA0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BAD; }
p { color: rgb(186,11,173); }
H1.HeaderClassName
{
color: #BA0BAD;
}
.AnyTagClassName
{
color: #BA0BAD;
}
</style>
background-color css
<style>
a { background-color: #BA0BAD; }
a { background-color: rgb(186,11,173); }
div.DivClassName
{
background-color: #BA0BAD;
}
.BgClassName
{
background-color: #BA0BAD;
}
</style>
border-color css
<style>
span { border-color: #BA0BAD; }
span { border-color: rgb(186,11,173); }
td.TdClassName
{
border-color: #BA0BAD;
}
.TagClassName
{
border-color: #BA0BAD;
}
</style>