Shades of Medium Red Violet #BA377E
Tints of Medium Red Violet #BA377E
RGB
CMYK
RGB Variations
Color information
#BA377E (or 0xBA377E) is known color: Medium Red Violet. HEX triplet: BA, 37 and 7E. RGB value is (186,55,126). Sum of RGB (Red+Green+Blue) = 186+55+126=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA377E is #45C881. Grayscale: #666666. Windows color (decimal): -4573314 or 8271802. OLE color: 8271802.
HSL color Cylindrical-coordinate representation of color #BA377E: hue angle of 327.48º 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 #BA377E is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 126 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.27 |
| HSL | 327.48º | 0.54% | 0.47% | - |
| HSV(B) | 327.48º | 0.7% | 0.73% | - |
| XYZ | 25.38 | 14.68 | 21.23 | - |
| YUV | 102.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 126 | 0 | 0.70 | 0.32 | 0.27 | 327.48 | 0.54 | 0.47 |
| Hex | BA | 37 | 7E | 0 | 46 | 20 | 1B | 147 | 36 | 2F |
| Octal | 272 | 67 | 176 | 0 | 106 | 40 | 33 | 507 | 66 | 57 |
| Binary | 10111010 | 110111 | 1111110 | 0 | 1000110 | 100000 | 11011 | 101000111 | 110110 | 101111 |
Color Harmonies of #BA377E
Complementary color
Monochromatic Colors of #BA377E
Black with #BA377E
Text Example
Text Example
White with #BA377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA377E; }
p { color: rgb(186,55,126); }
H1.HeaderClassName
{
color: #BA377E;
}
.AnyTagClassName
{
color: #BA377E;
}
</style>
background-color css
<style>
a { background-color: #BA377E; }
a { background-color: rgb(186,55,126); }
div.DivClassName
{
background-color: #BA377E;
}
.BgClassName
{
background-color: #BA377E;
}
</style>
border-color css
<style>
span { border-color: #BA377E; }
span { border-color: rgb(186,55,126); }
td.TdClassName
{
border-color: #BA377E;
}
.TagClassName
{
border-color: #BA377E;
}
</style>