Shades of Mulberry #B55498
Tints of Mulberry #B55498
RGB
CMYK
RGB Variations
Color information
#B55498 (or 0xB55498) is known color: Mulberry. HEX triplet: B5, 54 and 98. RGB value is (181,84,152). Sum of RGB (Red+Green+Blue) = 181+84+152=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B55498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55498 is #4AAB67. Grayscale: #787878. Windows color (decimal): -4893544 or 9983157. OLE color: 9983157.
HSL color Cylindrical-coordinate representation of color #B55498: hue angle of 317.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55498 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 152 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.29 |
| HSL | 317.94º | 0.4% | 0.52% | - |
| HSV(B) | 317.94º | 0.54% | 0.71% | - |
| XYZ | 27.89 | 18.43 | 31.79 | - |
| YUV | 120.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 152 | 0 | 0.54 | 0.16 | 0.29 | 317.94 | 0.4 | 0.52 |
| Hex | B5 | 54 | 98 | 0 | 36 | 10 | 1D | 13E | 28 | 34 |
| Octal | 265 | 124 | 230 | 0 | 66 | 20 | 35 | 476 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10011000 | 0 | 110110 | 10000 | 11101 | 100111110 | 101000 | 110100 |
Color Harmonies of #B55498
Complementary color
Monochromatic Colors of #B55498
Black with #B55498
Text Example
Text Example
White with #B55498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55498; }
p { color: rgb(181,84,152); }
H1.HeaderClassName
{
color: #B55498;
}
.AnyTagClassName
{
color: #B55498;
}
</style>
background-color css
<style>
a { background-color: #B55498; }
a { background-color: rgb(181,84,152); }
div.DivClassName
{
background-color: #B55498;
}
.BgClassName
{
background-color: #B55498;
}
</style>
border-color css
<style>
span { border-color: #B55498; }
span { border-color: rgb(181,84,152); }
td.TdClassName
{
border-color: #B55498;
}
.TagClassName
{
border-color: #B55498;
}
</style>