Shades of Mulberry #B4558B
Tints of Mulberry #B4558B
RGB
CMYK
RGB Variations
Color information
#B4558B (or 0xB4558B) is known color: Mulberry. HEX triplet: B4, 55 and 8B. RGB value is (180,85,139). Sum of RGB (Red+Green+Blue) = 180+85+139=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4558B is #4BAA74. Grayscale: #777777. Windows color (decimal): -4958837 or 9131444. OLE color: 9131444.
HSL color Cylindrical-coordinate representation of color #B4558B: hue angle of 325.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4558B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 85 | 139 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.29 |
| HSL | 325.89º | 0.39% | 0.52% | - |
| HSV(B) | 325.89º | 0.53% | 0.71% | - |
| XYZ | 26.73 | 18.06 | 26.5 | - |
| YUV | 119.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 139 | 0 | 0.53 | 0.23 | 0.29 | 325.89 | 0.39 | 0.52 |
| Hex | B4 | 55 | 8B | 0 | 35 | 17 | 1D | 146 | 27 | 34 |
| Octal | 264 | 125 | 213 | 0 | 65 | 27 | 35 | 506 | 47 | 64 |
| Binary | 10110100 | 1010101 | 10001011 | 0 | 110101 | 10111 | 11101 | 101000110 | 100111 | 110100 |
Color Harmonies of #B4558B
Complementary color
Monochromatic Colors of #B4558B
Black with #B4558B
Text Example
Text Example
White with #B4558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4558B; }
p { color: rgb(180,85,139); }
H1.HeaderClassName
{
color: #B4558B;
}
.AnyTagClassName
{
color: #B4558B;
}
</style>
background-color css
<style>
a { background-color: #B4558B; }
a { background-color: rgb(180,85,139); }
div.DivClassName
{
background-color: #B4558B;
}
.BgClassName
{
background-color: #B4558B;
}
</style>
border-color css
<style>
span { border-color: #B4558B; }
span { border-color: rgb(180,85,139); }
td.TdClassName
{
border-color: #B4558B;
}
.TagClassName
{
border-color: #B4558B;
}
</style>