Shades of Medium Violet Red #BA196D
Tints of Medium Violet Red #BA196D
RGB
CMYK
RGB Variations
Color information
#BA196D (or 0xBA196D) is known color: Medium Violet Red. HEX triplet: BA, 19 and 6D. RGB value is (186,25,109). Sum of RGB (Red+Green+Blue) = 186+25+109=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196D is #45E692. Grayscale: #525252. Windows color (decimal): -4581011 or 7150010. OLE color: 7150010.
HSL color Cylindrical-coordinate representation of color #BA196D: hue angle of 328.7º 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 #BA196D is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 109 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.27 |
| HSL | 328.7º | 0.76% | 0.41% | - |
| HSV(B) | 328.7º | 0.87% | 0.73% | - |
| XYZ | 23.36 | 12.24 | 15.6 | - |
| YUV | 82.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 109 | 0 | 0.87 | 0.41 | 0.27 | 328.7 | 0.76 | 0.41 |
| Hex | BA | 19 | 6D | 0 | 57 | 29 | 1B | 149 | 4C | 29 |
| Octal | 272 | 31 | 155 | 0 | 127 | 51 | 33 | 511 | 114 | 51 |
| Binary | 10111010 | 11001 | 1101101 | 0 | 1010111 | 101001 | 11011 | 101001001 | 1001100 | 101001 |
Color Harmonies of #BA196D
Complementary color
Monochromatic Colors of #BA196D
Black with #BA196D
Text Example
Text Example
White with #BA196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA196D; }
p { color: rgb(186,25,109); }
H1.HeaderClassName
{
color: #BA196D;
}
.AnyTagClassName
{
color: #BA196D;
}
</style>
background-color css
<style>
a { background-color: #BA196D; }
a { background-color: rgb(186,25,109); }
div.DivClassName
{
background-color: #BA196D;
}
.BgClassName
{
background-color: #BA196D;
}
</style>
border-color css
<style>
span { border-color: #BA196D; }
span { border-color: rgb(186,25,109); }
td.TdClassName
{
border-color: #BA196D;
}
.TagClassName
{
border-color: #BA196D;
}
</style>