Shades of Deep Magenta #BA1ADB
Tints of Deep Magenta #BA1ADB
RGB
CMYK
RGB Variations
Color information
#BA1ADB (or 0xBA1ADB) is known color: Deep Magenta. HEX triplet: BA, 1A and DB. RGB value is (186,26,219). Sum of RGB (Red+Green+Blue) = 186+26+219=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ADB is #45E524. Grayscale: #5F5F5F. Windows color (decimal): -4580645 or 14359226. OLE color: 14359226.
HSL color Cylindrical-coordinate representation of color #BA1ADB: hue angle of 289.74º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1ADB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 26 | 219 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.14 |
| HSL | 289.74º | 0.79% | 0.48% | - |
| HSV(B) | 289.74º | 0.88% | 0.86% | - |
| XYZ | 33.41 | 16.29 | 68.4 | - |
| YUV | 95.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 219 | 0.15 | 0.88 | 0 | 0.14 | 289.74 | 0.79 | 0.48 |
| Hex | BA | 1A | DB | F | 58 | 0 | E | 122 | 4F | 30 |
| Octal | 272 | 32 | 333 | 17 | 130 | 0 | 16 | 442 | 117 | 60 |
| Binary | 10111010 | 11010 | 11011011 | 1111 | 1011000 | 0 | 1110 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BA1ADB
Complementary color
Monochromatic Colors of #BA1ADB
Black with #BA1ADB
Text Example
Text Example
White with #BA1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ADB; }
p { color: rgb(186,26,219); }
H1.HeaderClassName
{
color: #BA1ADB;
}
.AnyTagClassName
{
color: #BA1ADB;
}
</style>
background-color css
<style>
a { background-color: #BA1ADB; }
a { background-color: rgb(186,26,219); }
div.DivClassName
{
background-color: #BA1ADB;
}
.BgClassName
{
background-color: #BA1ADB;
}
</style>
border-color css
<style>
span { border-color: #BA1ADB; }
span { border-color: rgb(186,26,219); }
td.TdClassName
{
border-color: #BA1ADB;
}
.TagClassName
{
border-color: #BA1ADB;
}
</style>