Shades of Deep Magenta #BA0BD8
Tints of Deep Magenta #BA0BD8
RGB
CMYK
RGB Variations
Color information
#BA0BD8 (or 0xBA0BD8) is known color: Deep Magenta. HEX triplet: BA, 0B and D8. RGB value is (186,11,216). Sum of RGB (Red+Green+Blue) = 186+11+216=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA0BD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BD8 is #45F427. Grayscale: #565656. Windows color (decimal): -4584488 or 14158778. OLE color: 14158778.
HSL color Cylindrical-coordinate representation of color #BA0BD8: hue angle of 291.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BD8 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 11 | 216 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.15 |
| HSL | 291.22º | 0.9% | 0.45% | - |
| HSV(B) | 291.22º | 0.95% | 0.85% | - |
| XYZ | 32.76 | 15.64 | 66.26 | - |
| YUV | 86.7 | 200.98 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 216 | 0.14 | 0.95 | 0 | 0.15 | 291.22 | 0.9 | 0.45 |
| Hex | BA | B | D8 | E | 5F | 0 | F | 123 | 5A | 2D |
| Octal | 272 | 13 | 330 | 16 | 137 | 0 | 17 | 443 | 132 | 55 |
| Binary | 10111010 | 1011 | 11011000 | 1110 | 1011111 | 0 | 1111 | 100100011 | 1011010 | 101101 |
Color Harmonies of #BA0BD8
Complementary color
Monochromatic Colors of #BA0BD8
Black with #BA0BD8
Text Example
Text Example
White with #BA0BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BD8; }
p { color: rgb(186,11,216); }
H1.HeaderClassName
{
color: #BA0BD8;
}
.AnyTagClassName
{
color: #BA0BD8;
}
</style>
background-color css
<style>
a { background-color: #BA0BD8; }
a { background-color: rgb(186,11,216); }
div.DivClassName
{
background-color: #BA0BD8;
}
.BgClassName
{
background-color: #BA0BD8;
}
</style>
border-color css
<style>
span { border-color: #BA0BD8; }
span { border-color: rgb(186,11,216); }
td.TdClassName
{
border-color: #BA0BD8;
}
.TagClassName
{
border-color: #BA0BD8;
}
</style>