Shades of Medium Red Violet #BA3690
Tints of Medium Red Violet #BA3690
RGB
CMYK
RGB Variations
Color information
#BA3690 (or 0xBA3690) is known color: Medium Red Violet. HEX triplet: BA, 36 and 90. RGB value is (186,54,144). Sum of RGB (Red+Green+Blue) = 186+54+144=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3690 is #45C96F. Grayscale: #676767. Windows color (decimal): -4573552 or 9451194. OLE color: 9451194.
HSL color Cylindrical-coordinate representation of color #BA3690: hue angle of 319.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3690 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 144 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.27 |
| HSL | 319.09º | 0.55% | 0.47% | - |
| HSV(B) | 319.09º | 0.71% | 0.73% | - |
| XYZ | 26.6 | 15.09 | 27.9 | - |
| YUV | 103.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 144 | 0 | 0.71 | 0.23 | 0.27 | 319.09 | 0.55 | 0.47 |
| Hex | BA | 36 | 90 | 0 | 47 | 17 | 1B | 13F | 37 | 2F |
| Octal | 272 | 66 | 220 | 0 | 107 | 27 | 33 | 477 | 67 | 57 |
| Binary | 10111010 | 110110 | 10010000 | 0 | 1000111 | 10111 | 11011 | 100111111 | 110111 | 101111 |
Color Harmonies of #BA3690
Complementary color
Monochromatic Colors of #BA3690
Black with #BA3690
Text Example
Text Example
White with #BA3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3690; }
p { color: rgb(186,54,144); }
H1.HeaderClassName
{
color: #BA3690;
}
.AnyTagClassName
{
color: #BA3690;
}
</style>
background-color css
<style>
a { background-color: #BA3690; }
a { background-color: rgb(186,54,144); }
div.DivClassName
{
background-color: #BA3690;
}
.BgClassName
{
background-color: #BA3690;
}
</style>
border-color css
<style>
span { border-color: #BA3690; }
span { border-color: rgb(186,54,144); }
td.TdClassName
{
border-color: #BA3690;
}
.TagClassName
{
border-color: #BA3690;
}
</style>