Shades of Medium Violet Red #BA1797
Tints of Medium Violet Red #BA1797
RGB
CMYK
RGB Variations
Color information
#BA1797 (or 0xBA1797) is known color: Medium Violet Red. HEX triplet: BA, 17 and 97. RGB value is (186,23,151). Sum of RGB (Red+Green+Blue) = 186+23+151=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1797 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1797 is #45E868. Grayscale: #555555. Windows color (decimal): -4581481 or 9902010. OLE color: 9902010.
HSL color Cylindrical-coordinate representation of color #BA1797: hue angle of 312.88º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1797 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 151 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.27 |
| HSL | 312.88º | 0.78% | 0.41% | - |
| HSV(B) | 312.88º | 0.88% | 0.73% | - |
| XYZ | 26.14 | 13.29 | 30.46 | - |
| YUV | 86.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 151 | 0 | 0.88 | 0.19 | 0.27 | 312.88 | 0.78 | 0.41 |
| Hex | BA | 17 | 97 | 0 | 58 | 13 | 1B | 139 | 4E | 29 |
| Octal | 272 | 27 | 227 | 0 | 130 | 23 | 33 | 471 | 116 | 51 |
| Binary | 10111010 | 10111 | 10010111 | 0 | 1011000 | 10011 | 11011 | 100111001 | 1001110 | 101001 |
Color Harmonies of #BA1797
Complementary color
Monochromatic Colors of #BA1797
Black with #BA1797
Text Example
Text Example
White with #BA1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1797; }
p { color: rgb(186,23,151); }
H1.HeaderClassName
{
color: #BA1797;
}
.AnyTagClassName
{
color: #BA1797;
}
</style>
background-color css
<style>
a { background-color: #BA1797; }
a { background-color: rgb(186,23,151); }
div.DivClassName
{
background-color: #BA1797;
}
.BgClassName
{
background-color: #BA1797;
}
</style>
border-color css
<style>
span { border-color: #BA1797; }
span { border-color: rgb(186,23,151); }
td.TdClassName
{
border-color: #BA1797;
}
.TagClassName
{
border-color: #BA1797;
}
</style>