Shades of Medium Violet Red #BA197B
Tints of Medium Violet Red #BA197B
RGB
CMYK
RGB Variations
Color information
#BA197B (or 0xBA197B) is known color: Medium Violet Red. HEX triplet: BA, 19 and 7B. RGB value is (186,25,123). Sum of RGB (Red+Green+Blue) = 186+25+123=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA197B is #45E684. Grayscale: #545454. Windows color (decimal): -4580997 or 8067514. OLE color: 8067514.
HSL color Cylindrical-coordinate representation of color #BA197B: hue angle of 323.48º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA197B is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 123 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.27 |
| HSL | 323.48º | 0.76% | 0.41% | - |
| HSV(B) | 323.48º | 0.87% | 0.73% | - |
| XYZ | 24.17 | 12.56 | 19.89 | - |
| YUV | 84.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 123 | 0 | 0.87 | 0.34 | 0.27 | 323.48 | 0.76 | 0.41 |
| Hex | BA | 19 | 7B | 0 | 57 | 22 | 1B | 143 | 4C | 29 |
| Octal | 272 | 31 | 173 | 0 | 127 | 42 | 33 | 503 | 114 | 51 |
| Binary | 10111010 | 11001 | 1111011 | 0 | 1010111 | 100010 | 11011 | 101000011 | 1001100 | 101001 |
Color Harmonies of #BA197B
Complementary color
Monochromatic Colors of #BA197B
Black with #BA197B
Text Example
Text Example
White with #BA197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA197B; }
p { color: rgb(186,25,123); }
H1.HeaderClassName
{
color: #BA197B;
}
.AnyTagClassName
{
color: #BA197B;
}
</style>
background-color css
<style>
a { background-color: #BA197B; }
a { background-color: rgb(186,25,123); }
div.DivClassName
{
background-color: #BA197B;
}
.BgClassName
{
background-color: #BA197B;
}
</style>
border-color css
<style>
span { border-color: #BA197B; }
span { border-color: rgb(186,25,123); }
td.TdClassName
{
border-color: #BA197B;
}
.TagClassName
{
border-color: #BA197B;
}
</style>