Shades of Mulberry #B55684
Tints of Mulberry #B55684
RGB
CMYK
RGB Variations
Color information
#B55684 (or 0xB55684) is known color: Mulberry. HEX triplet: B5, 56 and 84. RGB value is (181,86,132). Sum of RGB (Red+Green+Blue) = 181+86+132=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55684 is #4AA97B. Grayscale: #777777. Windows color (decimal): -4893052 or 8672949. OLE color: 8672949.
HSL color Cylindrical-coordinate representation of color #B55684: hue angle of 330.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55684 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 132 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.29 |
| HSL | 330.95º | 0.39% | 0.52% | - |
| HSV(B) | 330.95º | 0.52% | 0.71% | - |
| XYZ | 26.55 | 18.15 | 23.93 | - |
| YUV | 119.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 132 | 0 | 0.52 | 0.27 | 0.29 | 330.95 | 0.39 | 0.52 |
| Hex | B5 | 56 | 84 | 0 | 34 | 1B | 1D | 14B | 27 | 34 |
| Octal | 265 | 126 | 204 | 0 | 64 | 33 | 35 | 513 | 47 | 64 |
| Binary | 10110101 | 1010110 | 10000100 | 0 | 110100 | 11011 | 11101 | 101001011 | 100111 | 110100 |
Color Harmonies of #B55684
Complementary color
Monochromatic Colors of #B55684
Black with #B55684
Text Example
Text Example
White with #B55684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55684; }
p { color: rgb(181,86,132); }
H1.HeaderClassName
{
color: #B55684;
}
.AnyTagClassName
{
color: #B55684;
}
</style>
background-color css
<style>
a { background-color: #B55684; }
a { background-color: rgb(181,86,132); }
div.DivClassName
{
background-color: #B55684;
}
.BgClassName
{
background-color: #B55684;
}
</style>
border-color css
<style>
span { border-color: #B55684; }
span { border-color: rgb(181,86,132); }
td.TdClassName
{
border-color: #B55684;
}
.TagClassName
{
border-color: #B55684;
}
</style>