Shades of Medium Red Violet #BA3687
Tints of Medium Red Violet #BA3687
RGB
CMYK
RGB Variations
Color information
#BA3687 (or 0xBA3687) is known color: Medium Red Violet. HEX triplet: BA, 36 and 87. RGB value is (186,54,135). Sum of RGB (Red+Green+Blue) = 186+54+135=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3687 is #45C978. Grayscale: #666666. Windows color (decimal): -4573561 or 8861370. OLE color: 8861370.
HSL color Cylindrical-coordinate representation of color #BA3687: hue angle of 323.18º 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 #BA3687 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 135 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.27 |
| HSL | 323.18º | 0.55% | 0.47% | - |
| HSV(B) | 323.18º | 0.71% | 0.73% | - |
| XYZ | 25.94 | 14.83 | 24.42 | - |
| YUV | 102.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 135 | 0 | 0.71 | 0.27 | 0.27 | 323.18 | 0.55 | 0.47 |
| Hex | BA | 36 | 87 | 0 | 47 | 1B | 1B | 143 | 37 | 2F |
| Octal | 272 | 66 | 207 | 0 | 107 | 33 | 33 | 503 | 67 | 57 |
| Binary | 10111010 | 110110 | 10000111 | 0 | 1000111 | 11011 | 11011 | 101000011 | 110111 | 101111 |
Color Harmonies of #BA3687
Complementary color
Monochromatic Colors of #BA3687
Black with #BA3687
Text Example
Text Example
White with #BA3687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3687; }
p { color: rgb(186,54,135); }
H1.HeaderClassName
{
color: #BA3687;
}
.AnyTagClassName
{
color: #BA3687;
}
</style>
background-color css
<style>
a { background-color: #BA3687; }
a { background-color: rgb(186,54,135); }
div.DivClassName
{
background-color: #BA3687;
}
.BgClassName
{
background-color: #BA3687;
}
</style>
border-color css
<style>
span { border-color: #BA3687; }
span { border-color: rgb(186,54,135); }
td.TdClassName
{
border-color: #BA3687;
}
.TagClassName
{
border-color: #BA3687;
}
</style>