Shades of Mulberry #BA578B
Tints of Mulberry #BA578B
RGB
CMYK
RGB Variations
Color information
#BA578B (or 0xBA578B) is known color: Mulberry. HEX triplet: BA, 57 and 8B. RGB value is (186,87,139). Sum of RGB (Red+Green+Blue) = 186+87+139=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA578B is #45A874. Grayscale: #7A7A7A. Windows color (decimal): -4565109 or 9131962. OLE color: 9131962.
HSL color Cylindrical-coordinate representation of color #BA578B: hue angle of 328.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA578B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 139 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.27 |
| HSL | 328.48º | 0.42% | 0.54% | - |
| HSV(B) | 328.48º | 0.53% | 0.73% | - |
| XYZ | 28.32 | 19.12 | 26.62 | - |
| YUV | 122.53 | 137.3 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 139 | 0 | 0.53 | 0.25 | 0.27 | 328.48 | 0.42 | 0.54 |
| Hex | BA | 57 | 8B | 0 | 35 | 19 | 1B | 148 | 2A | 36 |
| Octal | 272 | 127 | 213 | 0 | 65 | 31 | 33 | 510 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10001011 | 0 | 110101 | 11001 | 11011 | 101001000 | 101010 | 110110 |
Color Harmonies of #BA578B
Complementary color
Monochromatic Colors of #BA578B
Black with #BA578B
Text Example
Text Example
White with #BA578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA578B; }
p { color: rgb(186,87,139); }
H1.HeaderClassName
{
color: #BA578B;
}
.AnyTagClassName
{
color: #BA578B;
}
</style>
background-color css
<style>
a { background-color: #BA578B; }
a { background-color: rgb(186,87,139); }
div.DivClassName
{
background-color: #BA578B;
}
.BgClassName
{
background-color: #BA578B;
}
</style>
border-color css
<style>
span { border-color: #BA578B; }
span { border-color: rgb(186,87,139); }
td.TdClassName
{
border-color: #BA578B;
}
.TagClassName
{
border-color: #BA578B;
}
</style>