Shades of Mulberry #B44E87
Tints of Mulberry #B44E87
RGB
CMYK
RGB Variations
Color information
#B44E87 (or 0xB44E87) is known color: Mulberry. HEX triplet: B4, 4E and 87. RGB value is (180,78,135). Sum of RGB (Red+Green+Blue) = 180+78+135=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44E87 is #4BB178. Grayscale: #727272. Windows color (decimal): -4960633 or 8867508. OLE color: 8867508.
HSL color Cylindrical-coordinate representation of color #B44E87: hue angle of 326.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44E87 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 78 | 135 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.29 |
| HSL | 326.47º | 0.4% | 0.51% | - |
| HSV(B) | 326.47º | 0.57% | 0.71% | - |
| XYZ | 25.92 | 16.9 | 24.82 | - |
| YUV | 115 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 135 | 0 | 0.57 | 0.25 | 0.29 | 326.47 | 0.4 | 0.51 |
| Hex | B4 | 4E | 87 | 0 | 39 | 19 | 1D | 146 | 28 | 33 |
| Octal | 264 | 116 | 207 | 0 | 71 | 31 | 35 | 506 | 50 | 63 |
| Binary | 10110100 | 1001110 | 10000111 | 0 | 111001 | 11001 | 11101 | 101000110 | 101000 | 110011 |
Color Harmonies of #B44E87
Complementary color
Monochromatic Colors of #B44E87
Black with #B44E87
Text Example
Text Example
White with #B44E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44E87; }
p { color: rgb(180,78,135); }
H1.HeaderClassName
{
color: #B44E87;
}
.AnyTagClassName
{
color: #B44E87;
}
</style>
background-color css
<style>
a { background-color: #B44E87; }
a { background-color: rgb(180,78,135); }
div.DivClassName
{
background-color: #B44E87;
}
.BgClassName
{
background-color: #B44E87;
}
</style>
border-color css
<style>
span { border-color: #B44E87; }
span { border-color: rgb(180,78,135); }
td.TdClassName
{
border-color: #B44E87;
}
.TagClassName
{
border-color: #B44E87;
}
</style>