Shades of Medium Red Violet #BA3D82
Tints of Medium Red Violet #BA3D82
RGB
CMYK
RGB Variations
Color information
#BA3D82 (or 0xBA3D82) is known color: Medium Red Violet. HEX triplet: BA, 3D and 82. RGB value is (186,61,130). Sum of RGB (Red+Green+Blue) = 186+61+130=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D82 is #45C27D. Grayscale: #6A6A6A. Windows color (decimal): -4571774 or 8535482. OLE color: 8535482.
HSL color Cylindrical-coordinate representation of color #BA3D82: hue angle of 326.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D82 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 130 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.27 |
| HSL | 326.88º | 0.51% | 0.48% | - |
| HSV(B) | 326.88º | 0.67% | 0.73% | - |
| XYZ | 25.95 | 15.39 | 22.72 | - |
| YUV | 106.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 130 | 0 | 0.67 | 0.30 | 0.27 | 326.88 | 0.51 | 0.48 |
| Hex | BA | 3D | 82 | 0 | 43 | 1E | 1B | 147 | 33 | 30 |
| Octal | 272 | 75 | 202 | 0 | 103 | 36 | 33 | 507 | 63 | 60 |
| Binary | 10111010 | 111101 | 10000010 | 0 | 1000011 | 11110 | 11011 | 101000111 | 110011 | 110000 |
Color Harmonies of #BA3D82
Complementary color
Monochromatic Colors of #BA3D82
Black with #BA3D82
Text Example
Text Example
White with #BA3D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D82; }
p { color: rgb(186,61,130); }
H1.HeaderClassName
{
color: #BA3D82;
}
.AnyTagClassName
{
color: #BA3D82;
}
</style>
background-color css
<style>
a { background-color: #BA3D82; }
a { background-color: rgb(186,61,130); }
div.DivClassName
{
background-color: #BA3D82;
}
.BgClassName
{
background-color: #BA3D82;
}
</style>
border-color css
<style>
span { border-color: #BA3D82; }
span { border-color: rgb(186,61,130); }
td.TdClassName
{
border-color: #BA3D82;
}
.TagClassName
{
border-color: #BA3D82;
}
</style>