Shades of Medium Red Violet #BA3086
Tints of Medium Red Violet #BA3086
RGB
CMYK
RGB Variations
Color information
#BA3086 (or 0xBA3086) is known color: Medium Red Violet. HEX triplet: BA, 30 and 86. RGB value is (186,48,134). Sum of RGB (Red+Green+Blue) = 186+48+134=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3086 is #45CF79. Grayscale: #626262. Windows color (decimal): -4575098 or 8794298. OLE color: 8794298.
HSL color Cylindrical-coordinate representation of color #BA3086: hue angle of 322.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3086 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 134 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.27 |
| HSL | 322.61º | 0.59% | 0.46% | - |
| HSV(B) | 322.61º | 0.74% | 0.73% | - |
| XYZ | 25.61 | 14.27 | 23.96 | - |
| YUV | 99.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 134 | 0 | 0.74 | 0.28 | 0.27 | 322.61 | 0.59 | 0.46 |
| Hex | BA | 30 | 86 | 0 | 4A | 1C | 1B | 143 | 3B | 2E |
| Octal | 272 | 60 | 206 | 0 | 112 | 34 | 33 | 503 | 73 | 56 |
| Binary | 10111010 | 110000 | 10000110 | 0 | 1001010 | 11100 | 11011 | 101000011 | 111011 | 101110 |
Color Harmonies of #BA3086
Complementary color
Monochromatic Colors of #BA3086
Black with #BA3086
Text Example
Text Example
White with #BA3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3086; }
p { color: rgb(186,48,134); }
H1.HeaderClassName
{
color: #BA3086;
}
.AnyTagClassName
{
color: #BA3086;
}
</style>
background-color css
<style>
a { background-color: #BA3086; }
a { background-color: rgb(186,48,134); }
div.DivClassName
{
background-color: #BA3086;
}
.BgClassName
{
background-color: #BA3086;
}
</style>
border-color css
<style>
span { border-color: #BA3086; }
span { border-color: rgb(186,48,134); }
td.TdClassName
{
border-color: #BA3086;
}
.TagClassName
{
border-color: #BA3086;
}
</style>