Shades of Mulberry #B5598B
Tints of Mulberry #B5598B
RGB
CMYK
RGB Variations
Color information
#B5598B (or 0xB5598B) is known color: Mulberry. HEX triplet: B5, 59 and 8B. RGB value is (181,89,139). Sum of RGB (Red+Green+Blue) = 181+89+139=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5598B is #4AA674. Grayscale: #7A7A7A. Windows color (decimal): -4892277 or 9132469. OLE color: 9132469.
HSL color Cylindrical-coordinate representation of color #B5598B: hue angle of 327.39º 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 #B5598B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 139 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.29 |
| HSL | 327.39º | 0.38% | 0.53% | - |
| HSV(B) | 327.39º | 0.51% | 0.71% | - |
| XYZ | 27.29 | 18.83 | 26.62 | - |
| YUV | 122.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 139 | 0 | 0.51 | 0.23 | 0.29 | 327.39 | 0.38 | 0.53 |
| Hex | B5 | 59 | 8B | 0 | 33 | 17 | 1D | 147 | 26 | 35 |
| Octal | 265 | 131 | 213 | 0 | 63 | 27 | 35 | 507 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10001011 | 0 | 110011 | 10111 | 11101 | 101000111 | 100110 | 110101 |
Color Harmonies of #B5598B
Complementary color
Monochromatic Colors of #B5598B
Black with #B5598B
Text Example
Text Example
White with #B5598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5598B; }
p { color: rgb(181,89,139); }
H1.HeaderClassName
{
color: #B5598B;
}
.AnyTagClassName
{
color: #B5598B;
}
</style>
background-color css
<style>
a { background-color: #B5598B; }
a { background-color: rgb(181,89,139); }
div.DivClassName
{
background-color: #B5598B;
}
.BgClassName
{
background-color: #B5598B;
}
</style>
border-color css
<style>
span { border-color: #B5598B; }
span { border-color: rgb(181,89,139); }
td.TdClassName
{
border-color: #B5598B;
}
.TagClassName
{
border-color: #B5598B;
}
</style>