Shades of Medium Red Violet #BA3584
Tints of Medium Red Violet #BA3584
RGB
CMYK
RGB Variations
Color information
#BA3584 (or 0xBA3584) is known color: Medium Red Violet. HEX triplet: BA, 35 and 84. RGB value is (186,53,132). Sum of RGB (Red+Green+Blue) = 186+53+132=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3584 is #45CA7B. Grayscale: #656565. Windows color (decimal): -4573820 or 8664506. OLE color: 8664506.
HSL color Cylindrical-coordinate representation of color #BA3584: hue angle of 324.36º 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 #BA3584 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 132 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.27 |
| HSL | 324.36º | 0.56% | 0.47% | - |
| HSV(B) | 324.36º | 0.72% | 0.73% | - |
| XYZ | 25.69 | 14.65 | 23.3 | - |
| YUV | 101.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 132 | 0 | 0.72 | 0.29 | 0.27 | 324.36 | 0.56 | 0.47 |
| Hex | BA | 35 | 84 | 0 | 48 | 1D | 1B | 144 | 38 | 2F |
| Octal | 272 | 65 | 204 | 0 | 110 | 35 | 33 | 504 | 70 | 57 |
| Binary | 10111010 | 110101 | 10000100 | 0 | 1001000 | 11101 | 11011 | 101000100 | 111000 | 101111 |
Color Harmonies of #BA3584
Complementary color
Monochromatic Colors of #BA3584
Black with #BA3584
Text Example
Text Example
White with #BA3584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3584; }
p { color: rgb(186,53,132); }
H1.HeaderClassName
{
color: #BA3584;
}
.AnyTagClassName
{
color: #BA3584;
}
</style>
background-color css
<style>
a { background-color: #BA3584; }
a { background-color: rgb(186,53,132); }
div.DivClassName
{
background-color: #BA3584;
}
.BgClassName
{
background-color: #BA3584;
}
</style>
border-color css
<style>
span { border-color: #BA3584; }
span { border-color: rgb(186,53,132); }
td.TdClassName
{
border-color: #BA3584;
}
.TagClassName
{
border-color: #BA3584;
}
</style>