Shades of Deep Magenta #BA07D9
Tints of Deep Magenta #BA07D9
RGB
CMYK
RGB Variations
Color information
#BA07D9 (or 0xBA07D9) is known color: Deep Magenta. HEX triplet: BA, 07 and D9. RGB value is (186,7,217). Sum of RGB (Red+Green+Blue) = 186+7+217=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 217 (85.16% from 255 or 52.93% from 410); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA07D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07D9 is #45F826. Grayscale: #535353. Windows color (decimal): -4585511 or 14223290. OLE color: 14223290.
HSL color Cylindrical-coordinate representation of color #BA07D9: hue angle of 291.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07D9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 7 | 217 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.15 |
| HSL | 291.14º | 0.94% | 0.44% | - |
| HSV(B) | 291.14º | 0.97% | 0.85% | - |
| XYZ | 32.85 | 15.6 | 66.93 | - |
| YUV | 84.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 217 | 0.14 | 0.97 | 0 | 0.15 | 291.14 | 0.94 | 0.44 |
| Hex | BA | 7 | D9 | E | 61 | 0 | F | 123 | 5E | 2C |
| Octal | 272 | 7 | 331 | 16 | 141 | 0 | 17 | 443 | 136 | 54 |
| Binary | 10111010 | 111 | 11011001 | 1110 | 1100001 | 0 | 1111 | 100100011 | 1011110 | 101100 |
Color Harmonies of #BA07D9
Complementary color
Monochromatic Colors of #BA07D9
Black with #BA07D9
Text Example
Text Example
White with #BA07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07D9; }
p { color: rgb(186,7,217); }
H1.HeaderClassName
{
color: #BA07D9;
}
.AnyTagClassName
{
color: #BA07D9;
}
</style>
background-color css
<style>
a { background-color: #BA07D9; }
a { background-color: rgb(186,7,217); }
div.DivClassName
{
background-color: #BA07D9;
}
.BgClassName
{
background-color: #BA07D9;
}
</style>
border-color css
<style>
span { border-color: #BA07D9; }
span { border-color: rgb(186,7,217); }
td.TdClassName
{
border-color: #BA07D9;
}
.TagClassName
{
border-color: #BA07D9;
}
</style>