Shades of Medium Red Violet #BA3978
Tints of Medium Red Violet #BA3978
RGB
CMYK
RGB Variations
Color information
#BA3978 (or 0xBA3978) is known color: Medium Red Violet. HEX triplet: BA, 39 and 78. RGB value is (186,57,120). Sum of RGB (Red+Green+Blue) = 186+57+120=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3978 is #45C687. Grayscale: #666666. Windows color (decimal): -4572808 or 7879098. OLE color: 7879098.
HSL color Cylindrical-coordinate representation of color #BA3978: hue angle of 330.7º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3978 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 120 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.27 |
| HSL | 330.7º | 0.53% | 0.48% | - |
| HSV(B) | 330.7º | 0.69% | 0.73% | - |
| XYZ | 25.1 | 14.72 | 19.29 | - |
| YUV | 102.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 120 | 0 | 0.69 | 0.35 | 0.27 | 330.7 | 0.53 | 0.48 |
| Hex | BA | 39 | 78 | 0 | 45 | 23 | 1B | 14B | 35 | 30 |
| Octal | 272 | 71 | 170 | 0 | 105 | 43 | 33 | 513 | 65 | 60 |
| Binary | 10111010 | 111001 | 1111000 | 0 | 1000101 | 100011 | 11011 | 101001011 | 110101 | 110000 |
Color Harmonies of #BA3978
Complementary color
Monochromatic Colors of #BA3978
Black with #BA3978
Text Example
Text Example
White with #BA3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3978; }
p { color: rgb(186,57,120); }
H1.HeaderClassName
{
color: #BA3978;
}
.AnyTagClassName
{
color: #BA3978;
}
</style>
background-color css
<style>
a { background-color: #BA3978; }
a { background-color: rgb(186,57,120); }
div.DivClassName
{
background-color: #BA3978;
}
.BgClassName
{
background-color: #BA3978;
}
</style>
border-color css
<style>
span { border-color: #BA3978; }
span { border-color: rgb(186,57,120); }
td.TdClassName
{
border-color: #BA3978;
}
.TagClassName
{
border-color: #BA3978;
}
</style>