Shades of Mulberry #B4598B
Tints of Mulberry #B4598B
RGB
CMYK
RGB Variations
Color information
#B4598B (or 0xB4598B) is known color: Mulberry. HEX triplet: B4, 59 and 8B. RGB value is (180,89,139). Sum of RGB (Red+Green+Blue) = 180+89+139=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4598B is #4BA674. Grayscale: #797979. Windows color (decimal): -4957813 or 9132468. OLE color: 9132468.
HSL color Cylindrical-coordinate representation of color #B4598B: hue angle of 327.03º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4598B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 139 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.29 |
| HSL | 327.03º | 0.38% | 0.53% | - |
| HSV(B) | 327.03º | 0.51% | 0.71% | - |
| XYZ | 27.05 | 18.71 | 26.61 | - |
| YUV | 121.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 139 | 0 | 0.51 | 0.23 | 0.29 | 327.03 | 0.38 | 0.53 |
| Hex | B4 | 59 | 8B | 0 | 33 | 17 | 1D | 147 | 26 | 35 |
| Octal | 264 | 131 | 213 | 0 | 63 | 27 | 35 | 507 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10001011 | 0 | 110011 | 10111 | 11101 | 101000111 | 100110 | 110101 |
Color Harmonies of #B4598B
Complementary color
Monochromatic Colors of #B4598B
Black with #B4598B
Text Example
Text Example
White with #B4598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4598B; }
p { color: rgb(180,89,139); }
H1.HeaderClassName
{
color: #B4598B;
}
.AnyTagClassName
{
color: #B4598B;
}
</style>
background-color css
<style>
a { background-color: #B4598B; }
a { background-color: rgb(180,89,139); }
div.DivClassName
{
background-color: #B4598B;
}
.BgClassName
{
background-color: #B4598B;
}
</style>
border-color css
<style>
span { border-color: #B4598B; }
span { border-color: rgb(180,89,139); }
td.TdClassName
{
border-color: #B4598B;
}
.TagClassName
{
border-color: #B4598B;
}
</style>