Shades of Medium Red Violet #BA3176
Tints of Medium Red Violet #BA3176
RGB
CMYK
RGB Variations
Color information
#BA3176 (or 0xBA3176) is known color: Medium Red Violet. HEX triplet: BA, 31 and 76. RGB value is (186,49,118). Sum of RGB (Red+Green+Blue) = 186+49+118=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3176 is #45CE89. Grayscale: #616161. Windows color (decimal): -4574858 or 7745978. OLE color: 7745978.
HSL color Cylindrical-coordinate representation of color #BA3176: hue angle of 329.78º 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 #BA3176 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 118 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.27 |
| HSL | 329.78º | 0.58% | 0.46% | - |
| HSV(B) | 329.78º | 0.74% | 0.73% | - |
| XYZ | 24.62 | 13.94 | 18.53 | - |
| YUV | 97.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 118 | 0 | 0.74 | 0.37 | 0.27 | 329.78 | 0.58 | 0.46 |
| Hex | BA | 31 | 76 | 0 | 4A | 25 | 1B | 14A | 3A | 2E |
| Octal | 272 | 61 | 166 | 0 | 112 | 45 | 33 | 512 | 72 | 56 |
| Binary | 10111010 | 110001 | 1110110 | 0 | 1001010 | 100101 | 11011 | 101001010 | 111010 | 101110 |
Color Harmonies of #BA3176
Complementary color
Monochromatic Colors of #BA3176
Black with #BA3176
Text Example
Text Example
White with #BA3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3176; }
p { color: rgb(186,49,118); }
H1.HeaderClassName
{
color: #BA3176;
}
.AnyTagClassName
{
color: #BA3176;
}
</style>
background-color css
<style>
a { background-color: #BA3176; }
a { background-color: rgb(186,49,118); }
div.DivClassName
{
background-color: #BA3176;
}
.BgClassName
{
background-color: #BA3176;
}
</style>
border-color css
<style>
span { border-color: #BA3176; }
span { border-color: rgb(186,49,118); }
td.TdClassName
{
border-color: #BA3176;
}
.TagClassName
{
border-color: #BA3176;
}
</style>