Shades of Mulberry #B55886
Tints of Mulberry #B55886
RGB
CMYK
RGB Variations
Color information
#B55886 (or 0xB55886) is known color: Mulberry. HEX triplet: B5, 58 and 86. RGB value is (181,88,134). Sum of RGB (Red+Green+Blue) = 181+88+134=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B55886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55886 is #4AA779. Grayscale: #787878. Windows color (decimal): -4892538 or 8804533. OLE color: 8804533.
HSL color Cylindrical-coordinate representation of color #B55886: hue angle of 330.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55886 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 134 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.29 |
| HSL | 330.32º | 0.39% | 0.53% | - |
| HSV(B) | 330.32º | 0.51% | 0.71% | - |
| XYZ | 26.85 | 18.52 | 24.71 | - |
| YUV | 121.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 134 | 0 | 0.51 | 0.26 | 0.29 | 330.32 | 0.39 | 0.53 |
| Hex | B5 | 58 | 86 | 0 | 33 | 1A | 1D | 14A | 27 | 35 |
| Octal | 265 | 130 | 206 | 0 | 63 | 32 | 35 | 512 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10000110 | 0 | 110011 | 11010 | 11101 | 101001010 | 100111 | 110101 |
Color Harmonies of #B55886
Complementary color
Monochromatic Colors of #B55886
Black with #B55886
Text Example
Text Example
White with #B55886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55886; }
p { color: rgb(181,88,134); }
H1.HeaderClassName
{
color: #B55886;
}
.AnyTagClassName
{
color: #B55886;
}
</style>
background-color css
<style>
a { background-color: #B55886; }
a { background-color: rgb(181,88,134); }
div.DivClassName
{
background-color: #B55886;
}
.BgClassName
{
background-color: #B55886;
}
</style>
border-color css
<style>
span { border-color: #B55886; }
span { border-color: rgb(181,88,134); }
td.TdClassName
{
border-color: #B55886;
}
.TagClassName
{
border-color: #B55886;
}
</style>