Shades of Medium Red Violet #BA3694
Tints of Medium Red Violet #BA3694
RGB
CMYK
RGB Variations
Color information
#BA3694 (or 0xBA3694) is known color: Medium Red Violet. HEX triplet: BA, 36 and 94. RGB value is (186,54,148). Sum of RGB (Red+Green+Blue) = 186+54+148=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3694 is #45C96B. Grayscale: #676767. Windows color (decimal): -4573548 or 9713338. OLE color: 9713338.
HSL color Cylindrical-coordinate representation of color #BA3694: hue angle of 317.27º 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 #BA3694 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 148 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.27 |
| HSL | 317.27º | 0.55% | 0.47% | - |
| HSV(B) | 317.27º | 0.71% | 0.73% | - |
| XYZ | 26.91 | 15.22 | 29.54 | - |
| YUV | 104.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 148 | 0 | 0.71 | 0.20 | 0.27 | 317.27 | 0.55 | 0.47 |
| Hex | BA | 36 | 94 | 0 | 47 | 14 | 1B | 13D | 37 | 2F |
| Octal | 272 | 66 | 224 | 0 | 107 | 24 | 33 | 475 | 67 | 57 |
| Binary | 10111010 | 110110 | 10010100 | 0 | 1000111 | 10100 | 11011 | 100111101 | 110111 | 101111 |
Color Harmonies of #BA3694
Complementary color
Monochromatic Colors of #BA3694
Black with #BA3694
Text Example
Text Example
White with #BA3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3694; }
p { color: rgb(186,54,148); }
H1.HeaderClassName
{
color: #BA3694;
}
.AnyTagClassName
{
color: #BA3694;
}
</style>
background-color css
<style>
a { background-color: #BA3694; }
a { background-color: rgb(186,54,148); }
div.DivClassName
{
background-color: #BA3694;
}
.BgClassName
{
background-color: #BA3694;
}
</style>
border-color css
<style>
span { border-color: #BA3694; }
span { border-color: rgb(186,54,148); }
td.TdClassName
{
border-color: #BA3694;
}
.TagClassName
{
border-color: #BA3694;
}
</style>