Shades of Deep Magenta #BA0DAC
Tints of Deep Magenta #BA0DAC
RGB
CMYK
RGB Variations
Color information
#BA0DAC (or 0xBA0DAC) is known color: Deep Magenta. HEX triplet: BA, 0D and AC. RGB value is (186,13,172). Sum of RGB (Red+Green+Blue) = 186+13+172=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0DAC is #45F253. Grayscale: #525252. Windows color (decimal): -4584020 or 11275706. OLE color: 11275706.
HSL color Cylindrical-coordinate representation of color #BA0DAC: hue angle of 304.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DAC is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 172 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.27 |
| HSL | 304.86º | 0.87% | 0.39% | - |
| HSV(B) | 304.86º | 0.93% | 0.73% | - |
| XYZ | 27.84 | 13.71 | 40.21 | - |
| YUV | 82.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 172 | 0 | 0.93 | 0.08 | 0.27 | 304.86 | 0.87 | 0.39 |
| Hex | BA | D | AC | 0 | 5D | 8 | 1B | 131 | 57 | 27 |
| Octal | 272 | 15 | 254 | 0 | 135 | 10 | 33 | 461 | 127 | 47 |
| Binary | 10111010 | 1101 | 10101100 | 0 | 1011101 | 1000 | 11011 | 100110001 | 1010111 | 100111 |
Color Harmonies of #BA0DAC
Complementary color
Monochromatic Colors of #BA0DAC
Black with #BA0DAC
Text Example
Text Example
White with #BA0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DAC; }
p { color: rgb(186,13,172); }
H1.HeaderClassName
{
color: #BA0DAC;
}
.AnyTagClassName
{
color: #BA0DAC;
}
</style>
background-color css
<style>
a { background-color: #BA0DAC; }
a { background-color: rgb(186,13,172); }
div.DivClassName
{
background-color: #BA0DAC;
}
.BgClassName
{
background-color: #BA0DAC;
}
</style>
border-color css
<style>
span { border-color: #BA0DAC; }
span { border-color: rgb(186,13,172); }
td.TdClassName
{
border-color: #BA0DAC;
}
.TagClassName
{
border-color: #BA0DAC;
}
</style>