Shades of Deep Magenta #BA0DD1
Tints of Deep Magenta #BA0DD1
RGB
CMYK
RGB Variations
Color information
#BA0DD1 (or 0xBA0DD1) is known color: Deep Magenta. HEX triplet: BA, 0D and D1. RGB value is (186,13,209). Sum of RGB (Red+Green+Blue) = 186+13+209=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA0DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DD1 is #45F22E. Grayscale: #565656. Windows color (decimal): -4583983 or 13700538. OLE color: 13700538.
HSL color Cylindrical-coordinate representation of color #BA0DD1: hue angle of 292.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DD1 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 13 | 209 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.18 |
| HSL | 292.96º | 0.88% | 0.44% | - |
| HSV(B) | 292.96º | 0.94% | 0.82% | - |
| XYZ | 31.9 | 15.33 | 61.6 | - |
| YUV | 87.07 | 196.81 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 209 | 0.11 | 0.94 | 0 | 0.18 | 292.96 | 0.88 | 0.44 |
| Hex | BA | D | D1 | B | 5E | 0 | 12 | 125 | 58 | 2C |
| Octal | 272 | 15 | 321 | 13 | 136 | 0 | 22 | 445 | 130 | 54 |
| Binary | 10111010 | 1101 | 11010001 | 1011 | 1011110 | 0 | 10010 | 100100101 | 1011000 | 101100 |
Color Harmonies of #BA0DD1
Complementary color
Monochromatic Colors of #BA0DD1
Black with #BA0DD1
Text Example
Text Example
White with #BA0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DD1; }
p { color: rgb(186,13,209); }
H1.HeaderClassName
{
color: #BA0DD1;
}
.AnyTagClassName
{
color: #BA0DD1;
}
</style>
background-color css
<style>
a { background-color: #BA0DD1; }
a { background-color: rgb(186,13,209); }
div.DivClassName
{
background-color: #BA0DD1;
}
.BgClassName
{
background-color: #BA0DD1;
}
</style>
border-color css
<style>
span { border-color: #BA0DD1; }
span { border-color: rgb(186,13,209); }
td.TdClassName
{
border-color: #BA0DD1;
}
.TagClassName
{
border-color: #BA0DD1;
}
</style>