Shades of Mulberry #B44588
Tints of Mulberry #B44588
RGB
CMYK
RGB Variations
Color information
#B44588 (or 0xB44588) is known color: Mulberry. HEX triplet: B4, 45 and 88. RGB value is (180,69,136). Sum of RGB (Red+Green+Blue) = 180+69+136=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B44588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44588 is #4BBA77. Grayscale: #6D6D6D. Windows color (decimal): -4962936 or 8930740. OLE color: 8930740.
HSL color Cylindrical-coordinate representation of color #B44588: hue angle of 323.78º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44588 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 136 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.29 |
| HSL | 323.78º | 0.45% | 0.49% | - |
| HSV(B) | 323.78º | 0.62% | 0.71% | - |
| XYZ | 25.39 | 15.74 | 24.99 | - |
| YUV | 109.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 136 | 0 | 0.62 | 0.24 | 0.29 | 323.78 | 0.45 | 0.49 |
| Hex | B4 | 45 | 88 | 0 | 3E | 18 | 1D | 144 | 2D | 31 |
| Octal | 264 | 105 | 210 | 0 | 76 | 30 | 35 | 504 | 55 | 61 |
| Binary | 10110100 | 1000101 | 10001000 | 0 | 111110 | 11000 | 11101 | 101000100 | 101101 | 110001 |
Color Harmonies of #B44588
Complementary color
Monochromatic Colors of #B44588
Black with #B44588
Text Example
Text Example
White with #B44588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44588; }
p { color: rgb(180,69,136); }
H1.HeaderClassName
{
color: #B44588;
}
.AnyTagClassName
{
color: #B44588;
}
</style>
background-color css
<style>
a { background-color: #B44588; }
a { background-color: rgb(180,69,136); }
div.DivClassName
{
background-color: #B44588;
}
.BgClassName
{
background-color: #B44588;
}
</style>
border-color css
<style>
span { border-color: #B44588; }
span { border-color: rgb(180,69,136); }
td.TdClassName
{
border-color: #B44588;
}
.TagClassName
{
border-color: #B44588;
}
</style>