Shades of Deep Magenta #BA20DB
Tints of Deep Magenta #BA20DB
RGB
CMYK
RGB Variations
Color information
#BA20DB (or 0xBA20DB) is known color: Deep Magenta. HEX triplet: BA, 20 and DB. RGB value is (186,32,219). Sum of RGB (Red+Green+Blue) = 186+32+219=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20DB is #45DF24. Grayscale: #626262. Windows color (decimal): -4579109 or 14360762. OLE color: 14360762.
HSL color Cylindrical-coordinate representation of color #BA20DB: hue angle of 289.41º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA20DB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 32 | 219 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.41º | 0.75% | 0.49% | - |
| HSV(B) | 289.41º | 0.85% | 0.86% | - |
| XYZ | 33.55 | 16.59 | 68.45 | - |
| YUV | 99.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 219 | 0.15 | 0.85 | 0 | 0.14 | 289.41 | 0.75 | 0.49 |
| Hex | BA | 20 | DB | F | 55 | 0 | E | 121 | 4B | 31 |
| Octal | 272 | 40 | 333 | 17 | 125 | 0 | 16 | 441 | 113 | 61 |
| Binary | 10111010 | 100000 | 11011011 | 1111 | 1010101 | 0 | 1110 | 100100001 | 1001011 | 110001 |
Color Harmonies of #BA20DB
Complementary color
Monochromatic Colors of #BA20DB
Black with #BA20DB
Text Example
Text Example
White with #BA20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20DB; }
p { color: rgb(186,32,219); }
H1.HeaderClassName
{
color: #BA20DB;
}
.AnyTagClassName
{
color: #BA20DB;
}
</style>
background-color css
<style>
a { background-color: #BA20DB; }
a { background-color: rgb(186,32,219); }
div.DivClassName
{
background-color: #BA20DB;
}
.BgClassName
{
background-color: #BA20DB;
}
</style>
border-color css
<style>
span { border-color: #BA20DB; }
span { border-color: rgb(186,32,219); }
td.TdClassName
{
border-color: #BA20DB;
}
.TagClassName
{
border-color: #BA20DB;
}
</style>