Shades of Medium Violet Red #BA199C
Tints of Medium Violet Red #BA199C
RGB
CMYK
RGB Variations
Color information
#BA199C (or 0xBA199C) is known color: Medium Violet Red. HEX triplet: BA, 19 and 9C. RGB value is (186,25,156). Sum of RGB (Red+Green+Blue) = 186+25+156=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA199C is #45E663. Grayscale: #575757. Windows color (decimal): -4580964 or 10230202. OLE color: 10230202.
HSL color Cylindrical-coordinate representation of color #BA199C: hue angle of 311.18º 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 #BA199C is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.27 |
| HSL | 311.18º | 0.76% | 0.41% | - |
| HSV(B) | 311.18º | 0.87% | 0.73% | - |
| XYZ | 26.6 | 13.53 | 32.66 | - |
| YUV | 88.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 156 | 0 | 0.87 | 0.16 | 0.27 | 311.18 | 0.76 | 0.41 |
| Hex | BA | 19 | 9C | 0 | 57 | 10 | 1B | 137 | 4C | 29 |
| Octal | 272 | 31 | 234 | 0 | 127 | 20 | 33 | 467 | 114 | 51 |
| Binary | 10111010 | 11001 | 10011100 | 0 | 1010111 | 10000 | 11011 | 100110111 | 1001100 | 101001 |
Color Harmonies of #BA199C
Complementary color
Monochromatic Colors of #BA199C
Black with #BA199C
Text Example
Text Example
White with #BA199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA199C; }
p { color: rgb(186,25,156); }
H1.HeaderClassName
{
color: #BA199C;
}
.AnyTagClassName
{
color: #BA199C;
}
</style>
background-color css
<style>
a { background-color: #BA199C; }
a { background-color: rgb(186,25,156); }
div.DivClassName
{
background-color: #BA199C;
}
.BgClassName
{
background-color: #BA199C;
}
</style>
border-color css
<style>
span { border-color: #BA199C; }
span { border-color: rgb(186,25,156); }
td.TdClassName
{
border-color: #BA199C;
}
.TagClassName
{
border-color: #BA199C;
}
</style>