Shades of Deep Magenta #BA0BDB
Tints of Deep Magenta #BA0BDB
RGB
CMYK
RGB Variations
Color information
#BA0BDB (or 0xBA0BDB) is known color: Deep Magenta. HEX triplet: BA, 0B and DB. RGB value is (186,11,219). Sum of RGB (Red+Green+Blue) = 186+11+219=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA0BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BDB is #45F424. Grayscale: #565656. Windows color (decimal): -4584485 or 14355386. OLE color: 14355386.
HSL color Cylindrical-coordinate representation of color #BA0BDB: hue angle of 290.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BDB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 11 | 219 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.14 |
| HSL | 290.48º | 0.9% | 0.45% | - |
| HSV(B) | 290.48º | 0.95% | 0.86% | - |
| XYZ | 33.16 | 15.79 | 68.32 | - |
| YUV | 87.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 219 | 0.15 | 0.95 | 0 | 0.14 | 290.48 | 0.9 | 0.45 |
| Hex | BA | B | DB | F | 5F | 0 | E | 122 | 5A | 2D |
| Octal | 272 | 13 | 333 | 17 | 137 | 0 | 16 | 442 | 132 | 55 |
| Binary | 10111010 | 1011 | 11011011 | 1111 | 1011111 | 0 | 1110 | 100100010 | 1011010 | 101101 |
Color Harmonies of #BA0BDB
Complementary color
Monochromatic Colors of #BA0BDB
Black with #BA0BDB
Text Example
Text Example
White with #BA0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BDB; }
p { color: rgb(186,11,219); }
H1.HeaderClassName
{
color: #BA0BDB;
}
.AnyTagClassName
{
color: #BA0BDB;
}
</style>
background-color css
<style>
a { background-color: #BA0BDB; }
a { background-color: rgb(186,11,219); }
div.DivClassName
{
background-color: #BA0BDB;
}
.BgClassName
{
background-color: #BA0BDB;
}
</style>
border-color css
<style>
span { border-color: #BA0BDB; }
span { border-color: rgb(186,11,219); }
td.TdClassName
{
border-color: #BA0BDB;
}
.TagClassName
{
border-color: #BA0BDB;
}
</style>