Shades of Medium Red Violet #BA3170
Tints of Medium Red Violet #BA3170
RGB
CMYK
RGB Variations
Color information
#BA3170 (or 0xBA3170) is known color: Medium Red Violet. HEX triplet: BA, 31 and 70. RGB value is (186,49,112). Sum of RGB (Red+Green+Blue) = 186+49+112=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3170 is #45CE8F. Grayscale: #616161. Windows color (decimal): -4574864 or 7352762. OLE color: 7352762.
HSL color Cylindrical-coordinate representation of color #BA3170: hue angle of 332.41º 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 #BA3170 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 112 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.27 |
| HSL | 332.41º | 0.58% | 0.46% | - |
| HSV(B) | 332.41º | 0.74% | 0.73% | - |
| XYZ | 24.27 | 13.81 | 16.71 | - |
| YUV | 97.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 112 | 0 | 0.74 | 0.40 | 0.27 | 332.41 | 0.58 | 0.46 |
| Hex | BA | 31 | 70 | 0 | 4A | 28 | 1B | 14C | 3A | 2E |
| Octal | 272 | 61 | 160 | 0 | 112 | 50 | 33 | 514 | 72 | 56 |
| Binary | 10111010 | 110001 | 1110000 | 0 | 1001010 | 101000 | 11011 | 101001100 | 111010 | 101110 |
Color Harmonies of #BA3170
Complementary color
Monochromatic Colors of #BA3170
Black with #BA3170
Text Example
Text Example
White with #BA3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3170; }
p { color: rgb(186,49,112); }
H1.HeaderClassName
{
color: #BA3170;
}
.AnyTagClassName
{
color: #BA3170;
}
</style>
background-color css
<style>
a { background-color: #BA3170; }
a { background-color: rgb(186,49,112); }
div.DivClassName
{
background-color: #BA3170;
}
.BgClassName
{
background-color: #BA3170;
}
</style>
border-color css
<style>
span { border-color: #BA3170; }
span { border-color: rgb(186,49,112); }
td.TdClassName
{
border-color: #BA3170;
}
.TagClassName
{
border-color: #BA3170;
}
</style>