Shades of Medium Red Violet #BA3481
Tints of Medium Red Violet #BA3481
RGB
CMYK
RGB Variations
Color information
#BA3481 (or 0xBA3481) is known color: Medium Red Violet. HEX triplet: BA, 34 and 81. RGB value is (186,52,129). Sum of RGB (Red+Green+Blue) = 186+52+129=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3481 is #45CB7E. Grayscale: #646464. Windows color (decimal): -4574079 or 8467642. OLE color: 8467642.
HSL color Cylindrical-coordinate representation of color #BA3481: hue angle of 325.52º 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 #BA3481 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 129 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.27 |
| HSL | 325.52º | 0.56% | 0.47% | - |
| HSV(B) | 325.52º | 0.72% | 0.73% | - |
| XYZ | 25.44 | 14.48 | 22.22 | - |
| YUV | 100.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 129 | 0 | 0.72 | 0.31 | 0.27 | 325.52 | 0.56 | 0.47 |
| Hex | BA | 34 | 81 | 0 | 48 | 1F | 1B | 146 | 38 | 2F |
| Octal | 272 | 64 | 201 | 0 | 110 | 37 | 33 | 506 | 70 | 57 |
| Binary | 10111010 | 110100 | 10000001 | 0 | 1001000 | 11111 | 11011 | 101000110 | 111000 | 101111 |
Color Harmonies of #BA3481
Complementary color
Monochromatic Colors of #BA3481
Black with #BA3481
Text Example
Text Example
White with #BA3481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3481; }
p { color: rgb(186,52,129); }
H1.HeaderClassName
{
color: #BA3481;
}
.AnyTagClassName
{
color: #BA3481;
}
</style>
background-color css
<style>
a { background-color: #BA3481; }
a { background-color: rgb(186,52,129); }
div.DivClassName
{
background-color: #BA3481;
}
.BgClassName
{
background-color: #BA3481;
}
</style>
border-color css
<style>
span { border-color: #BA3481; }
span { border-color: rgb(186,52,129); }
td.TdClassName
{
border-color: #BA3481;
}
.TagClassName
{
border-color: #BA3481;
}
</style>