Shades of Medium Violet Red #BA199F
Tints of Medium Violet Red #BA199F
RGB
CMYK
RGB Variations
Color information
#BA199F (or 0xBA199F) is known color: Medium Violet Red. HEX triplet: BA, 19 and 9F. RGB value is (186,25,159). Sum of RGB (Red+Green+Blue) = 186+25+159=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA199F is #45E660. Grayscale: #585858. Windows color (decimal): -4580961 or 10426810. OLE color: 10426810.
HSL color Cylindrical-coordinate representation of color #BA199F: hue angle of 310.06º 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 #BA199F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 159 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.27 |
| HSL | 310.06º | 0.76% | 0.41% | - |
| HSV(B) | 310.06º | 0.87% | 0.73% | - |
| XYZ | 26.86 | 13.64 | 34.02 | - |
| YUV | 88.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 159 | 0 | 0.87 | 0.15 | 0.27 | 310.06 | 0.76 | 0.41 |
| Hex | BA | 19 | 9F | 0 | 57 | F | 1B | 136 | 4C | 29 |
| Octal | 272 | 31 | 237 | 0 | 127 | 17 | 33 | 466 | 114 | 51 |
| Binary | 10111010 | 11001 | 10011111 | 0 | 1010111 | 1111 | 11011 | 100110110 | 1001100 | 101001 |
Color Harmonies of #BA199F
Complementary color
Monochromatic Colors of #BA199F
Black with #BA199F
Text Example
Text Example
White with #BA199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA199F; }
p { color: rgb(186,25,159); }
H1.HeaderClassName
{
color: #BA199F;
}
.AnyTagClassName
{
color: #BA199F;
}
</style>
background-color css
<style>
a { background-color: #BA199F; }
a { background-color: rgb(186,25,159); }
div.DivClassName
{
background-color: #BA199F;
}
.BgClassName
{
background-color: #BA199F;
}
</style>
border-color css
<style>
span { border-color: #BA199F; }
span { border-color: rgb(186,25,159); }
td.TdClassName
{
border-color: #BA199F;
}
.TagClassName
{
border-color: #BA199F;
}
</style>