Shades of Deep Magenta #BA0BAF
Tints of Deep Magenta #BA0BAF
RGB
CMYK
RGB Variations
Color information
#BA0BAF (or 0xBA0BAF) is known color: Deep Magenta. HEX triplet: BA, 0B and AF. RGB value is (186,11,175). Sum of RGB (Red+Green+Blue) = 186+11+175=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0BAF is #45F450. Grayscale: #515151. Windows color (decimal): -4584529 or 11471802. OLE color: 11471802.
HSL color Cylindrical-coordinate representation of color #BA0BAF: hue angle of 303.77º 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 #BA0BAF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.27 |
| HSL | 303.77º | 0.89% | 0.39% | - |
| HSV(B) | 303.77º | 0.94% | 0.73% | - |
| XYZ | 28.11 | 13.77 | 41.73 | - |
| YUV | 82.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 175 | 0 | 0.94 | 0.06 | 0.27 | 303.77 | 0.89 | 0.39 |
| Hex | BA | B | AF | 0 | 5E | 6 | 1B | 130 | 59 | 27 |
| Octal | 272 | 13 | 257 | 0 | 136 | 6 | 33 | 460 | 131 | 47 |
| Binary | 10111010 | 1011 | 10101111 | 0 | 1011110 | 110 | 11011 | 100110000 | 1011001 | 100111 |
Color Harmonies of #BA0BAF
Complementary color
Monochromatic Colors of #BA0BAF
Black with #BA0BAF
Text Example
Text Example
White with #BA0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BAF; }
p { color: rgb(186,11,175); }
H1.HeaderClassName
{
color: #BA0BAF;
}
.AnyTagClassName
{
color: #BA0BAF;
}
</style>
background-color css
<style>
a { background-color: #BA0BAF; }
a { background-color: rgb(186,11,175); }
div.DivClassName
{
background-color: #BA0BAF;
}
.BgClassName
{
background-color: #BA0BAF;
}
</style>
border-color css
<style>
span { border-color: #BA0BAF; }
span { border-color: rgb(186,11,175); }
td.TdClassName
{
border-color: #BA0BAF;
}
.TagClassName
{
border-color: #BA0BAF;
}
</style>