Shades of Medium Red Violet #BA2786
Tints of Medium Red Violet #BA2786
RGB
CMYK
RGB Variations
Color information
#BA2786 (or 0xBA2786) is known color: Medium Red Violet. HEX triplet: BA, 27 and 86. RGB value is (186,39,134). Sum of RGB (Red+Green+Blue) = 186+39+134=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2786 is #45D879. Grayscale: #5D5D5D. Windows color (decimal): -4577402 or 8791994. OLE color: 8791994.
HSL color Cylindrical-coordinate representation of color #BA2786: hue angle of 321.22º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2786 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 134 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.27 |
| HSL | 321.22º | 0.65% | 0.44% | - |
| HSV(B) | 321.22º | 0.79% | 0.73% | - |
| XYZ | 25.28 | 13.61 | 23.85 | - |
| YUV | 93.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 134 | 0 | 0.79 | 0.28 | 0.27 | 321.22 | 0.65 | 0.44 |
| Hex | BA | 27 | 86 | 0 | 4F | 1C | 1B | 141 | 41 | 2C |
| Octal | 272 | 47 | 206 | 0 | 117 | 34 | 33 | 501 | 101 | 54 |
| Binary | 10111010 | 100111 | 10000110 | 0 | 1001111 | 11100 | 11011 | 101000001 | 1000001 | 101100 |
Color Harmonies of #BA2786
Complementary color
Monochromatic Colors of #BA2786
Black with #BA2786
Text Example
Text Example
White with #BA2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2786; }
p { color: rgb(186,39,134); }
H1.HeaderClassName
{
color: #BA2786;
}
.AnyTagClassName
{
color: #BA2786;
}
</style>
background-color css
<style>
a { background-color: #BA2786; }
a { background-color: rgb(186,39,134); }
div.DivClassName
{
background-color: #BA2786;
}
.BgClassName
{
background-color: #BA2786;
}
</style>
border-color css
<style>
span { border-color: #BA2786; }
span { border-color: rgb(186,39,134); }
td.TdClassName
{
border-color: #BA2786;
}
.TagClassName
{
border-color: #BA2786;
}
</style>