Shades of Medium Red Violet #BA3B8D
Tints of Medium Red Violet #BA3B8D
RGB
CMYK
RGB Variations
Color information
#BA3B8D (or 0xBA3B8D) is known color: Medium Red Violet. HEX triplet: BA, 3B and 8D. RGB value is (186,59,141). Sum of RGB (Red+Green+Blue) = 186+59+141=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3B8D is #45C472. Grayscale: #6A6A6A. Windows color (decimal): -4572275 or 9255866. OLE color: 9255866.
HSL color Cylindrical-coordinate representation of color #BA3B8D: hue angle of 321.26º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B8D is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 141 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.27 |
| HSL | 321.26º | 0.52% | 0.48% | - |
| HSV(B) | 321.26º | 0.68% | 0.73% | - |
| XYZ | 26.62 | 15.49 | 26.79 | - |
| YUV | 106.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 141 | 0 | 0.68 | 0.24 | 0.27 | 321.26 | 0.52 | 0.48 |
| Hex | BA | 3B | 8D | 0 | 44 | 18 | 1B | 141 | 34 | 30 |
| Octal | 272 | 73 | 215 | 0 | 104 | 30 | 33 | 501 | 64 | 60 |
| Binary | 10111010 | 111011 | 10001101 | 0 | 1000100 | 11000 | 11011 | 101000001 | 110100 | 110000 |
Color Harmonies of #BA3B8D
Complementary color
Monochromatic Colors of #BA3B8D
Black with #BA3B8D
Text Example
Text Example
White with #BA3B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B8D; }
p { color: rgb(186,59,141); }
H1.HeaderClassName
{
color: #BA3B8D;
}
.AnyTagClassName
{
color: #BA3B8D;
}
</style>
background-color css
<style>
a { background-color: #BA3B8D; }
a { background-color: rgb(186,59,141); }
div.DivClassName
{
background-color: #BA3B8D;
}
.BgClassName
{
background-color: #BA3B8D;
}
</style>
border-color css
<style>
span { border-color: #BA3B8D; }
span { border-color: rgb(186,59,141); }
td.TdClassName
{
border-color: #BA3B8D;
}
.TagClassName
{
border-color: #BA3B8D;
}
</style>