Shades of Mulberry #B55099
Tints of Mulberry #B55099
RGB
CMYK
RGB Variations
Color information
#B55099 (or 0xB55099) is known color: Mulberry. HEX triplet: B5, 50 and 99. RGB value is (181,80,153). Sum of RGB (Red+Green+Blue) = 181+80+153=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55099 is #4AAF66. Grayscale: #767676. Windows color (decimal): -4894567 or 10047669. OLE color: 10047669.
HSL color Cylindrical-coordinate representation of color #B55099: hue angle of 316.63º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55099 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 153 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.29 |
| HSL | 316.63º | 0.41% | 0.51% | - |
| HSV(B) | 316.63º | 0.56% | 0.71% | - |
| XYZ | 27.67 | 17.86 | 32.13 | - |
| YUV | 118.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 153 | 0 | 0.56 | 0.15 | 0.29 | 316.63 | 0.41 | 0.51 |
| Hex | B5 | 50 | 99 | 0 | 38 | F | 1D | 13D | 29 | 33 |
| Octal | 265 | 120 | 231 | 0 | 70 | 17 | 35 | 475 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10011001 | 0 | 111000 | 1111 | 11101 | 100111101 | 101001 | 110011 |
Color Harmonies of #B55099
Complementary color
Monochromatic Colors of #B55099
Black with #B55099
Text Example
Text Example
White with #B55099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55099; }
p { color: rgb(181,80,153); }
H1.HeaderClassName
{
color: #B55099;
}
.AnyTagClassName
{
color: #B55099;
}
</style>
background-color css
<style>
a { background-color: #B55099; }
a { background-color: rgb(181,80,153); }
div.DivClassName
{
background-color: #B55099;
}
.BgClassName
{
background-color: #B55099;
}
</style>
border-color css
<style>
span { border-color: #B55099; }
span { border-color: rgb(181,80,153); }
td.TdClassName
{
border-color: #B55099;
}
.TagClassName
{
border-color: #B55099;
}
</style>