Shades of Deep Magenta #BA0DAF
Tints of Deep Magenta #BA0DAF
RGB
CMYK
RGB Variations
Color information
#BA0DAF (or 0xBA0DAF) is known color: Deep Magenta. HEX triplet: BA, 0D and AF. RGB value is (186,13,175). Sum of RGB (Red+Green+Blue) = 186+13+175=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0DAF is #45F250. Grayscale: #525252. Windows color (decimal): -4584017 or 11472314. OLE color: 11472314.
HSL color Cylindrical-coordinate representation of color #BA0DAF: hue angle of 303.82º 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 #BA0DAF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 175 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.27 |
| HSL | 303.82º | 0.87% | 0.39% | - |
| HSV(B) | 303.82º | 0.93% | 0.73% | - |
| XYZ | 28.13 | 13.82 | 41.74 | - |
| YUV | 83.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 175 | 0 | 0.93 | 0.06 | 0.27 | 303.82 | 0.87 | 0.39 |
| Hex | BA | D | AF | 0 | 5D | 6 | 1B | 130 | 57 | 27 |
| Octal | 272 | 15 | 257 | 0 | 135 | 6 | 33 | 460 | 127 | 47 |
| Binary | 10111010 | 1101 | 10101111 | 0 | 1011101 | 110 | 11011 | 100110000 | 1010111 | 100111 |
Color Harmonies of #BA0DAF
Complementary color
Monochromatic Colors of #BA0DAF
Black with #BA0DAF
Text Example
Text Example
White with #BA0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DAF; }
p { color: rgb(186,13,175); }
H1.HeaderClassName
{
color: #BA0DAF;
}
.AnyTagClassName
{
color: #BA0DAF;
}
</style>
background-color css
<style>
a { background-color: #BA0DAF; }
a { background-color: rgb(186,13,175); }
div.DivClassName
{
background-color: #BA0DAF;
}
.BgClassName
{
background-color: #BA0DAF;
}
</style>
border-color css
<style>
span { border-color: #BA0DAF; }
span { border-color: rgb(186,13,175); }
td.TdClassName
{
border-color: #BA0DAF;
}
.TagClassName
{
border-color: #BA0DAF;
}
</style>