Shades of Deep Magenta #BA1CDB
Tints of Deep Magenta #BA1CDB
RGB
CMYK
RGB Variations
Color information
#BA1CDB (or 0xBA1CDB) is known color: Deep Magenta. HEX triplet: BA, 1C and DB. RGB value is (186,28,219). Sum of RGB (Red+Green+Blue) = 186+28+219=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CDB is #45E324. Grayscale: #606060. Windows color (decimal): -4580133 or 14359738. OLE color: 14359738.
HSL color Cylindrical-coordinate representation of color #BA1CDB: hue angle of 289.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1CDB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 28 | 219 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.14 |
| HSL | 289.63º | 0.77% | 0.48% | - |
| HSV(B) | 289.63º | 0.87% | 0.86% | - |
| XYZ | 33.45 | 16.38 | 68.42 | - |
| YUV | 97.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 219 | 0.15 | 0.87 | 0 | 0.14 | 289.63 | 0.77 | 0.48 |
| Hex | BA | 1C | DB | F | 57 | 0 | E | 122 | 4D | 30 |
| Octal | 272 | 34 | 333 | 17 | 127 | 0 | 16 | 442 | 115 | 60 |
| Binary | 10111010 | 11100 | 11011011 | 1111 | 1010111 | 0 | 1110 | 100100010 | 1001101 | 110000 |
Color Harmonies of #BA1CDB
Complementary color
Monochromatic Colors of #BA1CDB
Black with #BA1CDB
Text Example
Text Example
White with #BA1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CDB; }
p { color: rgb(186,28,219); }
H1.HeaderClassName
{
color: #BA1CDB;
}
.AnyTagClassName
{
color: #BA1CDB;
}
</style>
background-color css
<style>
a { background-color: #BA1CDB; }
a { background-color: rgb(186,28,219); }
div.DivClassName
{
background-color: #BA1CDB;
}
.BgClassName
{
background-color: #BA1CDB;
}
</style>
border-color css
<style>
span { border-color: #BA1CDB; }
span { border-color: rgb(186,28,219); }
td.TdClassName
{
border-color: #BA1CDB;
}
.TagClassName
{
border-color: #BA1CDB;
}
</style>