Shades of Medium Red Violet #BA3881
Tints of Medium Red Violet #BA3881
RGB
CMYK
RGB Variations
Color information
#BA3881 (or 0xBA3881) is known color: Medium Red Violet. HEX triplet: BA, 38 and 81. RGB value is (186,56,129). Sum of RGB (Red+Green+Blue) = 186+56+129=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3881 is #45C77E. Grayscale: #676767. Windows color (decimal): -4573055 or 8468666. OLE color: 8468666.
HSL color Cylindrical-coordinate representation of color #BA3881: hue angle of 326.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3881 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 129 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.27 |
| HSL | 326.31º | 0.54% | 0.47% | - |
| HSV(B) | 326.31º | 0.7% | 0.73% | - |
| XYZ | 25.63 | 14.85 | 22.29 | - |
| YUV | 103.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 129 | 0 | 0.70 | 0.31 | 0.27 | 326.31 | 0.54 | 0.47 |
| Hex | BA | 38 | 81 | 0 | 46 | 1F | 1B | 146 | 36 | 2F |
| Octal | 272 | 70 | 201 | 0 | 106 | 37 | 33 | 506 | 66 | 57 |
| Binary | 10111010 | 111000 | 10000001 | 0 | 1000110 | 11111 | 11011 | 101000110 | 110110 | 101111 |
Color Harmonies of #BA3881
Complementary color
Monochromatic Colors of #BA3881
Black with #BA3881
Text Example
Text Example
White with #BA3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3881; }
p { color: rgb(186,56,129); }
H1.HeaderClassName
{
color: #BA3881;
}
.AnyTagClassName
{
color: #BA3881;
}
</style>
background-color css
<style>
a { background-color: #BA3881; }
a { background-color: rgb(186,56,129); }
div.DivClassName
{
background-color: #BA3881;
}
.BgClassName
{
background-color: #BA3881;
}
</style>
border-color css
<style>
span { border-color: #BA3881; }
span { border-color: rgb(186,56,129); }
td.TdClassName
{
border-color: #BA3881;
}
.TagClassName
{
border-color: #BA3881;
}
</style>