Shades of Medium Violet Red #BA079F
Tints of Medium Violet Red #BA079F
RGB
CMYK
RGB Variations
Color information
#BA079F (or 0xBA079F) is known color: Medium Violet Red. HEX triplet: BA, 07 and 9F. RGB value is (186,7,159). Sum of RGB (Red+Green+Blue) = 186+7+159=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA079F is #45F860. Grayscale: #4D4D4D. Windows color (decimal): -4585569 or 10422202. OLE color: 10422202.
HSL color Cylindrical-coordinate representation of color #BA079F: hue angle of 309.05º 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 #BA079F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.27 |
| HSL | 309.05º | 0.93% | 0.38% | - |
| HSV(B) | 309.05º | 0.96% | 0.73% | - |
| XYZ | 26.58 | 13.09 | 33.93 | - |
| YUV | 77.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 159 | 0 | 0.96 | 0.15 | 0.27 | 309.05 | 0.93 | 0.38 |
| Hex | BA | 7 | 9F | 0 | 60 | F | 1B | 135 | 5D | 26 |
| Octal | 272 | 7 | 237 | 0 | 140 | 17 | 33 | 465 | 135 | 46 |
| Binary | 10111010 | 111 | 10011111 | 0 | 1100000 | 1111 | 11011 | 100110101 | 1011101 | 100110 |
Color Harmonies of #BA079F
Complementary color
Monochromatic Colors of #BA079F
Black with #BA079F
Text Example
Text Example
White with #BA079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA079F; }
p { color: rgb(186,7,159); }
H1.HeaderClassName
{
color: #BA079F;
}
.AnyTagClassName
{
color: #BA079F;
}
</style>
background-color css
<style>
a { background-color: #BA079F; }
a { background-color: rgb(186,7,159); }
div.DivClassName
{
background-color: #BA079F;
}
.BgClassName
{
background-color: #BA079F;
}
</style>
border-color css
<style>
span { border-color: #BA079F; }
span { border-color: rgb(186,7,159); }
td.TdClassName
{
border-color: #BA079F;
}
.TagClassName
{
border-color: #BA079F;
}
</style>