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