Shades of Mulberry #B55389
Tints of Mulberry #B55389
RGB
CMYK
RGB Variations
Color information
#B55389 (or 0xB55389) is known color: Mulberry. HEX triplet: B5, 53 and 89. RGB value is (181,83,137). Sum of RGB (Red+Green+Blue) = 181+83+137=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55389 is #4AAC76. Grayscale: #767676. Windows color (decimal): -4893815 or 8999861. OLE color: 8999861.
HSL color Cylindrical-coordinate representation of color #B55389: hue angle of 326.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55389 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 137 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.94º | 0.4% | 0.52% | - |
| HSV(B) | 326.94º | 0.54% | 0.71% | - |
| XYZ | 26.66 | 17.82 | 25.7 | - |
| YUV | 118.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 137 | 0 | 0.54 | 0.24 | 0.29 | 326.94 | 0.4 | 0.52 |
| Hex | B5 | 53 | 89 | 0 | 36 | 18 | 1D | 147 | 28 | 34 |
| Octal | 265 | 123 | 211 | 0 | 66 | 30 | 35 | 507 | 50 | 64 |
| Binary | 10110101 | 1010011 | 10001001 | 0 | 110110 | 11000 | 11101 | 101000111 | 101000 | 110100 |
Color Harmonies of #B55389
Complementary color
Monochromatic Colors of #B55389
Black with #B55389
Text Example
Text Example
White with #B55389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55389; }
p { color: rgb(181,83,137); }
H1.HeaderClassName
{
color: #B55389;
}
.AnyTagClassName
{
color: #B55389;
}
</style>
background-color css
<style>
a { background-color: #B55389; }
a { background-color: rgb(181,83,137); }
div.DivClassName
{
background-color: #B55389;
}
.BgClassName
{
background-color: #B55389;
}
</style>
border-color css
<style>
span { border-color: #B55389; }
span { border-color: rgb(181,83,137); }
td.TdClassName
{
border-color: #B55389;
}
.TagClassName
{
border-color: #B55389;
}
</style>