Shades of Medium Violet Red #BA0197
Tints of Medium Violet Red #BA0197
RGB
CMYK
RGB Variations
Color information
#BA0197 (or 0xBA0197) is known color: Medium Violet Red. HEX triplet: BA, 01 and 97. RGB value is (186,1,151). Sum of RGB (Red+Green+Blue) = 186+1+151=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0197 is #45FE68. Grayscale: #494949. Windows color (decimal): -4587113 or 9896378. OLE color: 9896378.
HSL color Cylindrical-coordinate representation of color #BA0197: hue angle of 311.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0197 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.27 |
| HSL | 311.35º | 0.99% | 0.37% | - |
| HSV(B) | 311.35º | 0.99% | 0.73% | - |
| XYZ | 25.85 | 12.7 | 30.37 | - |
| YUV | 73.42 | 171.79 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 151 | 0 | 0.99 | 0.19 | 0.27 | 311.35 | 0.99 | 0.37 |
| Hex | BA | 1 | 97 | 0 | 63 | 13 | 1B | 137 | 63 | 25 |
| Octal | 272 | 1 | 227 | 0 | 143 | 23 | 33 | 467 | 143 | 45 |
| Binary | 10111010 | 1 | 10010111 | 0 | 1100011 | 10011 | 11011 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BA0197
Complementary color
Monochromatic Colors of #BA0197
Black with #BA0197
Text Example
Text Example
White with #BA0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0197; }
p { color: rgb(186,1,151); }
H1.HeaderClassName
{
color: #BA0197;
}
.AnyTagClassName
{
color: #BA0197;
}
</style>
background-color css
<style>
a { background-color: #BA0197; }
a { background-color: rgb(186,1,151); }
div.DivClassName
{
background-color: #BA0197;
}
.BgClassName
{
background-color: #BA0197;
}
</style>
border-color css
<style>
span { border-color: #BA0197; }
span { border-color: rgb(186,1,151); }
td.TdClassName
{
border-color: #BA0197;
}
.TagClassName
{
border-color: #BA0197;
}
</style>