Shades of Medium Violet Red #BA199B
Tints of Medium Violet Red #BA199B
RGB
CMYK
RGB Variations
Color information
#BA199B (or 0xBA199B) is known color: Medium Violet Red. HEX triplet: BA, 19 and 9B. RGB value is (186,25,155). Sum of RGB (Red+Green+Blue) = 186+25+155=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA199B is #45E664. Grayscale: #575757. Windows color (decimal): -4580965 or 10164666. OLE color: 10164666.
HSL color Cylindrical-coordinate representation of color #BA199B: hue angle of 311.55º 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 #BA199B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.27 |
| HSL | 311.55º | 0.76% | 0.41% | - |
| HSV(B) | 311.55º | 0.87% | 0.73% | - |
| XYZ | 26.51 | 13.5 | 32.22 | - |
| YUV | 87.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 155 | 0 | 0.87 | 0.17 | 0.27 | 311.55 | 0.76 | 0.41 |
| Hex | BA | 19 | 9B | 0 | 57 | 11 | 1B | 138 | 4C | 29 |
| Octal | 272 | 31 | 233 | 0 | 127 | 21 | 33 | 470 | 114 | 51 |
| Binary | 10111010 | 11001 | 10011011 | 0 | 1010111 | 10001 | 11011 | 100111000 | 1001100 | 101001 |
Color Harmonies of #BA199B
Complementary color
Monochromatic Colors of #BA199B
Black with #BA199B
Text Example
Text Example
White with #BA199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA199B; }
p { color: rgb(186,25,155); }
H1.HeaderClassName
{
color: #BA199B;
}
.AnyTagClassName
{
color: #BA199B;
}
</style>
background-color css
<style>
a { background-color: #BA199B; }
a { background-color: rgb(186,25,155); }
div.DivClassName
{
background-color: #BA199B;
}
.BgClassName
{
background-color: #BA199B;
}
</style>
border-color css
<style>
span { border-color: #BA199B; }
span { border-color: rgb(186,25,155); }
td.TdClassName
{
border-color: #BA199B;
}
.TagClassName
{
border-color: #BA199B;
}
</style>