Shades of Deep Magenta #BA07C0
Tints of Deep Magenta #BA07C0
RGB
CMYK
RGB Variations
Color information
#BA07C0 (or 0xBA07C0) is known color: Deep Magenta. HEX triplet: BA, 07 and C0. RGB value is (186,7,192). Sum of RGB (Red+Green+Blue) = 186+7+192=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA07C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07C0 is #45F83F. Grayscale: #515151. Windows color (decimal): -4585536 or 12584890. OLE color: 12584890.
HSL color Cylindrical-coordinate representation of color #BA07C0: hue angle of 298.05º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07C0 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 7 | 192 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.25 |
| HSL | 298.05º | 0.93% | 0.39% | - |
| HSV(B) | 298.05º | 0.96% | 0.75% | - |
| XYZ | 29.84 | 14.4 | 51.08 | - |
| YUV | 81.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 192 | 0.03 | 0.96 | 0 | 0.25 | 298.05 | 0.93 | 0.39 |
| Hex | BA | 7 | C0 | 3 | 60 | 0 | 19 | 12A | 5D | 27 |
| Octal | 272 | 7 | 300 | 3 | 140 | 0 | 31 | 452 | 135 | 47 |
| Binary | 10111010 | 111 | 11000000 | 11 | 1100000 | 0 | 11001 | 100101010 | 1011101 | 100111 |
Color Harmonies of #BA07C0
Complementary color
Monochromatic Colors of #BA07C0
Black with #BA07C0
Text Example
Text Example
White with #BA07C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07C0; }
p { color: rgb(186,7,192); }
H1.HeaderClassName
{
color: #BA07C0;
}
.AnyTagClassName
{
color: #BA07C0;
}
</style>
background-color css
<style>
a { background-color: #BA07C0; }
a { background-color: rgb(186,7,192); }
div.DivClassName
{
background-color: #BA07C0;
}
.BgClassName
{
background-color: #BA07C0;
}
</style>
border-color css
<style>
span { border-color: #BA07C0; }
span { border-color: rgb(186,7,192); }
td.TdClassName
{
border-color: #BA07C0;
}
.TagClassName
{
border-color: #BA07C0;
}
</style>