Shades of Medium Red Violet #BA379E
Tints of Medium Red Violet #BA379E
RGB
CMYK
RGB Variations
Color information
#BA379E (or 0xBA379E) is known color: Medium Red Violet. HEX triplet: BA, 37 and 9E. RGB value is (186,55,158). Sum of RGB (Red+Green+Blue) = 186+55+158=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA379E is #45C861. Grayscale: #696969. Windows color (decimal): -4573282 or 10368954. OLE color: 10368954.
HSL color Cylindrical-coordinate representation of color #BA379E: hue angle of 312.82º 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 #BA379E is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 158 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.27 |
| HSL | 312.82º | 0.54% | 0.47% | - |
| HSV(B) | 312.82º | 0.7% | 0.73% | - |
| XYZ | 27.79 | 15.64 | 33.9 | - |
| YUV | 105.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 158 | 0 | 0.70 | 0.15 | 0.27 | 312.82 | 0.54 | 0.47 |
| Hex | BA | 37 | 9E | 0 | 46 | F | 1B | 139 | 36 | 2F |
| Octal | 272 | 67 | 236 | 0 | 106 | 17 | 33 | 471 | 66 | 57 |
| Binary | 10111010 | 110111 | 10011110 | 0 | 1000110 | 1111 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #BA379E
Complementary color
Monochromatic Colors of #BA379E
Black with #BA379E
Text Example
Text Example
White with #BA379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA379E; }
p { color: rgb(186,55,158); }
H1.HeaderClassName
{
color: #BA379E;
}
.AnyTagClassName
{
color: #BA379E;
}
</style>
background-color css
<style>
a { background-color: #BA379E; }
a { background-color: rgb(186,55,158); }
div.DivClassName
{
background-color: #BA379E;
}
.BgClassName
{
background-color: #BA379E;
}
</style>
border-color css
<style>
span { border-color: #BA379E; }
span { border-color: rgb(186,55,158); }
td.TdClassName
{
border-color: #BA379E;
}
.TagClassName
{
border-color: #BA379E;
}
</style>