Shades of Medium Violet Red #BA0796
Tints of Medium Violet Red #BA0796
RGB
CMYK
RGB Variations
Color information
#BA0796 (or 0xBA0796) is known color: Medium Violet Red. HEX triplet: BA, 07 and 96. RGB value is (186,7,150). Sum of RGB (Red+Green+Blue) = 186+7+150=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0796 is #45F869. Grayscale: #4C4C4C. Windows color (decimal): -4585578 or 9832378. OLE color: 9832378.
HSL color Cylindrical-coordinate representation of color #BA0796: hue angle of 312.07º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0796 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.27 |
| HSL | 312.07º | 0.93% | 0.38% | - |
| HSV(B) | 312.07º | 0.96% | 0.73% | - |
| XYZ | 25.83 | 12.79 | 29.96 | - |
| YUV | 76.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 150 | 0 | 0.96 | 0.19 | 0.27 | 312.07 | 0.93 | 0.38 |
| Hex | BA | 7 | 96 | 0 | 60 | 13 | 1B | 138 | 5D | 26 |
| Octal | 272 | 7 | 226 | 0 | 140 | 23 | 33 | 470 | 135 | 46 |
| Binary | 10111010 | 111 | 10010110 | 0 | 1100000 | 10011 | 11011 | 100111000 | 1011101 | 100110 |
Color Harmonies of #BA0796
Complementary color
Monochromatic Colors of #BA0796
Black with #BA0796
Text Example
Text Example
White with #BA0796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0796; }
p { color: rgb(186,7,150); }
H1.HeaderClassName
{
color: #BA0796;
}
.AnyTagClassName
{
color: #BA0796;
}
</style>
background-color css
<style>
a { background-color: #BA0796; }
a { background-color: rgb(186,7,150); }
div.DivClassName
{
background-color: #BA0796;
}
.BgClassName
{
background-color: #BA0796;
}
</style>
border-color css
<style>
span { border-color: #BA0796; }
span { border-color: rgb(186,7,150); }
td.TdClassName
{
border-color: #BA0796;
}
.TagClassName
{
border-color: #BA0796;
}
</style>