Shades of Deep Magenta #BA07D7
Tints of Deep Magenta #BA07D7
RGB
CMYK
RGB Variations
Color information
#BA07D7 (or 0xBA07D7) is known color: Deep Magenta. HEX triplet: BA, 07 and D7. RGB value is (186,7,215). Sum of RGB (Red+Green+Blue) = 186+7+215=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 215 (84.38% from 255 or 52.70% from 408); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA07D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07D7 is #45F828. Grayscale: #535353. Windows color (decimal): -4585513 or 14092218. OLE color: 14092218.
HSL color Cylindrical-coordinate representation of color #BA07D7: hue angle of 291.63º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07D7 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 7 | 215 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.16 |
| HSL | 291.63º | 0.94% | 0.44% | - |
| HSV(B) | 291.63º | 0.97% | 0.84% | - |
| XYZ | 32.59 | 15.5 | 65.56 | - |
| YUV | 84.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 215 | 0.13 | 0.97 | 0 | 0.16 | 291.63 | 0.94 | 0.44 |
| Hex | BA | 7 | D7 | D | 61 | 0 | 10 | 124 | 5E | 2C |
| Octal | 272 | 7 | 327 | 15 | 141 | 0 | 20 | 444 | 136 | 54 |
| Binary | 10111010 | 111 | 11010111 | 1101 | 1100001 | 0 | 10000 | 100100100 | 1011110 | 101100 |
Color Harmonies of #BA07D7
Complementary color
Monochromatic Colors of #BA07D7
Black with #BA07D7
Text Example
Text Example
White with #BA07D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07D7; }
p { color: rgb(186,7,215); }
H1.HeaderClassName
{
color: #BA07D7;
}
.AnyTagClassName
{
color: #BA07D7;
}
</style>
background-color css
<style>
a { background-color: #BA07D7; }
a { background-color: rgb(186,7,215); }
div.DivClassName
{
background-color: #BA07D7;
}
.BgClassName
{
background-color: #BA07D7;
}
</style>
border-color css
<style>
span { border-color: #BA07D7; }
span { border-color: rgb(186,7,215); }
td.TdClassName
{
border-color: #BA07D7;
}
.TagClassName
{
border-color: #BA07D7;
}
</style>