Shades of Deep Magenta #BA07DC
Tints of Deep Magenta #BA07DC
RGB
CMYK
RGB Variations
Color information
#BA07DC (or 0xBA07DC) is known color: Deep Magenta. HEX triplet: BA, 07 and DC. RGB value is (186,7,220). Sum of RGB (Red+Green+Blue) = 186+7+220=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07DC is #45F823. Grayscale: #545454. Windows color (decimal): -4585508 or 14419898. OLE color: 14419898.
HSL color Cylindrical-coordinate representation of color #BA07DC: hue angle of 290.42º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07DC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 7 | 220 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.14 |
| HSL | 290.42º | 0.94% | 0.45% | - |
| HSV(B) | 290.42º | 0.97% | 0.86% | - |
| XYZ | 33.24 | 15.76 | 69 | - |
| YUV | 84.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 220 | 0.15 | 0.97 | 0 | 0.14 | 290.42 | 0.94 | 0.45 |
| Hex | BA | 7 | DC | F | 61 | 0 | E | 122 | 5E | 2D |
| Octal | 272 | 7 | 334 | 17 | 141 | 0 | 16 | 442 | 136 | 55 |
| Binary | 10111010 | 111 | 11011100 | 1111 | 1100001 | 0 | 1110 | 100100010 | 1011110 | 101101 |
Color Harmonies of #BA07DC
Complementary color
Monochromatic Colors of #BA07DC
Black with #BA07DC
Text Example
Text Example
White with #BA07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07DC; }
p { color: rgb(186,7,220); }
H1.HeaderClassName
{
color: #BA07DC;
}
.AnyTagClassName
{
color: #BA07DC;
}
</style>
background-color css
<style>
a { background-color: #BA07DC; }
a { background-color: rgb(186,7,220); }
div.DivClassName
{
background-color: #BA07DC;
}
.BgClassName
{
background-color: #BA07DC;
}
</style>
border-color css
<style>
span { border-color: #BA07DC; }
span { border-color: rgb(186,7,220); }
td.TdClassName
{
border-color: #BA07DC;
}
.TagClassName
{
border-color: #BA07DC;
}
</style>