Shades of Medium Red Violet #BA36A6
Tints of Medium Red Violet #BA36A6
RGB
CMYK
RGB Variations
Color information
#BA36A6 (or 0xBA36A6) is known color: Medium Red Violet. HEX triplet: BA, 36 and A6. RGB value is (186,54,166). Sum of RGB (Red+Green+Blue) = 186+54+166=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A6 is #45C959. Grayscale: #696969. Windows color (decimal): -4573530 or 10892986. OLE color: 10892986.
HSL color Cylindrical-coordinate representation of color #BA36A6: hue angle of 309.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 #BA36A6 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 166 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.27 |
| HSL | 309.09º | 0.55% | 0.47% | - |
| HSV(B) | 309.09º | 0.71% | 0.73% | - |
| XYZ | 28.45 | 15.83 | 37.63 | - |
| YUV | 106.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 166 | 0 | 0.71 | 0.11 | 0.27 | 309.09 | 0.55 | 0.47 |
| Hex | BA | 36 | A6 | 0 | 47 | B | 1B | 135 | 37 | 2F |
| Octal | 272 | 66 | 246 | 0 | 107 | 13 | 33 | 465 | 67 | 57 |
| Binary | 10111010 | 110110 | 10100110 | 0 | 1000111 | 1011 | 11011 | 100110101 | 110111 | 101111 |
Color Harmonies of #BA36A6
Complementary color
Monochromatic Colors of #BA36A6
Black with #BA36A6
Text Example
Text Example
White with #BA36A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36A6; }
p { color: rgb(186,54,166); }
H1.HeaderClassName
{
color: #BA36A6;
}
.AnyTagClassName
{
color: #BA36A6;
}
</style>
background-color css
<style>
a { background-color: #BA36A6; }
a { background-color: rgb(186,54,166); }
div.DivClassName
{
background-color: #BA36A6;
}
.BgClassName
{
background-color: #BA36A6;
}
</style>
border-color css
<style>
span { border-color: #BA36A6; }
span { border-color: rgb(186,54,166); }
td.TdClassName
{
border-color: #BA36A6;
}
.TagClassName
{
border-color: #BA36A6;
}
</style>