Shades of Mulberry #BA558C
Tints of Mulberry #BA558C
RGB
CMYK
RGB Variations
Color information
#BA558C (or 0xBA558C) is known color: Mulberry. HEX triplet: BA, 55 and 8C. RGB value is (186,85,140). Sum of RGB (Red+Green+Blue) = 186+85+140=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558C is #45AA73. Grayscale: #797979. Windows color (decimal): -4565620 or 9196986. OLE color: 9196986.
HSL color Cylindrical-coordinate representation of color #BA558C: hue angle of 327.33º 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 #BA558C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 140 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.27 |
| HSL | 327.33º | 0.42% | 0.53% | - |
| HSV(B) | 327.33º | 0.54% | 0.73% | - |
| XYZ | 28.23 | 18.83 | 26.96 | - |
| YUV | 121.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 140 | 0 | 0.54 | 0.25 | 0.27 | 327.33 | 0.42 | 0.53 |
| Hex | BA | 55 | 8C | 0 | 36 | 19 | 1B | 147 | 2A | 35 |
| Octal | 272 | 125 | 214 | 0 | 66 | 31 | 33 | 507 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10001100 | 0 | 110110 | 11001 | 11011 | 101000111 | 101010 | 110101 |
Color Harmonies of #BA558C
Complementary color
Monochromatic Colors of #BA558C
Black with #BA558C
Text Example
Text Example
White with #BA558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA558C; }
p { color: rgb(186,85,140); }
H1.HeaderClassName
{
color: #BA558C;
}
.AnyTagClassName
{
color: #BA558C;
}
</style>
background-color css
<style>
a { background-color: #BA558C; }
a { background-color: rgb(186,85,140); }
div.DivClassName
{
background-color: #BA558C;
}
.BgClassName
{
background-color: #BA558C;
}
</style>
border-color css
<style>
span { border-color: #BA558C; }
span { border-color: rgb(186,85,140); }
td.TdClassName
{
border-color: #BA558C;
}
.TagClassName
{
border-color: #BA558C;
}
</style>