Shades of Mulberry #B55D97
Tints of Mulberry #B55D97
RGB
CMYK
RGB Variations
Color information
#B55D97 (or 0xB55D97) is known color: Mulberry. HEX triplet: B5, 5D and 97. RGB value is (181,93,151). Sum of RGB (Red+Green+Blue) = 181+93+151=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55D97 is #4AA268. Grayscale: #7D7D7D. Windows color (decimal): -4891241 or 9919925. OLE color: 9919925.
HSL color Cylindrical-coordinate representation of color #B55D97: hue angle of 320.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D97 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 151 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.29 |
| HSL | 320.45º | 0.37% | 0.54% | - |
| HSV(B) | 320.45º | 0.49% | 0.71% | - |
| XYZ | 28.56 | 19.89 | 31.61 | - |
| YUV | 125.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 151 | 0 | 0.49 | 0.17 | 0.29 | 320.45 | 0.37 | 0.54 |
| Hex | B5 | 5D | 97 | 0 | 31 | 11 | 1D | 140 | 25 | 36 |
| Octal | 265 | 135 | 227 | 0 | 61 | 21 | 35 | 500 | 45 | 66 |
| Binary | 10110101 | 1011101 | 10010111 | 0 | 110001 | 10001 | 11101 | 101000000 | 100101 | 110110 |
Color Harmonies of #B55D97
Complementary color
Monochromatic Colors of #B55D97
Black with #B55D97
Text Example
Text Example
White with #B55D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D97; }
p { color: rgb(181,93,151); }
H1.HeaderClassName
{
color: #B55D97;
}
.AnyTagClassName
{
color: #B55D97;
}
</style>
background-color css
<style>
a { background-color: #B55D97; }
a { background-color: rgb(181,93,151); }
div.DivClassName
{
background-color: #B55D97;
}
.BgClassName
{
background-color: #B55D97;
}
</style>
border-color css
<style>
span { border-color: #B55D97; }
span { border-color: rgb(181,93,151); }
td.TdClassName
{
border-color: #B55D97;
}
.TagClassName
{
border-color: #B55D97;
}
</style>