Shades of Mulberry #B55E8D
Tints of Mulberry #B55E8D
RGB
CMYK
RGB Variations
Color information
#B55E8D (or 0xB55E8D) is known color: Mulberry. HEX triplet: B5, 5E and 8D. RGB value is (181,94,141). Sum of RGB (Red+Green+Blue) = 181+94+141=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55E8D is #4AA172. Grayscale: #7D7D7D. Windows color (decimal): -4890995 or 9264821. OLE color: 9264821.
HSL color Cylindrical-coordinate representation of color #B55E8D: hue angle of 327.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55E8D is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 94 | 141 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.29 |
| HSL | 327.59º | 0.37% | 0.54% | - |
| HSV(B) | 327.59º | 0.48% | 0.71% | - |
| XYZ | 27.87 | 19.75 | 27.54 | - |
| YUV | 125.37 | 136.82 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 141 | 0 | 0.48 | 0.22 | 0.29 | 327.59 | 0.37 | 0.54 |
| Hex | B5 | 5E | 8D | 0 | 30 | 16 | 1D | 148 | 25 | 36 |
| Octal | 265 | 136 | 215 | 0 | 60 | 26 | 35 | 510 | 45 | 66 |
| Binary | 10110101 | 1011110 | 10001101 | 0 | 110000 | 10110 | 11101 | 101001000 | 100101 | 110110 |
Color Harmonies of #B55E8D
Complementary color
Monochromatic Colors of #B55E8D
Black with #B55E8D
Text Example
Text Example
White with #B55E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55E8D; }
p { color: rgb(181,94,141); }
H1.HeaderClassName
{
color: #B55E8D;
}
.AnyTagClassName
{
color: #B55E8D;
}
</style>
background-color css
<style>
a { background-color: #B55E8D; }
a { background-color: rgb(181,94,141); }
div.DivClassName
{
background-color: #B55E8D;
}
.BgClassName
{
background-color: #B55E8D;
}
</style>
border-color css
<style>
span { border-color: #B55E8D; }
span { border-color: rgb(181,94,141); }
td.TdClassName
{
border-color: #B55E8D;
}
.TagClassName
{
border-color: #B55E8D;
}
</style>