Shades of Medium Red Violet #BA3177
Tints of Medium Red Violet #BA3177
RGB
CMYK
RGB Variations
Color information
#BA3177 (or 0xBA3177) is known color: Medium Red Violet. HEX triplet: BA, 31 and 77. RGB value is (186,49,119). Sum of RGB (Red+Green+Blue) = 186+49+119=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3177 is #45CE88. Grayscale: #616161. Windows color (decimal): -4574857 or 7811514. OLE color: 7811514.
HSL color Cylindrical-coordinate representation of color #BA3177: hue angle of 329.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 #BA3177 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 119 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.27 |
| HSL | 329.34º | 0.58% | 0.46% | - |
| HSV(B) | 329.34º | 0.74% | 0.73% | - |
| XYZ | 24.68 | 13.97 | 18.85 | - |
| YUV | 97.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 119 | 0 | 0.74 | 0.36 | 0.27 | 329.34 | 0.58 | 0.46 |
| Hex | BA | 31 | 77 | 0 | 4A | 24 | 1B | 149 | 3A | 2E |
| Octal | 272 | 61 | 167 | 0 | 112 | 44 | 33 | 511 | 72 | 56 |
| Binary | 10111010 | 110001 | 1110111 | 0 | 1001010 | 100100 | 11011 | 101001001 | 111010 | 101110 |
Color Harmonies of #BA3177
Complementary color
Monochromatic Colors of #BA3177
Black with #BA3177
Text Example
Text Example
White with #BA3177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3177; }
p { color: rgb(186,49,119); }
H1.HeaderClassName
{
color: #BA3177;
}
.AnyTagClassName
{
color: #BA3177;
}
</style>
background-color css
<style>
a { background-color: #BA3177; }
a { background-color: rgb(186,49,119); }
div.DivClassName
{
background-color: #BA3177;
}
.BgClassName
{
background-color: #BA3177;
}
</style>
border-color css
<style>
span { border-color: #BA3177; }
span { border-color: rgb(186,49,119); }
td.TdClassName
{
border-color: #BA3177;
}
.TagClassName
{
border-color: #BA3177;
}
</style>