Shades of Mulberry #B8558C
Tints of Mulberry #B8558C
RGB
CMYK
RGB Variations
Color information
#B8558C (or 0xB8558C) is known color: Mulberry. HEX triplet: B8, 55 and 8C. RGB value is (184,85,140). Sum of RGB (Red+Green+Blue) = 184+85+140=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8558C is #47AA73. Grayscale: #787878. Windows color (decimal): -4696692 or 9196984. OLE color: 9196984.
HSL color Cylindrical-coordinate representation of color #B8558C: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8558C is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 140 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.28 |
| HSL | 326.67º | 0.41% | 0.53% | - |
| HSV(B) | 326.67º | 0.54% | 0.72% | - |
| XYZ | 27.75 | 18.58 | 26.93 | - |
| YUV | 120.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 140 | 0 | 0.54 | 0.24 | 0.28 | 326.67 | 0.41 | 0.53 |
| Hex | B8 | 55 | 8C | 0 | 36 | 18 | 1C | 147 | 29 | 35 |
| Octal | 270 | 125 | 214 | 0 | 66 | 30 | 34 | 507 | 51 | 65 |
| Binary | 10111000 | 1010101 | 10001100 | 0 | 110110 | 11000 | 11100 | 101000111 | 101001 | 110101 |
Color Harmonies of #B8558C
Complementary color
Monochromatic Colors of #B8558C
Black with #B8558C
Text Example
Text Example
White with #B8558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8558C; }
p { color: rgb(184,85,140); }
H1.HeaderClassName
{
color: #B8558C;
}
.AnyTagClassName
{
color: #B8558C;
}
</style>
background-color css
<style>
a { background-color: #B8558C; }
a { background-color: rgb(184,85,140); }
div.DivClassName
{
background-color: #B8558C;
}
.BgClassName
{
background-color: #B8558C;
}
</style>
border-color css
<style>
span { border-color: #B8558C; }
span { border-color: rgb(184,85,140); }
td.TdClassName
{
border-color: #B8558C;
}
.TagClassName
{
border-color: #B8558C;
}
</style>