Shades of Medium Red Violet #BA3686
Tints of Medium Red Violet #BA3686
RGB
CMYK
RGB Variations
Color information
#BA3686 (or 0xBA3686) is known color: Medium Red Violet. HEX triplet: BA, 36 and 86. RGB value is (186,54,134). Sum of RGB (Red+Green+Blue) = 186+54+134=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3686 is #45C979. Grayscale: #666666. Windows color (decimal): -4573562 or 8795834. OLE color: 8795834.
HSL color Cylindrical-coordinate representation of color #BA3686: hue angle of 323.64º 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 #BA3686 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 134 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.27 |
| HSL | 323.64º | 0.55% | 0.47% | - |
| HSV(B) | 323.64º | 0.71% | 0.73% | - |
| XYZ | 25.87 | 14.8 | 24.05 | - |
| YUV | 102.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 134 | 0 | 0.71 | 0.28 | 0.27 | 323.64 | 0.55 | 0.47 |
| Hex | BA | 36 | 86 | 0 | 47 | 1C | 1B | 144 | 37 | 2F |
| Octal | 272 | 66 | 206 | 0 | 107 | 34 | 33 | 504 | 67 | 57 |
| Binary | 10111010 | 110110 | 10000110 | 0 | 1000111 | 11100 | 11011 | 101000100 | 110111 | 101111 |
Color Harmonies of #BA3686
Complementary color
Monochromatic Colors of #BA3686
Black with #BA3686
Text Example
Text Example
White with #BA3686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3686; }
p { color: rgb(186,54,134); }
H1.HeaderClassName
{
color: #BA3686;
}
.AnyTagClassName
{
color: #BA3686;
}
</style>
background-color css
<style>
a { background-color: #BA3686; }
a { background-color: rgb(186,54,134); }
div.DivClassName
{
background-color: #BA3686;
}
.BgClassName
{
background-color: #BA3686;
}
</style>
border-color css
<style>
span { border-color: #BA3686; }
span { border-color: rgb(186,54,134); }
td.TdClassName
{
border-color: #BA3686;
}
.TagClassName
{
border-color: #BA3686;
}
</style>