Shades of Medium Violet Red #BA196F
Tints of Medium Violet Red #BA196F
RGB
CMYK
RGB Variations
Color information
#BA196F (or 0xBA196F) is known color: Medium Violet Red. HEX triplet: BA, 19 and 6F. RGB value is (186,25,111). Sum of RGB (Red+Green+Blue) = 186+25+111=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196F is #45E690. Grayscale: #525252. Windows color (decimal): -4581009 or 7281082. OLE color: 7281082.
HSL color Cylindrical-coordinate representation of color #BA196F: hue angle of 327.95º 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 #BA196F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 111 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.27 |
| HSL | 327.95º | 0.76% | 0.41% | - |
| HSV(B) | 327.95º | 0.87% | 0.73% | - |
| XYZ | 23.47 | 12.28 | 16.17 | - |
| YUV | 82.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 111 | 0 | 0.87 | 0.40 | 0.27 | 327.95 | 0.76 | 0.41 |
| Hex | BA | 19 | 6F | 0 | 57 | 28 | 1B | 148 | 4C | 29 |
| Octal | 272 | 31 | 157 | 0 | 127 | 50 | 33 | 510 | 114 | 51 |
| Binary | 10111010 | 11001 | 1101111 | 0 | 1010111 | 101000 | 11011 | 101001000 | 1001100 | 101001 |
Color Harmonies of #BA196F
Complementary color
Monochromatic Colors of #BA196F
Black with #BA196F
Text Example
Text Example
White with #BA196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA196F; }
p { color: rgb(186,25,111); }
H1.HeaderClassName
{
color: #BA196F;
}
.AnyTagClassName
{
color: #BA196F;
}
</style>
background-color css
<style>
a { background-color: #BA196F; }
a { background-color: rgb(186,25,111); }
div.DivClassName
{
background-color: #BA196F;
}
.BgClassName
{
background-color: #BA196F;
}
</style>
border-color css
<style>
span { border-color: #BA196F; }
span { border-color: rgb(186,25,111); }
td.TdClassName
{
border-color: #BA196F;
}
.TagClassName
{
border-color: #BA196F;
}
</style>