Shades of Mulberry #B44B88
Tints of Mulberry #B44B88
RGB
CMYK
RGB Variations
Color information
#B44B88 (or 0xB44B88) is known color: Mulberry. HEX triplet: B4, 4B and 88. RGB value is (180,75,136). Sum of RGB (Red+Green+Blue) = 180+75+136=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B88 is #4BB477. Grayscale: #717171. Windows color (decimal): -4961400 or 8932276. OLE color: 8932276.
HSL color Cylindrical-coordinate representation of color #B44B88: hue angle of 325.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44B88 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 136 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.29 |
| HSL | 325.14º | 0.41% | 0.5% | - |
| HSV(B) | 325.14º | 0.58% | 0.71% | - |
| XYZ | 25.78 | 16.51 | 25.12 | - |
| YUV | 113.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 136 | 0 | 0.58 | 0.24 | 0.29 | 325.14 | 0.41 | 0.5 |
| Hex | B4 | 4B | 88 | 0 | 3A | 18 | 1D | 145 | 29 | 32 |
| Octal | 264 | 113 | 210 | 0 | 72 | 30 | 35 | 505 | 51 | 62 |
| Binary | 10110100 | 1001011 | 10001000 | 0 | 111010 | 11000 | 11101 | 101000101 | 101001 | 110010 |
Color Harmonies of #B44B88
Complementary color
Monochromatic Colors of #B44B88
Black with #B44B88
Text Example
Text Example
White with #B44B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B88; }
p { color: rgb(180,75,136); }
H1.HeaderClassName
{
color: #B44B88;
}
.AnyTagClassName
{
color: #B44B88;
}
</style>
background-color css
<style>
a { background-color: #B44B88; }
a { background-color: rgb(180,75,136); }
div.DivClassName
{
background-color: #B44B88;
}
.BgClassName
{
background-color: #B44B88;
}
</style>
border-color css
<style>
span { border-color: #B44B88; }
span { border-color: rgb(180,75,136); }
td.TdClassName
{
border-color: #B44B88;
}
.TagClassName
{
border-color: #B44B88;
}
</style>