Shades of Deep Magenta #BA07C7
Tints of Deep Magenta #BA07C7
RGB
CMYK
RGB Variations
Color information
#BA07C7 (or 0xBA07C7) is known color: Deep Magenta. HEX triplet: BA, 07 and C7. RGB value is (186,7,199). Sum of RGB (Red+Green+Blue) = 186+7+199=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA07C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07C7 is #45F838. Grayscale: #515151. Windows color (decimal): -4585529 or 13043642. OLE color: 13043642.
HSL color Cylindrical-coordinate representation of color #BA07C7: hue angle of 295.94º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA07C7 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 7 | 199 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.22 |
| HSL | 295.94º | 0.93% | 0.4% | - |
| HSV(B) | 295.94º | 0.96% | 0.78% | - |
| XYZ | 30.63 | 14.71 | 55.26 | - |
| YUV | 82.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 199 | 0.07 | 0.96 | 0 | 0.22 | 295.94 | 0.93 | 0.4 |
| Hex | BA | 7 | C7 | 7 | 60 | 0 | 16 | 128 | 5D | 28 |
| Octal | 272 | 7 | 307 | 7 | 140 | 0 | 26 | 450 | 135 | 50 |
| Binary | 10111010 | 111 | 11000111 | 111 | 1100000 | 0 | 10110 | 100101000 | 1011101 | 101000 |
Color Harmonies of #BA07C7
Complementary color
Monochromatic Colors of #BA07C7
Black with #BA07C7
Text Example
Text Example
White with #BA07C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07C7; }
p { color: rgb(186,7,199); }
H1.HeaderClassName
{
color: #BA07C7;
}
.AnyTagClassName
{
color: #BA07C7;
}
</style>
background-color css
<style>
a { background-color: #BA07C7; }
a { background-color: rgb(186,7,199); }
div.DivClassName
{
background-color: #BA07C7;
}
.BgClassName
{
background-color: #BA07C7;
}
</style>
border-color css
<style>
span { border-color: #BA07C7; }
span { border-color: rgb(186,7,199); }
td.TdClassName
{
border-color: #BA07C7;
}
.TagClassName
{
border-color: #BA07C7;
}
</style>