Shades of Medium Red Violet #BA3185
Tints of Medium Red Violet #BA3185
RGB
CMYK
RGB Variations
Color information
#BA3185 (or 0xBA3185) is known color: Medium Red Violet. HEX triplet: BA, 31 and 85. RGB value is (186,49,133). Sum of RGB (Red+Green+Blue) = 186+49+133=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3185 is #45CE7A. Grayscale: #636363. Windows color (decimal): -4574843 or 8729018. OLE color: 8729018.
HSL color Cylindrical-coordinate representation of color #BA3185: hue angle of 323.21º 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 #BA3185 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 133 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.27 |
| HSL | 323.21º | 0.58% | 0.46% | - |
| HSV(B) | 323.21º | 0.74% | 0.73% | - |
| XYZ | 25.58 | 14.33 | 23.61 | - |
| YUV | 99.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 133 | 0 | 0.74 | 0.28 | 0.27 | 323.21 | 0.58 | 0.46 |
| Hex | BA | 31 | 85 | 0 | 4A | 1C | 1B | 143 | 3A | 2E |
| Octal | 272 | 61 | 205 | 0 | 112 | 34 | 33 | 503 | 72 | 56 |
| Binary | 10111010 | 110001 | 10000101 | 0 | 1001010 | 11100 | 11011 | 101000011 | 111010 | 101110 |
Color Harmonies of #BA3185
Complementary color
Monochromatic Colors of #BA3185
Black with #BA3185
Text Example
Text Example
White with #BA3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3185; }
p { color: rgb(186,49,133); }
H1.HeaderClassName
{
color: #BA3185;
}
.AnyTagClassName
{
color: #BA3185;
}
</style>
background-color css
<style>
a { background-color: #BA3185; }
a { background-color: rgb(186,49,133); }
div.DivClassName
{
background-color: #BA3185;
}
.BgClassName
{
background-color: #BA3185;
}
</style>
border-color css
<style>
span { border-color: #BA3185; }
span { border-color: rgb(186,49,133); }
td.TdClassName
{
border-color: #BA3185;
}
.TagClassName
{
border-color: #BA3185;
}
</style>