Shades of Medium Red Violet #BA3197
Tints of Medium Red Violet #BA3197
RGB
CMYK
RGB Variations
Color information
#BA3197 (or 0xBA3197) is known color: Medium Red Violet. HEX triplet: BA, 31 and 97. RGB value is (186,49,151). Sum of RGB (Red+Green+Blue) = 186+49+151=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3197 is #45CE68. Grayscale: #656565. Windows color (decimal): -4574825 or 9908666. OLE color: 9908666.
HSL color Cylindrical-coordinate representation of color #BA3197: hue angle of 315.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3197 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 151 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.27 |
| HSL | 315.33º | 0.58% | 0.46% | - |
| HSV(B) | 315.33º | 0.74% | 0.73% | - |
| XYZ | 26.93 | 14.87 | 30.73 | - |
| YUV | 101.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 151 | 0 | 0.74 | 0.19 | 0.27 | 315.33 | 0.58 | 0.46 |
| Hex | BA | 31 | 97 | 0 | 4A | 13 | 1B | 13B | 3A | 2E |
| Octal | 272 | 61 | 227 | 0 | 112 | 23 | 33 | 473 | 72 | 56 |
| Binary | 10111010 | 110001 | 10010111 | 0 | 1001010 | 10011 | 11011 | 100111011 | 111010 | 101110 |
Color Harmonies of #BA3197
Complementary color
Monochromatic Colors of #BA3197
Black with #BA3197
Text Example
Text Example
White with #BA3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3197; }
p { color: rgb(186,49,151); }
H1.HeaderClassName
{
color: #BA3197;
}
.AnyTagClassName
{
color: #BA3197;
}
</style>
background-color css
<style>
a { background-color: #BA3197; }
a { background-color: rgb(186,49,151); }
div.DivClassName
{
background-color: #BA3197;
}
.BgClassName
{
background-color: #BA3197;
}
</style>
border-color css
<style>
span { border-color: #BA3197; }
span { border-color: rgb(186,49,151); }
td.TdClassName
{
border-color: #BA3197;
}
.TagClassName
{
border-color: #BA3197;
}
</style>