Shades of Medium Red Violet #BA337E
Tints of Medium Red Violet #BA337E
RGB
CMYK
RGB Variations
Color information
#BA337E (or 0xBA337E) is known color: Medium Red Violet. HEX triplet: BA, 33 and 7E. RGB value is (186,51,126). Sum of RGB (Red+Green+Blue) = 186+51+126=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA337E is #45CC81. Grayscale: #636363. Windows color (decimal): -4574338 or 8270778. OLE color: 8270778.
HSL color Cylindrical-coordinate representation of color #BA337E: hue angle of 326.67º 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 #BA337E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 126 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.27 |
| HSL | 326.67º | 0.57% | 0.46% | - |
| HSV(B) | 326.67º | 0.73% | 0.73% | - |
| XYZ | 25.2 | 14.31 | 21.17 | - |
| YUV | 99.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 126 | 0 | 0.73 | 0.32 | 0.27 | 326.67 | 0.57 | 0.46 |
| Hex | BA | 33 | 7E | 0 | 49 | 20 | 1B | 147 | 39 | 2E |
| Octal | 272 | 63 | 176 | 0 | 111 | 40 | 33 | 507 | 71 | 56 |
| Binary | 10111010 | 110011 | 1111110 | 0 | 1001001 | 100000 | 11011 | 101000111 | 111001 | 101110 |
Color Harmonies of #BA337E
Complementary color
Monochromatic Colors of #BA337E
Black with #BA337E
Text Example
Text Example
White with #BA337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA337E; }
p { color: rgb(186,51,126); }
H1.HeaderClassName
{
color: #BA337E;
}
.AnyTagClassName
{
color: #BA337E;
}
</style>
background-color css
<style>
a { background-color: #BA337E; }
a { background-color: rgb(186,51,126); }
div.DivClassName
{
background-color: #BA337E;
}
.BgClassName
{
background-color: #BA337E;
}
</style>
border-color css
<style>
span { border-color: #BA337E; }
span { border-color: rgb(186,51,126); }
td.TdClassName
{
border-color: #BA337E;
}
.TagClassName
{
border-color: #BA337E;
}
</style>