Shades of Mulberry #BA5D8D
Tints of Mulberry #BA5D8D
RGB
CMYK
RGB Variations
Color information
#BA5D8D (or 0xBA5D8D) is known color: Mulberry. HEX triplet: BA, 5D and 8D. RGB value is (186,93,141). Sum of RGB (Red+Green+Blue) = 186+93+141=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D8D is #45A272. Grayscale: #7E7E7E. Windows color (decimal): -4563571 or 9264570. OLE color: 9264570.
HSL color Cylindrical-coordinate representation of color #BA5D8D: hue angle of 329.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D8D is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 141 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.27 |
| HSL | 329.03º | 0.4% | 0.55% | - |
| HSV(B) | 329.03º | 0.5% | 0.73% | - |
| XYZ | 28.97 | 20.19 | 27.57 | - |
| YUV | 126.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 141 | 0 | 0.5 | 0.24 | 0.27 | 329.03 | 0.4 | 0.55 |
| Hex | BA | 5D | 8D | 0 | 32 | 18 | 1B | 149 | 28 | 37 |
| Octal | 272 | 135 | 215 | 0 | 62 | 30 | 33 | 511 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10001101 | 0 | 110010 | 11000 | 11011 | 101001001 | 101000 | 110111 |
Color Harmonies of #BA5D8D
Complementary color
Monochromatic Colors of #BA5D8D
Black with #BA5D8D
Text Example
Text Example
White with #BA5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D8D; }
p { color: rgb(186,93,141); }
H1.HeaderClassName
{
color: #BA5D8D;
}
.AnyTagClassName
{
color: #BA5D8D;
}
</style>
background-color css
<style>
a { background-color: #BA5D8D; }
a { background-color: rgb(186,93,141); }
div.DivClassName
{
background-color: #BA5D8D;
}
.BgClassName
{
background-color: #BA5D8D;
}
</style>
border-color css
<style>
span { border-color: #BA5D8D; }
span { border-color: rgb(186,93,141); }
td.TdClassName
{
border-color: #BA5D8D;
}
.TagClassName
{
border-color: #BA5D8D;
}
</style>