Shades of Medium Red Violet #BA379D
Tints of Medium Red Violet #BA379D
RGB
CMYK
RGB Variations
Color information
#BA379D (or 0xBA379D) is known color: Medium Red Violet. HEX triplet: BA, 37 and 9D. RGB value is (186,55,157). Sum of RGB (Red+Green+Blue) = 186+55+157=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA379D is #45C862. Grayscale: #696969. Windows color (decimal): -4573283 or 10303418. OLE color: 10303418.
HSL color Cylindrical-coordinate representation of color #BA379D: hue angle of 313.28º 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 #BA379D is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 157 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.27 |
| HSL | 313.28º | 0.54% | 0.47% | - |
| HSV(B) | 313.28º | 0.7% | 0.73% | - |
| XYZ | 27.7 | 15.61 | 33.45 | - |
| YUV | 105.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 157 | 0 | 0.70 | 0.16 | 0.27 | 313.28 | 0.54 | 0.47 |
| Hex | BA | 37 | 9D | 0 | 46 | 10 | 1B | 139 | 36 | 2F |
| Octal | 272 | 67 | 235 | 0 | 106 | 20 | 33 | 471 | 66 | 57 |
| Binary | 10111010 | 110111 | 10011101 | 0 | 1000110 | 10000 | 11011 | 100111001 | 110110 | 101111 |
Color Harmonies of #BA379D
Complementary color
Monochromatic Colors of #BA379D
Black with #BA379D
Text Example
Text Example
White with #BA379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA379D; }
p { color: rgb(186,55,157); }
H1.HeaderClassName
{
color: #BA379D;
}
.AnyTagClassName
{
color: #BA379D;
}
</style>
background-color css
<style>
a { background-color: #BA379D; }
a { background-color: rgb(186,55,157); }
div.DivClassName
{
background-color: #BA379D;
}
.BgClassName
{
background-color: #BA379D;
}
</style>
border-color css
<style>
span { border-color: #BA379D; }
span { border-color: rgb(186,55,157); }
td.TdClassName
{
border-color: #BA379D;
}
.TagClassName
{
border-color: #BA379D;
}
</style>