Shades of Mulberry #B44D8B
Tints of Mulberry #B44D8B
RGB
CMYK
RGB Variations
Color information
#B44D8B (or 0xB44D8B) is known color: Mulberry. HEX triplet: B4, 4D and 8B. RGB value is (180,77,139). Sum of RGB (Red+Green+Blue) = 180+77+139=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D8B is #4BB274. Grayscale: #727272. Windows color (decimal): -4960885 or 9129396. OLE color: 9129396.
HSL color Cylindrical-coordinate representation of color #B44D8B: hue angle of 323.88º 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 #B44D8B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 77 | 139 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.29 |
| HSL | 323.88º | 0.41% | 0.5% | - |
| HSV(B) | 323.88º | 0.57% | 0.71% | - |
| XYZ | 26.14 | 16.88 | 26.31 | - |
| YUV | 114.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 139 | 0 | 0.57 | 0.23 | 0.29 | 323.88 | 0.41 | 0.5 |
| Hex | B4 | 4D | 8B | 0 | 39 | 17 | 1D | 144 | 29 | 32 |
| Octal | 264 | 115 | 213 | 0 | 71 | 27 | 35 | 504 | 51 | 62 |
| Binary | 10110100 | 1001101 | 10001011 | 0 | 111001 | 10111 | 11101 | 101000100 | 101001 | 110010 |
Color Harmonies of #B44D8B
Complementary color
Monochromatic Colors of #B44D8B
Black with #B44D8B
Text Example
Text Example
White with #B44D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44D8B; }
p { color: rgb(180,77,139); }
H1.HeaderClassName
{
color: #B44D8B;
}
.AnyTagClassName
{
color: #B44D8B;
}
</style>
background-color css
<style>
a { background-color: #B44D8B; }
a { background-color: rgb(180,77,139); }
div.DivClassName
{
background-color: #B44D8B;
}
.BgClassName
{
background-color: #B44D8B;
}
</style>
border-color css
<style>
span { border-color: #B44D8B; }
span { border-color: rgb(180,77,139); }
td.TdClassName
{
border-color: #B44D8B;
}
.TagClassName
{
border-color: #B44D8B;
}
</style>