Shades of Mulberry #B44D89
Tints of Mulberry #B44D89
RGB
CMYK
RGB Variations
Color information
#B44D89 (or 0xB44D89) is known color: Mulberry. HEX triplet: B4, 4D and 89. RGB value is (180,77,137). Sum of RGB (Red+Green+Blue) = 180+77+137=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D89 is #4BB276. Grayscale: #727272. Windows color (decimal): -4960887 or 8998324. OLE color: 8998324.
HSL color Cylindrical-coordinate representation of color #B44D89: hue angle of 325.05º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D89 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 137 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.29 |
| HSL | 325.05º | 0.41% | 0.5% | - |
| HSV(B) | 325.05º | 0.57% | 0.71% | - |
| XYZ | 25.99 | 16.82 | 25.54 | - |
| YUV | 114.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 137 | 0 | 0.57 | 0.24 | 0.29 | 325.05 | 0.41 | 0.5 |
| Hex | B4 | 4D | 89 | 0 | 39 | 18 | 1D | 145 | 29 | 32 |
| Octal | 264 | 115 | 211 | 0 | 71 | 30 | 35 | 505 | 51 | 62 |
| Binary | 10110100 | 1001101 | 10001001 | 0 | 111001 | 11000 | 11101 | 101000101 | 101001 | 110010 |
Color Harmonies of #B44D89
Complementary color
Monochromatic Colors of #B44D89
Black with #B44D89
Text Example
Text Example
White with #B44D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D89; }
p { color: rgb(180,77,137); }
H1.HeaderClassName
{
color: #B44D89;
}
.AnyTagClassName
{
color: #B44D89;
}
</style>
background-color css
<style>
a { background-color: #B44D89; }
a { background-color: rgb(180,77,137); }
div.DivClassName
{
background-color: #B44D89;
}
.BgClassName
{
background-color: #B44D89;
}
</style>
border-color css
<style>
span { border-color: #B44D89; }
span { border-color: rgb(180,77,137); }
td.TdClassName
{
border-color: #B44D89;
}
.TagClassName
{
border-color: #B44D89;
}
</style>