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