Shades of Mulberry #BA558F
Tints of Mulberry #BA558F
RGB
CMYK
RGB Variations
Color information
#BA558F (or 0xBA558F) is known color: Mulberry. HEX triplet: BA, 55 and 8F. RGB value is (186,85,143). Sum of RGB (Red+Green+Blue) = 186+85+143=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558F is #45AA70. Grayscale: #797979. Windows color (decimal): -4565617 or 9393594. OLE color: 9393594.
HSL color Cylindrical-coordinate representation of color #BA558F: hue angle of 325.54º 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 #BA558F is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 143 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.27 |
| HSL | 325.54º | 0.42% | 0.53% | - |
| HSV(B) | 325.54º | 0.54% | 0.73% | - |
| XYZ | 28.46 | 18.92 | 28.14 | - |
| YUV | 121.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 143 | 0 | 0.54 | 0.23 | 0.27 | 325.54 | 0.42 | 0.53 |
| Hex | BA | 55 | 8F | 0 | 36 | 17 | 1B | 146 | 2A | 35 |
| Octal | 272 | 125 | 217 | 0 | 66 | 27 | 33 | 506 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10001111 | 0 | 110110 | 10111 | 11011 | 101000110 | 101010 | 110101 |
Color Harmonies of #BA558F
Complementary color
Monochromatic Colors of #BA558F
Black with #BA558F
Text Example
Text Example
White with #BA558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA558F; }
p { color: rgb(186,85,143); }
H1.HeaderClassName
{
color: #BA558F;
}
.AnyTagClassName
{
color: #BA558F;
}
</style>
background-color css
<style>
a { background-color: #BA558F; }
a { background-color: rgb(186,85,143); }
div.DivClassName
{
background-color: #BA558F;
}
.BgClassName
{
background-color: #BA558F;
}
</style>
border-color css
<style>
span { border-color: #BA558F; }
span { border-color: rgb(186,85,143); }
td.TdClassName
{
border-color: #BA558F;
}
.TagClassName
{
border-color: #BA558F;
}
</style>