Shades of Medium Violet Red #BA198F
Tints of Medium Violet Red #BA198F
RGB
CMYK
RGB Variations
Color information
#BA198F (or 0xBA198F) is known color: Medium Violet Red. HEX triplet: BA, 19 and 8F. RGB value is (186,25,143). Sum of RGB (Red+Green+Blue) = 186+25+143=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198F is #45E670. Grayscale: #565656. Windows color (decimal): -4580977 or 9378234. OLE color: 9378234.
HSL color Cylindrical-coordinate representation of color #BA198F: hue angle of 316.02º 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 #BA198F is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 143 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.27 |
| HSL | 316.02º | 0.76% | 0.41% | - |
| HSV(B) | 316.02º | 0.87% | 0.73% | - |
| XYZ | 25.56 | 13.12 | 27.17 | - |
| YUV | 86.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 143 | 0 | 0.87 | 0.23 | 0.27 | 316.02 | 0.76 | 0.41 |
| Hex | BA | 19 | 8F | 0 | 57 | 17 | 1B | 13C | 4C | 29 |
| Octal | 272 | 31 | 217 | 0 | 127 | 27 | 33 | 474 | 114 | 51 |
| Binary | 10111010 | 11001 | 10001111 | 0 | 1010111 | 10111 | 11011 | 100111100 | 1001100 | 101001 |
Color Harmonies of #BA198F
Complementary color
Monochromatic Colors of #BA198F
Black with #BA198F
Text Example
Text Example
White with #BA198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA198F; }
p { color: rgb(186,25,143); }
H1.HeaderClassName
{
color: #BA198F;
}
.AnyTagClassName
{
color: #BA198F;
}
</style>
background-color css
<style>
a { background-color: #BA198F; }
a { background-color: rgb(186,25,143); }
div.DivClassName
{
background-color: #BA198F;
}
.BgClassName
{
background-color: #BA198F;
}
</style>
border-color css
<style>
span { border-color: #BA198F; }
span { border-color: rgb(186,25,143); }
td.TdClassName
{
border-color: #BA198F;
}
.TagClassName
{
border-color: #BA198F;
}
</style>