Shades of Medium Violet Red #BA0199
Tints of Medium Violet Red #BA0199
RGB
CMYK
RGB Variations
Color information
#BA0199 (or 0xBA0199) is known color: Medium Violet Red. HEX triplet: BA, 01 and 99. RGB value is (186,1,153). Sum of RGB (Red+Green+Blue) = 186+1+153=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0199 is #45FE66. Grayscale: #494949. Windows color (decimal): -4587111 or 10027450. OLE color: 10027450.
HSL color Cylindrical-coordinate representation of color #BA0199: hue angle of 310.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0199 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.27 |
| HSL | 310.7º | 0.99% | 0.37% | - |
| HSV(B) | 310.7º | 0.99% | 0.73% | - |
| XYZ | 26.01 | 12.76 | 31.23 | - |
| YUV | 73.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 153 | 0 | 0.99 | 0.18 | 0.27 | 310.7 | 0.99 | 0.37 |
| Hex | BA | 1 | 99 | 0 | 63 | 12 | 1B | 137 | 63 | 25 |
| Octal | 272 | 1 | 231 | 0 | 143 | 22 | 33 | 467 | 143 | 45 |
| Binary | 10111010 | 1 | 10011001 | 0 | 1100011 | 10010 | 11011 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BA0199
Complementary color
Monochromatic Colors of #BA0199
Black with #BA0199
Text Example
Text Example
White with #BA0199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0199; }
p { color: rgb(186,1,153); }
H1.HeaderClassName
{
color: #BA0199;
}
.AnyTagClassName
{
color: #BA0199;
}
</style>
background-color css
<style>
a { background-color: #BA0199; }
a { background-color: rgb(186,1,153); }
div.DivClassName
{
background-color: #BA0199;
}
.BgClassName
{
background-color: #BA0199;
}
</style>
border-color css
<style>
span { border-color: #BA0199; }
span { border-color: rgb(186,1,153); }
td.TdClassName
{
border-color: #BA0199;
}
.TagClassName
{
border-color: #BA0199;
}
</style>