Shades of Medium Red Violet #BA3178
Tints of Medium Red Violet #BA3178
RGB
CMYK
RGB Variations
Color information
#BA3178 (or 0xBA3178) is known color: Medium Red Violet. HEX triplet: BA, 31 and 78. RGB value is (186,49,120). Sum of RGB (Red+Green+Blue) = 186+49+120=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3178 is #45CE87. Grayscale: #616161. Windows color (decimal): -4574856 or 7877050. OLE color: 7877050.
HSL color Cylindrical-coordinate representation of color #BA3178: hue angle of 328.91º degrees, saturation: 0.58, 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 #BA3178 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 120 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.27 |
| HSL | 328.91º | 0.58% | 0.46% | - |
| HSV(B) | 328.91º | 0.74% | 0.73% | - |
| XYZ | 24.74 | 13.99 | 19.17 | - |
| YUV | 98.06 | 140.39 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 120 | 0 | 0.74 | 0.35 | 0.27 | 328.91 | 0.58 | 0.46 |
| Hex | BA | 31 | 78 | 0 | 4A | 23 | 1B | 149 | 3A | 2E |
| Octal | 272 | 61 | 170 | 0 | 112 | 43 | 33 | 511 | 72 | 56 |
| Binary | 10111010 | 110001 | 1111000 | 0 | 1001010 | 100011 | 11011 | 101001001 | 111010 | 101110 |
Color Harmonies of #BA3178
Complementary color
Monochromatic Colors of #BA3178
Black with #BA3178
Text Example
Text Example
White with #BA3178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3178; }
p { color: rgb(186,49,120); }
H1.HeaderClassName
{
color: #BA3178;
}
.AnyTagClassName
{
color: #BA3178;
}
</style>
background-color css
<style>
a { background-color: #BA3178; }
a { background-color: rgb(186,49,120); }
div.DivClassName
{
background-color: #BA3178;
}
.BgClassName
{
background-color: #BA3178;
}
</style>
border-color css
<style>
span { border-color: #BA3178; }
span { border-color: rgb(186,49,120); }
td.TdClassName
{
border-color: #BA3178;
}
.TagClassName
{
border-color: #BA3178;
}
</style>