Shades of Medium Red Violet #BA3386
Tints of Medium Red Violet #BA3386
RGB
CMYK
RGB Variations
Color information
#BA3386 (or 0xBA3386) is known color: Medium Red Violet. HEX triplet: BA, 33 and 86. RGB value is (186,51,134). Sum of RGB (Red+Green+Blue) = 186+51+134=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3386 is #45CC79. Grayscale: #646464. Windows color (decimal): -4574330 or 8795066. OLE color: 8795066.
HSL color Cylindrical-coordinate representation of color #BA3386: hue angle of 323.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3386 is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 134 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.27 |
| HSL | 323.11º | 0.57% | 0.46% | - |
| HSV(B) | 323.11º | 0.73% | 0.73% | - |
| XYZ | 25.74 | 14.53 | 24 | - |
| YUV | 100.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 134 | 0 | 0.73 | 0.28 | 0.27 | 323.11 | 0.57 | 0.46 |
| Hex | BA | 33 | 86 | 0 | 49 | 1C | 1B | 143 | 39 | 2E |
| Octal | 272 | 63 | 206 | 0 | 111 | 34 | 33 | 503 | 71 | 56 |
| Binary | 10111010 | 110011 | 10000110 | 0 | 1001001 | 11100 | 11011 | 101000011 | 111001 | 101110 |
Color Harmonies of #BA3386
Complementary color
Monochromatic Colors of #BA3386
Black with #BA3386
Text Example
Text Example
White with #BA3386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3386; }
p { color: rgb(186,51,134); }
H1.HeaderClassName
{
color: #BA3386;
}
.AnyTagClassName
{
color: #BA3386;
}
</style>
background-color css
<style>
a { background-color: #BA3386; }
a { background-color: rgb(186,51,134); }
div.DivClassName
{
background-color: #BA3386;
}
.BgClassName
{
background-color: #BA3386;
}
</style>
border-color css
<style>
span { border-color: #BA3386; }
span { border-color: rgb(186,51,134); }
td.TdClassName
{
border-color: #BA3386;
}
.TagClassName
{
border-color: #BA3386;
}
</style>