Shades of Medium Red Violet #BA3187
Tints of Medium Red Violet #BA3187
RGB
CMYK
RGB Variations
Color information
#BA3187 (or 0xBA3187) is known color: Medium Red Violet. HEX triplet: BA, 31 and 87. RGB value is (186,49,135). Sum of RGB (Red+Green+Blue) = 186+49+135=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3187 is #45CE78. Grayscale: #636363. Windows color (decimal): -4574841 or 8860090. OLE color: 8860090.
HSL color Cylindrical-coordinate representation of color #BA3187: hue angle of 322.34º 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 #BA3187 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 135 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.27 |
| HSL | 322.34º | 0.58% | 0.46% | - |
| HSV(B) | 322.34º | 0.74% | 0.73% | - |
| XYZ | 25.72 | 14.39 | 24.34 | - |
| YUV | 99.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 135 | 0 | 0.74 | 0.27 | 0.27 | 322.34 | 0.58 | 0.46 |
| Hex | BA | 31 | 87 | 0 | 4A | 1B | 1B | 142 | 3A | 2E |
| Octal | 272 | 61 | 207 | 0 | 112 | 33 | 33 | 502 | 72 | 56 |
| Binary | 10111010 | 110001 | 10000111 | 0 | 1001010 | 11011 | 11011 | 101000010 | 111010 | 101110 |
Color Harmonies of #BA3187
Complementary color
Monochromatic Colors of #BA3187
Black with #BA3187
Text Example
Text Example
White with #BA3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3187; }
p { color: rgb(186,49,135); }
H1.HeaderClassName
{
color: #BA3187;
}
.AnyTagClassName
{
color: #BA3187;
}
</style>
background-color css
<style>
a { background-color: #BA3187; }
a { background-color: rgb(186,49,135); }
div.DivClassName
{
background-color: #BA3187;
}
.BgClassName
{
background-color: #BA3187;
}
</style>
border-color css
<style>
span { border-color: #BA3187; }
span { border-color: rgb(186,49,135); }
td.TdClassName
{
border-color: #BA3187;
}
.TagClassName
{
border-color: #BA3187;
}
</style>