Shades of Medium Violet Red #BA2186
Tints of Medium Violet Red #BA2186
RGB
CMYK
RGB Variations
Color information
#BA2186 (or 0xBA2186) is known color: Medium Violet Red. HEX triplet: BA, 21 and 86. RGB value is (186,33,134). Sum of RGB (Red+Green+Blue) = 186+33+134=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2186 is #45DE79. Grayscale: #5A5A5A. Windows color (decimal): -4578938 or 8790458. OLE color: 8790458.
HSL color Cylindrical-coordinate representation of color #BA2186: hue angle of 320.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2186 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 134 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.27 |
| HSL | 320.39º | 0.7% | 0.43% | - |
| HSV(B) | 320.39º | 0.82% | 0.73% | - |
| XYZ | 25.1 | 13.25 | 23.79 | - |
| YUV | 90.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 134 | 0 | 0.82 | 0.28 | 0.27 | 320.39 | 0.7 | 0.43 |
| Hex | BA | 21 | 86 | 0 | 52 | 1C | 1B | 140 | 46 | 2B |
| Octal | 272 | 41 | 206 | 0 | 122 | 34 | 33 | 500 | 106 | 53 |
| Binary | 10111010 | 100001 | 10000110 | 0 | 1010010 | 11100 | 11011 | 101000000 | 1000110 | 101011 |
Color Harmonies of #BA2186
Complementary color
Monochromatic Colors of #BA2186
Black with #BA2186
Text Example
Text Example
White with #BA2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2186; }
p { color: rgb(186,33,134); }
H1.HeaderClassName
{
color: #BA2186;
}
.AnyTagClassName
{
color: #BA2186;
}
</style>
background-color css
<style>
a { background-color: #BA2186; }
a { background-color: rgb(186,33,134); }
div.DivClassName
{
background-color: #BA2186;
}
.BgClassName
{
background-color: #BA2186;
}
</style>
border-color css
<style>
span { border-color: #BA2186; }
span { border-color: rgb(186,33,134); }
td.TdClassName
{
border-color: #BA2186;
}
.TagClassName
{
border-color: #BA2186;
}
</style>