Shades of Medium Violet Red #BA079D
Tints of Medium Violet Red #BA079D
RGB
CMYK
RGB Variations
Color information
#BA079D (or 0xBA079D) is known color: Medium Violet Red. HEX triplet: BA, 07 and 9D. RGB value is (186,7,157). Sum of RGB (Red+Green+Blue) = 186+7+157=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA079D is #45F862. Grayscale: #4D4D4D. Windows color (decimal): -4585571 or 10291130. OLE color: 10291130.
HSL color Cylindrical-coordinate representation of color #BA079D: hue angle of 309.72º 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 #BA079D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.27 |
| HSL | 309.72º | 0.93% | 0.38% | - |
| HSV(B) | 309.72º | 0.96% | 0.73% | - |
| XYZ | 26.41 | 13.03 | 33.02 | - |
| YUV | 77.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 157 | 0 | 0.96 | 0.16 | 0.27 | 309.72 | 0.93 | 0.38 |
| Hex | BA | 7 | 9D | 0 | 60 | 10 | 1B | 136 | 5D | 26 |
| Octal | 272 | 7 | 235 | 0 | 140 | 20 | 33 | 466 | 135 | 46 |
| Binary | 10111010 | 111 | 10011101 | 0 | 1100000 | 10000 | 11011 | 100110110 | 1011101 | 100110 |
Color Harmonies of #BA079D
Complementary color
Monochromatic Colors of #BA079D
Black with #BA079D
Text Example
Text Example
White with #BA079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA079D; }
p { color: rgb(186,7,157); }
H1.HeaderClassName
{
color: #BA079D;
}
.AnyTagClassName
{
color: #BA079D;
}
</style>
background-color css
<style>
a { background-color: #BA079D; }
a { background-color: rgb(186,7,157); }
div.DivClassName
{
background-color: #BA079D;
}
.BgClassName
{
background-color: #BA079D;
}
</style>
border-color css
<style>
span { border-color: #BA079D; }
span { border-color: rgb(186,7,157); }
td.TdClassName
{
border-color: #BA079D;
}
.TagClassName
{
border-color: #BA079D;
}
</style>