Shades of Medium Red Violet #BA377C
Tints of Medium Red Violet #BA377C
RGB
CMYK
RGB Variations
Color information
#BA377C (or 0xBA377C) is known color: Medium Red Violet. HEX triplet: BA, 37 and 7C. RGB value is (186,55,124). Sum of RGB (Red+Green+Blue) = 186+55+124=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA377C is #45C883. Grayscale: #656565. Windows color (decimal): -4573316 or 8140730. OLE color: 8140730.
HSL color Cylindrical-coordinate representation of color #BA377C: hue angle of 328.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA377C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 124 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.27 |
| HSL | 328.4º | 0.54% | 0.47% | - |
| HSV(B) | 328.4º | 0.7% | 0.73% | - |
| XYZ | 25.25 | 14.63 | 20.56 | - |
| YUV | 102.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 124 | 0 | 0.70 | 0.33 | 0.27 | 328.4 | 0.54 | 0.47 |
| Hex | BA | 37 | 7C | 0 | 46 | 21 | 1B | 148 | 36 | 2F |
| Octal | 272 | 67 | 174 | 0 | 106 | 41 | 33 | 510 | 66 | 57 |
| Binary | 10111010 | 110111 | 1111100 | 0 | 1000110 | 100001 | 11011 | 101001000 | 110110 | 101111 |
Color Harmonies of #BA377C
Complementary color
Monochromatic Colors of #BA377C
Black with #BA377C
Text Example
Text Example
White with #BA377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA377C; }
p { color: rgb(186,55,124); }
H1.HeaderClassName
{
color: #BA377C;
}
.AnyTagClassName
{
color: #BA377C;
}
</style>
background-color css
<style>
a { background-color: #BA377C; }
a { background-color: rgb(186,55,124); }
div.DivClassName
{
background-color: #BA377C;
}
.BgClassName
{
background-color: #BA377C;
}
</style>
border-color css
<style>
span { border-color: #BA377C; }
span { border-color: rgb(186,55,124); }
td.TdClassName
{
border-color: #BA377C;
}
.TagClassName
{
border-color: #BA377C;
}
</style>