Shades of Mulberry #B8578B
Tints of Mulberry #B8578B
RGB
CMYK
RGB Variations
Color information
#B8578B (or 0xB8578B) is known color: Mulberry. HEX triplet: B8, 57 and 8B. RGB value is (184,87,139). Sum of RGB (Red+Green+Blue) = 184+87+139=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8578B is #47A874. Grayscale: #797979. Windows color (decimal): -4696181 or 9131960. OLE color: 9131960.
HSL color Cylindrical-coordinate representation of color #B8578B: hue angle of 327.84º 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 #B8578B is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 139 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.28 |
| HSL | 327.84º | 0.41% | 0.53% | - |
| HSV(B) | 327.84º | 0.53% | 0.72% | - |
| XYZ | 27.84 | 18.87 | 26.6 | - |
| YUV | 121.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 139 | 0 | 0.53 | 0.24 | 0.28 | 327.84 | 0.41 | 0.53 |
| Hex | B8 | 57 | 8B | 0 | 35 | 18 | 1C | 148 | 29 | 35 |
| Octal | 270 | 127 | 213 | 0 | 65 | 30 | 34 | 510 | 51 | 65 |
| Binary | 10111000 | 1010111 | 10001011 | 0 | 110101 | 11000 | 11100 | 101001000 | 101001 | 110101 |
Color Harmonies of #B8578B
Complementary color
Monochromatic Colors of #B8578B
Black with #B8578B
Text Example
Text Example
White with #B8578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8578B; }
p { color: rgb(184,87,139); }
H1.HeaderClassName
{
color: #B8578B;
}
.AnyTagClassName
{
color: #B8578B;
}
</style>
background-color css
<style>
a { background-color: #B8578B; }
a { background-color: rgb(184,87,139); }
div.DivClassName
{
background-color: #B8578B;
}
.BgClassName
{
background-color: #B8578B;
}
</style>
border-color css
<style>
span { border-color: #B8578B; }
span { border-color: rgb(184,87,139); }
td.TdClassName
{
border-color: #B8578B;
}
.TagClassName
{
border-color: #B8578B;
}
</style>