Shades of Medium Red Violet #BA3281
Tints of Medium Red Violet #BA3281
RGB
CMYK
RGB Variations
Color information
#BA3281 (or 0xBA3281) is known color: Medium Red Violet. HEX triplet: BA, 32 and 81. RGB value is (186,50,129). Sum of RGB (Red+Green+Blue) = 186+50+129=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3281 is #45CD7E. Grayscale: #636363. Windows color (decimal): -4574591 or 8467130. OLE color: 8467130.
HSL color Cylindrical-coordinate representation of color #BA3281: hue angle of 325.15º degrees, saturation: 0.58, 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 #BA3281 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 129 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.27 |
| HSL | 325.15º | 0.58% | 0.46% | - |
| HSV(B) | 325.15º | 0.73% | 0.73% | - |
| XYZ | 25.35 | 14.31 | 22.19 | - |
| YUV | 99.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 129 | 0 | 0.73 | 0.31 | 0.27 | 325.15 | 0.58 | 0.46 |
| Hex | BA | 32 | 81 | 0 | 49 | 1F | 1B | 145 | 3A | 2E |
| Octal | 272 | 62 | 201 | 0 | 111 | 37 | 33 | 505 | 72 | 56 |
| Binary | 10111010 | 110010 | 10000001 | 0 | 1001001 | 11111 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BA3281
Complementary color
Monochromatic Colors of #BA3281
Black with #BA3281
Text Example
Text Example
White with #BA3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3281; }
p { color: rgb(186,50,129); }
H1.HeaderClassName
{
color: #BA3281;
}
.AnyTagClassName
{
color: #BA3281;
}
</style>
background-color css
<style>
a { background-color: #BA3281; }
a { background-color: rgb(186,50,129); }
div.DivClassName
{
background-color: #BA3281;
}
.BgClassName
{
background-color: #BA3281;
}
</style>
border-color css
<style>
span { border-color: #BA3281; }
span { border-color: rgb(186,50,129); }
td.TdClassName
{
border-color: #BA3281;
}
.TagClassName
{
border-color: #BA3281;
}
</style>