Shades of Medium Red Violet #BA378B
Tints of Medium Red Violet #BA378B
RGB
CMYK
RGB Variations
Color information
#BA378B (or 0xBA378B) is known color: Medium Red Violet. HEX triplet: BA, 37 and 8B. RGB value is (186,55,139). Sum of RGB (Red+Green+Blue) = 186+55+139=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA378B is #45C874. Grayscale: #676767. Windows color (decimal): -4573301 or 9123770. OLE color: 9123770.
HSL color Cylindrical-coordinate representation of color #BA378B: hue angle of 321.53º 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 #BA378B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 139 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.27 |
| HSL | 321.53º | 0.54% | 0.47% | - |
| HSV(B) | 321.53º | 0.7% | 0.73% | - |
| XYZ | 26.28 | 15.04 | 25.94 | - |
| YUV | 103.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 139 | 0 | 0.70 | 0.25 | 0.27 | 321.53 | 0.54 | 0.47 |
| Hex | BA | 37 | 8B | 0 | 46 | 19 | 1B | 142 | 36 | 2F |
| Octal | 272 | 67 | 213 | 0 | 106 | 31 | 33 | 502 | 66 | 57 |
| Binary | 10111010 | 110111 | 10001011 | 0 | 1000110 | 11001 | 11011 | 101000010 | 110110 | 101111 |
Color Harmonies of #BA378B
Complementary color
Monochromatic Colors of #BA378B
Black with #BA378B
Text Example
Text Example
White with #BA378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA378B; }
p { color: rgb(186,55,139); }
H1.HeaderClassName
{
color: #BA378B;
}
.AnyTagClassName
{
color: #BA378B;
}
</style>
background-color css
<style>
a { background-color: #BA378B; }
a { background-color: rgb(186,55,139); }
div.DivClassName
{
background-color: #BA378B;
}
.BgClassName
{
background-color: #BA378B;
}
</style>
border-color css
<style>
span { border-color: #BA378B; }
span { border-color: rgb(186,55,139); }
td.TdClassName
{
border-color: #BA378B;
}
.TagClassName
{
border-color: #BA378B;
}
</style>