Shades of Medium Red Violet #BA337A
Tints of Medium Red Violet #BA337A
RGB
CMYK
RGB Variations
Color information
#BA337A (or 0xBA337A) is known color: Medium Red Violet. HEX triplet: BA, 33 and 7A. RGB value is (186,51,122). Sum of RGB (Red+Green+Blue) = 186+51+122=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA337A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA337A is #45CC85. Grayscale: #636363. Windows color (decimal): -4574342 or 8008634. OLE color: 8008634.
HSL color Cylindrical-coordinate representation of color #BA337A: hue angle of 328.44º 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 #BA337A is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 122 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.27 |
| HSL | 328.44º | 0.57% | 0.46% | - |
| HSV(B) | 328.44º | 0.73% | 0.73% | - |
| XYZ | 24.95 | 14.21 | 19.84 | - |
| YUV | 99.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 122 | 0 | 0.73 | 0.34 | 0.27 | 328.44 | 0.57 | 0.46 |
| Hex | BA | 33 | 7A | 0 | 49 | 22 | 1B | 148 | 39 | 2E |
| Octal | 272 | 63 | 172 | 0 | 111 | 42 | 33 | 510 | 71 | 56 |
| Binary | 10111010 | 110011 | 1111010 | 0 | 1001001 | 100010 | 11011 | 101001000 | 111001 | 101110 |
Color Harmonies of #BA337A
Complementary color
Monochromatic Colors of #BA337A
Black with #BA337A
Text Example
Text Example
White with #BA337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA337A; }
p { color: rgb(186,51,122); }
H1.HeaderClassName
{
color: #BA337A;
}
.AnyTagClassName
{
color: #BA337A;
}
</style>
background-color css
<style>
a { background-color: #BA337A; }
a { background-color: rgb(186,51,122); }
div.DivClassName
{
background-color: #BA337A;
}
.BgClassName
{
background-color: #BA337A;
}
</style>
border-color css
<style>
span { border-color: #BA337A; }
span { border-color: rgb(186,51,122); }
td.TdClassName
{
border-color: #BA337A;
}
.TagClassName
{
border-color: #BA337A;
}
</style>