Shades of Medium Red Violet #BA3676
Tints of Medium Red Violet #BA3676
RGB
CMYK
RGB Variations
Color information
#BA3676 (or 0xBA3676) is known color: Medium Red Violet. HEX triplet: BA, 36 and 76. RGB value is (186,54,118). Sum of RGB (Red+Green+Blue) = 186+54+118=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3676 is #45C989. Grayscale: #646464. Windows color (decimal): -4573578 or 7747258. OLE color: 7747258.
HSL color Cylindrical-coordinate representation of color #BA3676: hue angle of 330.91º 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 #BA3676 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 118 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.27 |
| HSL | 330.91º | 0.55% | 0.47% | - |
| HSV(B) | 330.91º | 0.71% | 0.73% | - |
| XYZ | 24.84 | 14.39 | 18.61 | - |
| YUV | 100.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 118 | 0 | 0.71 | 0.37 | 0.27 | 330.91 | 0.55 | 0.47 |
| Hex | BA | 36 | 76 | 0 | 47 | 25 | 1B | 14B | 37 | 2F |
| Octal | 272 | 66 | 166 | 0 | 107 | 45 | 33 | 513 | 67 | 57 |
| Binary | 10111010 | 110110 | 1110110 | 0 | 1000111 | 100101 | 11011 | 101001011 | 110111 | 101111 |
Color Harmonies of #BA3676
Complementary color
Monochromatic Colors of #BA3676
Black with #BA3676
Text Example
Text Example
White with #BA3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3676; }
p { color: rgb(186,54,118); }
H1.HeaderClassName
{
color: #BA3676;
}
.AnyTagClassName
{
color: #BA3676;
}
</style>
background-color css
<style>
a { background-color: #BA3676; }
a { background-color: rgb(186,54,118); }
div.DivClassName
{
background-color: #BA3676;
}
.BgClassName
{
background-color: #BA3676;
}
</style>
border-color css
<style>
span { border-color: #BA3676; }
span { border-color: rgb(186,54,118); }
td.TdClassName
{
border-color: #BA3676;
}
.TagClassName
{
border-color: #BA3676;
}
</style>