Shades of Mulberry #B5598A
Tints of Mulberry #B5598A
RGB
CMYK
RGB Variations
Color information
#B5598A (or 0xB5598A) is known color: Mulberry. HEX triplet: B5, 59 and 8A. RGB value is (181,89,138). Sum of RGB (Red+Green+Blue) = 181+89+138=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5598A is #4AA675. Grayscale: #797979. Windows color (decimal): -4892278 or 9066933. OLE color: 9066933.
HSL color Cylindrical-coordinate representation of color #B5598A: hue angle of 328.04º 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 #B5598A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 138 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.29 |
| HSL | 328.04º | 0.38% | 0.53% | - |
| HSV(B) | 328.04º | 0.51% | 0.71% | - |
| XYZ | 27.22 | 18.8 | 26.24 | - |
| YUV | 122.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 138 | 0 | 0.51 | 0.24 | 0.29 | 328.04 | 0.38 | 0.53 |
| Hex | B5 | 59 | 8A | 0 | 33 | 18 | 1D | 148 | 26 | 35 |
| Octal | 265 | 131 | 212 | 0 | 63 | 30 | 35 | 510 | 46 | 65 |
| Binary | 10110101 | 1011001 | 10001010 | 0 | 110011 | 11000 | 11101 | 101001000 | 100110 | 110101 |
Color Harmonies of #B5598A
Complementary color
Monochromatic Colors of #B5598A
Black with #B5598A
Text Example
Text Example
White with #B5598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5598A; }
p { color: rgb(181,89,138); }
H1.HeaderClassName
{
color: #B5598A;
}
.AnyTagClassName
{
color: #B5598A;
}
</style>
background-color css
<style>
a { background-color: #B5598A; }
a { background-color: rgb(181,89,138); }
div.DivClassName
{
background-color: #B5598A;
}
.BgClassName
{
background-color: #B5598A;
}
</style>
border-color css
<style>
span { border-color: #B5598A; }
span { border-color: rgb(181,89,138); }
td.TdClassName
{
border-color: #B5598A;
}
.TagClassName
{
border-color: #B5598A;
}
</style>