Shades of Mulberry #B55096
Tints of Mulberry #B55096
RGB
CMYK
RGB Variations
Color information
#B55096 (or 0xB55096) is known color: Mulberry. HEX triplet: B5, 50 and 96. RGB value is (181,80,150). Sum of RGB (Red+Green+Blue) = 181+80+150=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B55096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55096 is #4AAF69. Grayscale: #767676. Windows color (decimal): -4894570 or 9851061. OLE color: 9851061.
HSL color Cylindrical-coordinate representation of color #B55096: hue angle of 318.42º 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 #B55096 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 150 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.29 |
| HSL | 318.42º | 0.41% | 0.51% | - |
| HSV(B) | 318.42º | 0.56% | 0.71% | - |
| XYZ | 27.43 | 17.76 | 30.84 | - |
| YUV | 118.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 150 | 0 | 0.56 | 0.17 | 0.29 | 318.42 | 0.41 | 0.51 |
| Hex | B5 | 50 | 96 | 0 | 38 | 11 | 1D | 13E | 29 | 33 |
| Octal | 265 | 120 | 226 | 0 | 70 | 21 | 35 | 476 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10010110 | 0 | 111000 | 10001 | 11101 | 100111110 | 101001 | 110011 |
Color Harmonies of #B55096
Complementary color
Monochromatic Colors of #B55096
Black with #B55096
Text Example
Text Example
White with #B55096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55096; }
p { color: rgb(181,80,150); }
H1.HeaderClassName
{
color: #B55096;
}
.AnyTagClassName
{
color: #B55096;
}
</style>
background-color css
<style>
a { background-color: #B55096; }
a { background-color: rgb(181,80,150); }
div.DivClassName
{
background-color: #B55096;
}
.BgClassName
{
background-color: #B55096;
}
</style>
border-color css
<style>
span { border-color: #B55096; }
span { border-color: rgb(181,80,150); }
td.TdClassName
{
border-color: #B55096;
}
.TagClassName
{
border-color: #B55096;
}
</style>