Shades of Medium Red Violet #BA3374
Tints of Medium Red Violet #BA3374
RGB
CMYK
RGB Variations
Color information
#BA3374 (or 0xBA3374) is known color: Medium Red Violet. HEX triplet: BA, 33 and 74. RGB value is (186,51,116). Sum of RGB (Red+Green+Blue) = 186+51+116=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3374 is #45CC8B. Grayscale: #626262. Windows color (decimal): -4574348 or 7615418. OLE color: 7615418.
HSL color Cylindrical-coordinate representation of color #BA3374: hue angle of 331.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 #BA3374 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 116 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.27 |
| HSL | 331.11º | 0.57% | 0.46% | - |
| HSV(B) | 331.11º | 0.73% | 0.73% | - |
| XYZ | 24.59 | 14.07 | 17.94 | - |
| YUV | 98.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 116 | 0 | 0.73 | 0.38 | 0.27 | 331.11 | 0.57 | 0.46 |
| Hex | BA | 33 | 74 | 0 | 49 | 26 | 1B | 14B | 39 | 2E |
| Octal | 272 | 63 | 164 | 0 | 111 | 46 | 33 | 513 | 71 | 56 |
| Binary | 10111010 | 110011 | 1110100 | 0 | 1001001 | 100110 | 11011 | 101001011 | 111001 | 101110 |
Color Harmonies of #BA3374
Complementary color
Monochromatic Colors of #BA3374
Black with #BA3374
Text Example
Text Example
White with #BA3374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3374; }
p { color: rgb(186,51,116); }
H1.HeaderClassName
{
color: #BA3374;
}
.AnyTagClassName
{
color: #BA3374;
}
</style>
background-color css
<style>
a { background-color: #BA3374; }
a { background-color: rgb(186,51,116); }
div.DivClassName
{
background-color: #BA3374;
}
.BgClassName
{
background-color: #BA3374;
}
</style>
border-color css
<style>
span { border-color: #BA3374; }
span { border-color: rgb(186,51,116); }
td.TdClassName
{
border-color: #BA3374;
}
.TagClassName
{
border-color: #BA3374;
}
</style>