Shades of Deep Magenta #BA0DAD
Tints of Deep Magenta #BA0DAD
RGB
CMYK
RGB Variations
Color information
#BA0DAD (or 0xBA0DAD) is known color: Deep Magenta. HEX triplet: BA, 0D and AD. RGB value is (186,13,173). Sum of RGB (Red+Green+Blue) = 186+13+173=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0DAD is #45F252. Grayscale: #525252. Windows color (decimal): -4584019 or 11341242. OLE color: 11341242.
HSL color Cylindrical-coordinate representation of color #BA0DAD: hue angle of 304.51º 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 #BA0DAD is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 173 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.27 |
| HSL | 304.51º | 0.87% | 0.39% | - |
| HSV(B) | 304.51º | 0.93% | 0.73% | - |
| XYZ | 27.94 | 13.74 | 40.72 | - |
| YUV | 82.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 173 | 0 | 0.93 | 0.07 | 0.27 | 304.51 | 0.87 | 0.39 |
| Hex | BA | D | AD | 0 | 5D | 7 | 1B | 131 | 57 | 27 |
| Octal | 272 | 15 | 255 | 0 | 135 | 7 | 33 | 461 | 127 | 47 |
| Binary | 10111010 | 1101 | 10101101 | 0 | 1011101 | 111 | 11011 | 100110001 | 1010111 | 100111 |
Color Harmonies of #BA0DAD
Complementary color
Monochromatic Colors of #BA0DAD
Black with #BA0DAD
Text Example
Text Example
White with #BA0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DAD; }
p { color: rgb(186,13,173); }
H1.HeaderClassName
{
color: #BA0DAD;
}
.AnyTagClassName
{
color: #BA0DAD;
}
</style>
background-color css
<style>
a { background-color: #BA0DAD; }
a { background-color: rgb(186,13,173); }
div.DivClassName
{
background-color: #BA0DAD;
}
.BgClassName
{
background-color: #BA0DAD;
}
</style>
border-color css
<style>
span { border-color: #BA0DAD; }
span { border-color: rgb(186,13,173); }
td.TdClassName
{
border-color: #BA0DAD;
}
.TagClassName
{
border-color: #BA0DAD;
}
</style>