Shades of Medium Violet Red #BA079B
Tints of Medium Violet Red #BA079B
RGB
CMYK
RGB Variations
Color information
#BA079B (or 0xBA079B) is known color: Medium Violet Red. HEX triplet: BA, 07 and 9B. RGB value is (186,7,155). Sum of RGB (Red+Green+Blue) = 186+7+155=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA079B is #45F864. Grayscale: #4C4C4C. Windows color (decimal): -4585573 or 10160058. OLE color: 10160058.
HSL color Cylindrical-coordinate representation of color #BA079B: hue angle of 310.39º 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 #BA079B is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.27 |
| HSL | 310.39º | 0.93% | 0.38% | - |
| HSV(B) | 310.39º | 0.96% | 0.73% | - |
| XYZ | 26.24 | 12.96 | 32.13 | - |
| YUV | 77.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 155 | 0 | 0.96 | 0.17 | 0.27 | 310.39 | 0.93 | 0.38 |
| Hex | BA | 7 | 9B | 0 | 60 | 11 | 1B | 136 | 5D | 26 |
| Octal | 272 | 7 | 233 | 0 | 140 | 21 | 33 | 466 | 135 | 46 |
| Binary | 10111010 | 111 | 10011011 | 0 | 1100000 | 10001 | 11011 | 100110110 | 1011101 | 100110 |
Color Harmonies of #BA079B
Complementary color
Monochromatic Colors of #BA079B
Black with #BA079B
Text Example
Text Example
White with #BA079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA079B; }
p { color: rgb(186,7,155); }
H1.HeaderClassName
{
color: #BA079B;
}
.AnyTagClassName
{
color: #BA079B;
}
</style>
background-color css
<style>
a { background-color: #BA079B; }
a { background-color: rgb(186,7,155); }
div.DivClassName
{
background-color: #BA079B;
}
.BgClassName
{
background-color: #BA079B;
}
</style>
border-color css
<style>
span { border-color: #BA079B; }
span { border-color: rgb(186,7,155); }
td.TdClassName
{
border-color: #BA079B;
}
.TagClassName
{
border-color: #BA079B;
}
</style>