Shades of Deep Magenta #BA06DB
Tints of Deep Magenta #BA06DB
RGB
CMYK
RGB Variations
Color information
#BA06DB (or 0xBA06DB) is known color: Deep Magenta. HEX triplet: BA, 06 and DB. RGB value is (186,6,219). Sum of RGB (Red+Green+Blue) = 186+6+219=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06DB is #45F924. Grayscale: #535353. Windows color (decimal): -4585765 or 14354106. OLE color: 14354106.
HSL color Cylindrical-coordinate representation of color #BA06DB: hue angle of 290.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06DB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 6 | 219 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.14 |
| HSL | 290.7º | 0.95% | 0.44% | - |
| HSV(B) | 290.7º | 0.97% | 0.86% | - |
| XYZ | 33.1 | 15.68 | 68.3 | - |
| YUV | 84.1 | 204.13 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 219 | 0.15 | 0.97 | 0 | 0.14 | 290.7 | 0.95 | 0.44 |
| Hex | BA | 6 | DB | F | 61 | 0 | E | 123 | 5F | 2C |
| Octal | 272 | 6 | 333 | 17 | 141 | 0 | 16 | 443 | 137 | 54 |
| Binary | 10111010 | 110 | 11011011 | 1111 | 1100001 | 0 | 1110 | 100100011 | 1011111 | 101100 |
Color Harmonies of #BA06DB
Complementary color
Monochromatic Colors of #BA06DB
Black with #BA06DB
Text Example
Text Example
White with #BA06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06DB; }
p { color: rgb(186,6,219); }
H1.HeaderClassName
{
color: #BA06DB;
}
.AnyTagClassName
{
color: #BA06DB;
}
</style>
background-color css
<style>
a { background-color: #BA06DB; }
a { background-color: rgb(186,6,219); }
div.DivClassName
{
background-color: #BA06DB;
}
.BgClassName
{
background-color: #BA06DB;
}
</style>
border-color css
<style>
span { border-color: #BA06DB; }
span { border-color: rgb(186,6,219); }
td.TdClassName
{
border-color: #BA06DB;
}
.TagClassName
{
border-color: #BA06DB;
}
</style>