Shades of Medium Red Violet #BA3181
Tints of Medium Red Violet #BA3181
RGB
CMYK
RGB Variations
Color information
#BA3181 (or 0xBA3181) is known color: Medium Red Violet. HEX triplet: BA, 31 and 81. RGB value is (186,49,129). Sum of RGB (Red+Green+Blue) = 186+49+129=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3181 is #45CE7E. Grayscale: #626262. Windows color (decimal): -4574847 or 8466874. OLE color: 8466874.
HSL color Cylindrical-coordinate representation of color #BA3181: hue angle of 324.96º 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 #BA3181 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 129 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.27 |
| HSL | 324.96º | 0.58% | 0.46% | - |
| HSV(B) | 324.96º | 0.74% | 0.73% | - |
| XYZ | 25.31 | 14.22 | 22.18 | - |
| YUV | 99.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 129 | 0 | 0.74 | 0.31 | 0.27 | 324.96 | 0.58 | 0.46 |
| Hex | BA | 31 | 81 | 0 | 4A | 1F | 1B | 145 | 3A | 2E |
| Octal | 272 | 61 | 201 | 0 | 112 | 37 | 33 | 505 | 72 | 56 |
| Binary | 10111010 | 110001 | 10000001 | 0 | 1001010 | 11111 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BA3181
Complementary color
Monochromatic Colors of #BA3181
Black with #BA3181
Text Example
Text Example
White with #BA3181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3181; }
p { color: rgb(186,49,129); }
H1.HeaderClassName
{
color: #BA3181;
}
.AnyTagClassName
{
color: #BA3181;
}
</style>
background-color css
<style>
a { background-color: #BA3181; }
a { background-color: rgb(186,49,129); }
div.DivClassName
{
background-color: #BA3181;
}
.BgClassName
{
background-color: #BA3181;
}
</style>
border-color css
<style>
span { border-color: #BA3181; }
span { border-color: rgb(186,49,129); }
td.TdClassName
{
border-color: #BA3181;
}
.TagClassName
{
border-color: #BA3181;
}
</style>