Shades of Medium Red Violet #BA377B
Tints of Medium Red Violet #BA377B
RGB
CMYK
RGB Variations
Color information
#BA377B (or 0xBA377B) is known color: Medium Red Violet. HEX triplet: BA, 37 and 7B. RGB value is (186,55,123). Sum of RGB (Red+Green+Blue) = 186+55+123=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA377B is #45C884. Grayscale: #656565. Windows color (decimal): -4573317 or 8075194. OLE color: 8075194.
HSL color Cylindrical-coordinate representation of color #BA377B: hue angle of 328.85º 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 #BA377B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 123 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.27 |
| HSL | 328.85º | 0.54% | 0.47% | - |
| HSV(B) | 328.85º | 0.7% | 0.73% | - |
| XYZ | 25.19 | 14.6 | 20.23 | - |
| YUV | 101.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 123 | 0 | 0.70 | 0.34 | 0.27 | 328.85 | 0.54 | 0.47 |
| Hex | BA | 37 | 7B | 0 | 46 | 22 | 1B | 149 | 36 | 2F |
| Octal | 272 | 67 | 173 | 0 | 106 | 42 | 33 | 511 | 66 | 57 |
| Binary | 10111010 | 110111 | 1111011 | 0 | 1000110 | 100010 | 11011 | 101001001 | 110110 | 101111 |
Color Harmonies of #BA377B
Complementary color
Monochromatic Colors of #BA377B
Black with #BA377B
Text Example
Text Example
White with #BA377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA377B; }
p { color: rgb(186,55,123); }
H1.HeaderClassName
{
color: #BA377B;
}
.AnyTagClassName
{
color: #BA377B;
}
</style>
background-color css
<style>
a { background-color: #BA377B; }
a { background-color: rgb(186,55,123); }
div.DivClassName
{
background-color: #BA377B;
}
.BgClassName
{
background-color: #BA377B;
}
</style>
border-color css
<style>
span { border-color: #BA377B; }
span { border-color: rgb(186,55,123); }
td.TdClassName
{
border-color: #BA377B;
}
.TagClassName
{
border-color: #BA377B;
}
</style>