Shades of Deep Magenta #BA07DB
Tints of Deep Magenta #BA07DB
RGB
CMYK
RGB Variations
Color information
#BA07DB (or 0xBA07DB) is known color: Deep Magenta. HEX triplet: BA, 07 and DB. RGB value is (186,7,219). Sum of RGB (Red+Green+Blue) = 186+7+219=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07DB is #45F824. Grayscale: #545454. Windows color (decimal): -4585509 or 14354362. OLE color: 14354362.
HSL color Cylindrical-coordinate representation of color #BA07DB: hue angle of 290.66º degrees, saturation: 0.94, 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 #BA07DB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 7 | 219 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.14 |
| HSL | 290.66º | 0.94% | 0.44% | - |
| HSV(B) | 290.66º | 0.97% | 0.86% | - |
| XYZ | 33.11 | 15.71 | 68.3 | - |
| YUV | 84.69 | 203.8 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 219 | 0.15 | 0.97 | 0 | 0.14 | 290.66 | 0.94 | 0.44 |
| Hex | BA | 7 | DB | F | 61 | 0 | E | 123 | 5E | 2C |
| Octal | 272 | 7 | 333 | 17 | 141 | 0 | 16 | 443 | 136 | 54 |
| Binary | 10111010 | 111 | 11011011 | 1111 | 1100001 | 0 | 1110 | 100100011 | 1011110 | 101100 |
Color Harmonies of #BA07DB
Complementary color
Monochromatic Colors of #BA07DB
Black with #BA07DB
Text Example
Text Example
White with #BA07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07DB; }
p { color: rgb(186,7,219); }
H1.HeaderClassName
{
color: #BA07DB;
}
.AnyTagClassName
{
color: #BA07DB;
}
</style>
background-color css
<style>
a { background-color: #BA07DB; }
a { background-color: rgb(186,7,219); }
div.DivClassName
{
background-color: #BA07DB;
}
.BgClassName
{
background-color: #BA07DB;
}
</style>
border-color css
<style>
span { border-color: #BA07DB; }
span { border-color: rgb(186,7,219); }
td.TdClassName
{
border-color: #BA07DB;
}
.TagClassName
{
border-color: #BA07DB;
}
</style>