Shades of Mulberry #B8578D
Tints of Mulberry #B8578D
RGB
CMYK
RGB Variations
Color information
#B8578D (or 0xB8578D) is known color: Mulberry. HEX triplet: B8, 57 and 8D. RGB value is (184,87,141). Sum of RGB (Red+Green+Blue) = 184+87+141=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8578D is #47A872. Grayscale: #7A7A7A. Windows color (decimal): -4696179 or 9263032. OLE color: 9263032.
HSL color Cylindrical-coordinate representation of color #B8578D: hue angle of 326.6º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8578D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 141 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.28 |
| HSL | 326.6º | 0.41% | 0.53% | - |
| HSV(B) | 326.6º | 0.53% | 0.72% | - |
| XYZ | 27.98 | 18.93 | 27.38 | - |
| YUV | 122.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 141 | 0 | 0.53 | 0.23 | 0.28 | 326.6 | 0.41 | 0.53 |
| Hex | B8 | 57 | 8D | 0 | 35 | 17 | 1C | 147 | 29 | 35 |
| Octal | 270 | 127 | 215 | 0 | 65 | 27 | 34 | 507 | 51 | 65 |
| Binary | 10111000 | 1010111 | 10001101 | 0 | 110101 | 10111 | 11100 | 101000111 | 101001 | 110101 |
Color Harmonies of #B8578D
Complementary color
Monochromatic Colors of #B8578D
Black with #B8578D
Text Example
Text Example
White with #B8578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8578D; }
p { color: rgb(184,87,141); }
H1.HeaderClassName
{
color: #B8578D;
}
.AnyTagClassName
{
color: #B8578D;
}
</style>
background-color css
<style>
a { background-color: #B8578D; }
a { background-color: rgb(184,87,141); }
div.DivClassName
{
background-color: #B8578D;
}
.BgClassName
{
background-color: #B8578D;
}
</style>
border-color css
<style>
span { border-color: #B8578D; }
span { border-color: rgb(184,87,141); }
td.TdClassName
{
border-color: #B8578D;
}
.TagClassName
{
border-color: #B8578D;
}
</style>