Shades of Mulberry #BA558D
Tints of Mulberry #BA558D
RGB
CMYK
RGB Variations
Color information
#BA558D (or 0xBA558D) is known color: Mulberry. HEX triplet: BA, 55 and 8D. RGB value is (186,85,141). Sum of RGB (Red+Green+Blue) = 186+85+141=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558D is #45AA72. Grayscale: #797979. Windows color (decimal): -4565619 or 9262522. OLE color: 9262522.
HSL color Cylindrical-coordinate representation of color #BA558D: hue angle of 326.73º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA558D is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 141 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.27 |
| HSL | 326.73º | 0.42% | 0.53% | - |
| HSV(B) | 326.73º | 0.54% | 0.73% | - |
| XYZ | 28.31 | 18.86 | 27.35 | - |
| YUV | 121.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 141 | 0 | 0.54 | 0.24 | 0.27 | 326.73 | 0.42 | 0.53 |
| Hex | BA | 55 | 8D | 0 | 36 | 18 | 1B | 147 | 2A | 35 |
| Octal | 272 | 125 | 215 | 0 | 66 | 30 | 33 | 507 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10001101 | 0 | 110110 | 11000 | 11011 | 101000111 | 101010 | 110101 |
Color Harmonies of #BA558D
Complementary color
Monochromatic Colors of #BA558D
Black with #BA558D
Text Example
Text Example
White with #BA558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA558D; }
p { color: rgb(186,85,141); }
H1.HeaderClassName
{
color: #BA558D;
}
.AnyTagClassName
{
color: #BA558D;
}
</style>
background-color css
<style>
a { background-color: #BA558D; }
a { background-color: rgb(186,85,141); }
div.DivClassName
{
background-color: #BA558D;
}
.BgClassName
{
background-color: #BA558D;
}
</style>
border-color css
<style>
span { border-color: #BA558D; }
span { border-color: rgb(186,85,141); }
td.TdClassName
{
border-color: #BA558D;
}
.TagClassName
{
border-color: #BA558D;
}
</style>