Shades of Deep Magenta #BA07CE
Tints of Deep Magenta #BA07CE
RGB
CMYK
RGB Variations
Color information
#BA07CE (or 0xBA07CE) is known color: Deep Magenta. HEX triplet: BA, 07 and CE. RGB value is (186,7,206). Sum of RGB (Red+Green+Blue) = 186+7+206=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA07CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07CE is #45F831. Grayscale: #525252. Windows color (decimal): -4585522 or 13502394. OLE color: 13502394.
HSL color Cylindrical-coordinate representation of color #BA07CE: hue angle of 293.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07CE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 7 | 206 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.19 |
| HSL | 293.97º | 0.93% | 0.42% | - |
| HSV(B) | 293.97º | 0.97% | 0.81% | - |
| XYZ | 31.47 | 15.05 | 59.64 | - |
| YUV | 83.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 206 | 0.10 | 0.97 | 0 | 0.19 | 293.97 | 0.93 | 0.42 |
| Hex | BA | 7 | CE | A | 61 | 0 | 13 | 126 | 5D | 2A |
| Octal | 272 | 7 | 316 | 12 | 141 | 0 | 23 | 446 | 135 | 52 |
| Binary | 10111010 | 111 | 11001110 | 1010 | 1100001 | 0 | 10011 | 100100110 | 1011101 | 101010 |
Color Harmonies of #BA07CE
Complementary color
Monochromatic Colors of #BA07CE
Black with #BA07CE
Text Example
Text Example
White with #BA07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07CE; }
p { color: rgb(186,7,206); }
H1.HeaderClassName
{
color: #BA07CE;
}
.AnyTagClassName
{
color: #BA07CE;
}
</style>
background-color css
<style>
a { background-color: #BA07CE; }
a { background-color: rgb(186,7,206); }
div.DivClassName
{
background-color: #BA07CE;
}
.BgClassName
{
background-color: #BA07CE;
}
</style>
border-color css
<style>
span { border-color: #BA07CE; }
span { border-color: rgb(186,7,206); }
td.TdClassName
{
border-color: #BA07CE;
}
.TagClassName
{
border-color: #BA07CE;
}
</style>