Shades of Deep Magenta #BA0CDB
Tints of Deep Magenta #BA0CDB
RGB
CMYK
RGB Variations
Color information
#BA0CDB (or 0xBA0CDB) is known color: Deep Magenta. HEX triplet: BA, 0C and DB. RGB value is (186,12,219). Sum of RGB (Red+Green+Blue) = 186+12+219=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA0CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CDB is #45F324. Grayscale: #565656. Windows color (decimal): -4584229 or 14355642. OLE color: 14355642.
HSL color Cylindrical-coordinate representation of color #BA0CDB: hue angle of 290.43º 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 #BA0CDB is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 12 | 219 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.14 |
| HSL | 290.43º | 0.9% | 0.45% | - |
| HSV(B) | 290.43º | 0.95% | 0.86% | - |
| XYZ | 33.17 | 15.82 | 68.32 | - |
| YUV | 87.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 219 | 0.15 | 0.95 | 0 | 0.14 | 290.43 | 0.9 | 0.45 |
| Hex | BA | C | DB | F | 5F | 0 | E | 122 | 5A | 2D |
| Octal | 272 | 14 | 333 | 17 | 137 | 0 | 16 | 442 | 132 | 55 |
| Binary | 10111010 | 1100 | 11011011 | 1111 | 1011111 | 0 | 1110 | 100100010 | 1011010 | 101101 |
Color Harmonies of #BA0CDB
Complementary color
Monochromatic Colors of #BA0CDB
Black with #BA0CDB
Text Example
Text Example
White with #BA0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CDB; }
p { color: rgb(186,12,219); }
H1.HeaderClassName
{
color: #BA0CDB;
}
.AnyTagClassName
{
color: #BA0CDB;
}
</style>
background-color css
<style>
a { background-color: #BA0CDB; }
a { background-color: rgb(186,12,219); }
div.DivClassName
{
background-color: #BA0CDB;
}
.BgClassName
{
background-color: #BA0CDB;
}
</style>
border-color css
<style>
span { border-color: #BA0CDB; }
span { border-color: rgb(186,12,219); }
td.TdClassName
{
border-color: #BA0CDB;
}
.TagClassName
{
border-color: #BA0CDB;
}
</style>