Shades of Mulberry #B4598D
Tints of Mulberry #B4598D
RGB
CMYK
RGB Variations
Color information
#B4598D (or 0xB4598D) is known color: Mulberry. HEX triplet: B4, 59 and 8D. RGB value is (180,89,141). Sum of RGB (Red+Green+Blue) = 180+89+141=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4598D is #4BA672. Grayscale: #7A7A7A. Windows color (decimal): -4957811 or 9263540. OLE color: 9263540.
HSL color Cylindrical-coordinate representation of color #B4598D: hue angle of 325.71º 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 #B4598D is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 141 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.29 |
| HSL | 325.71º | 0.38% | 0.53% | - |
| HSV(B) | 325.71º | 0.51% | 0.71% | - |
| XYZ | 27.2 | 18.77 | 27.39 | - |
| YUV | 122.14 | 138.65 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 141 | 0 | 0.51 | 0.22 | 0.29 | 325.71 | 0.38 | 0.53 |
| Hex | B4 | 59 | 8D | 0 | 33 | 16 | 1D | 146 | 26 | 35 |
| Octal | 264 | 131 | 215 | 0 | 63 | 26 | 35 | 506 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10001101 | 0 | 110011 | 10110 | 11101 | 101000110 | 100110 | 110101 |
Color Harmonies of #B4598D
Complementary color
Monochromatic Colors of #B4598D
Black with #B4598D
Text Example
Text Example
White with #B4598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4598D; }
p { color: rgb(180,89,141); }
H1.HeaderClassName
{
color: #B4598D;
}
.AnyTagClassName
{
color: #B4598D;
}
</style>
background-color css
<style>
a { background-color: #B4598D; }
a { background-color: rgb(180,89,141); }
div.DivClassName
{
background-color: #B4598D;
}
.BgClassName
{
background-color: #B4598D;
}
</style>
border-color css
<style>
span { border-color: #B4598D; }
span { border-color: rgb(180,89,141); }
td.TdClassName
{
border-color: #B4598D;
}
.TagClassName
{
border-color: #B4598D;
}
</style>