Shades of Deep Magenta #BA0DC9
Tints of Deep Magenta #BA0DC9
RGB
CMYK
RGB Variations
Color information
#BA0DC9 (or 0xBA0DC9) is known color: Deep Magenta. HEX triplet: BA, 0D and C9. RGB value is (186,13,201). Sum of RGB (Red+Green+Blue) = 186+13+201=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DC9 is #45F236. Grayscale: #555555. Windows color (decimal): -4583991 or 13176250. OLE color: 13176250.
HSL color Cylindrical-coordinate representation of color #BA0DC9: hue angle of 295.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DC9 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 13 | 201 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.21 |
| HSL | 295.21º | 0.88% | 0.42% | - |
| HSV(B) | 295.21º | 0.94% | 0.79% | - |
| XYZ | 30.94 | 14.94 | 56.51 | - |
| YUV | 86.16 | 192.81 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 201 | 0.07 | 0.94 | 0 | 0.21 | 295.21 | 0.88 | 0.42 |
| Hex | BA | D | C9 | 7 | 5E | 0 | 15 | 127 | 58 | 2A |
| Octal | 272 | 15 | 311 | 7 | 136 | 0 | 25 | 447 | 130 | 52 |
| Binary | 10111010 | 1101 | 11001001 | 111 | 1011110 | 0 | 10101 | 100100111 | 1011000 | 101010 |
Color Harmonies of #BA0DC9
Complementary color
Monochromatic Colors of #BA0DC9
Black with #BA0DC9
Text Example
Text Example
White with #BA0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DC9; }
p { color: rgb(186,13,201); }
H1.HeaderClassName
{
color: #BA0DC9;
}
.AnyTagClassName
{
color: #BA0DC9;
}
</style>
background-color css
<style>
a { background-color: #BA0DC9; }
a { background-color: rgb(186,13,201); }
div.DivClassName
{
background-color: #BA0DC9;
}
.BgClassName
{
background-color: #BA0DC9;
}
</style>
border-color css
<style>
span { border-color: #BA0DC9; }
span { border-color: rgb(186,13,201); }
td.TdClassName
{
border-color: #BA0DC9;
}
.TagClassName
{
border-color: #BA0DC9;
}
</style>