Shades of Deep Magenta #BA04DB
Tints of Deep Magenta #BA04DB
RGB
CMYK
RGB Variations
Color information
#BA04DB (or 0xBA04DB) is known color: Deep Magenta. HEX triplet: BA, 04 and DB. RGB value is (186,4,219). Sum of RGB (Red+Green+Blue) = 186+4+219=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04DB is #45FB24. Grayscale: #525252. Windows color (decimal): -4586277 or 14353594. OLE color: 14353594.
HSL color Cylindrical-coordinate representation of color #BA04DB: hue angle of 290.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04DB is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 4 | 219 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.14 |
| HSL | 290.79º | 0.96% | 0.44% | - |
| HSV(B) | 290.79º | 0.98% | 0.86% | - |
| XYZ | 33.08 | 15.64 | 68.29 | - |
| YUV | 82.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 219 | 0.15 | 0.98 | 0 | 0.14 | 290.79 | 0.96 | 0.44 |
| Hex | BA | 4 | DB | F | 62 | 0 | E | 123 | 60 | 2C |
| Octal | 272 | 4 | 333 | 17 | 142 | 0 | 16 | 443 | 140 | 54 |
| Binary | 10111010 | 100 | 11011011 | 1111 | 1100010 | 0 | 1110 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BA04DB
Complementary color
Monochromatic Colors of #BA04DB
Black with #BA04DB
Text Example
Text Example
White with #BA04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04DB; }
p { color: rgb(186,4,219); }
H1.HeaderClassName
{
color: #BA04DB;
}
.AnyTagClassName
{
color: #BA04DB;
}
</style>
background-color css
<style>
a { background-color: #BA04DB; }
a { background-color: rgb(186,4,219); }
div.DivClassName
{
background-color: #BA04DB;
}
.BgClassName
{
background-color: #BA04DB;
}
</style>
border-color css
<style>
span { border-color: #BA04DB; }
span { border-color: rgb(186,4,219); }
td.TdClassName
{
border-color: #BA04DB;
}
.TagClassName
{
border-color: #BA04DB;
}
</style>