Shades of Medium Red Violet #BA3578
Tints of Medium Red Violet #BA3578
RGB
CMYK
RGB Variations
Color information
#BA3578 (or 0xBA3578) is known color: Medium Red Violet. HEX triplet: BA, 35 and 78. RGB value is (186,53,120). Sum of RGB (Red+Green+Blue) = 186+53+120=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3578 is #45CA87. Grayscale: #646464. Windows color (decimal): -4573832 or 7878074. OLE color: 7878074.
HSL color Cylindrical-coordinate representation of color #BA3578: hue angle of 329.77º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3578 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 120 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.27 |
| HSL | 329.77º | 0.56% | 0.47% | - |
| HSV(B) | 329.77º | 0.72% | 0.73% | - |
| XYZ | 24.91 | 14.34 | 19.22 | - |
| YUV | 100.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 120 | 0 | 0.72 | 0.35 | 0.27 | 329.77 | 0.56 | 0.47 |
| Hex | BA | 35 | 78 | 0 | 48 | 23 | 1B | 14A | 38 | 2F |
| Octal | 272 | 65 | 170 | 0 | 110 | 43 | 33 | 512 | 70 | 57 |
| Binary | 10111010 | 110101 | 1111000 | 0 | 1001000 | 100011 | 11011 | 101001010 | 111000 | 101111 |
Color Harmonies of #BA3578
Complementary color
Monochromatic Colors of #BA3578
Black with #BA3578
Text Example
Text Example
White with #BA3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3578; }
p { color: rgb(186,53,120); }
H1.HeaderClassName
{
color: #BA3578;
}
.AnyTagClassName
{
color: #BA3578;
}
</style>
background-color css
<style>
a { background-color: #BA3578; }
a { background-color: rgb(186,53,120); }
div.DivClassName
{
background-color: #BA3578;
}
.BgClassName
{
background-color: #BA3578;
}
</style>
border-color css
<style>
span { border-color: #BA3578; }
span { border-color: rgb(186,53,120); }
td.TdClassName
{
border-color: #BA3578;
}
.TagClassName
{
border-color: #BA3578;
}
</style>