Shades of Medium Red Violet #BA3581
Tints of Medium Red Violet #BA3581
RGB
CMYK
RGB Variations
Color information
#BA3581 (or 0xBA3581) is known color: Medium Red Violet. HEX triplet: BA, 35 and 81. RGB value is (186,53,129). Sum of RGB (Red+Green+Blue) = 186+53+129=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3581 is #45CA7E. Grayscale: #656565. Windows color (decimal): -4573823 or 8467898. OLE color: 8467898.
HSL color Cylindrical-coordinate representation of color #BA3581: hue angle of 325.71º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3581 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 129 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.27 |
| HSL | 325.71º | 0.56% | 0.47% | - |
| HSV(B) | 325.71º | 0.72% | 0.73% | - |
| XYZ | 25.49 | 14.57 | 22.24 | - |
| YUV | 101.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 129 | 0 | 0.72 | 0.31 | 0.27 | 325.71 | 0.56 | 0.47 |
| Hex | BA | 35 | 81 | 0 | 48 | 1F | 1B | 146 | 38 | 2F |
| Octal | 272 | 65 | 201 | 0 | 110 | 37 | 33 | 506 | 70 | 57 |
| Binary | 10111010 | 110101 | 10000001 | 0 | 1001000 | 11111 | 11011 | 101000110 | 111000 | 101111 |
Color Harmonies of #BA3581
Complementary color
Monochromatic Colors of #BA3581
Black with #BA3581
Text Example
Text Example
White with #BA3581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3581; }
p { color: rgb(186,53,129); }
H1.HeaderClassName
{
color: #BA3581;
}
.AnyTagClassName
{
color: #BA3581;
}
</style>
background-color css
<style>
a { background-color: #BA3581; }
a { background-color: rgb(186,53,129); }
div.DivClassName
{
background-color: #BA3581;
}
.BgClassName
{
background-color: #BA3581;
}
</style>
border-color css
<style>
span { border-color: #BA3581; }
span { border-color: rgb(186,53,129); }
td.TdClassName
{
border-color: #BA3581;
}
.TagClassName
{
border-color: #BA3581;
}
</style>