Shades of Mulberry #B55090
Tints of Mulberry #B55090
RGB
CMYK
RGB Variations
Color information
#B55090 (or 0xB55090) is known color: Mulberry. HEX triplet: B5, 50 and 90. RGB value is (181,80,144). Sum of RGB (Red+Green+Blue) = 181+80+144=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B55090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55090 is #4AAF6F. Grayscale: #757575. Windows color (decimal): -4894576 or 9457845. OLE color: 9457845.
HSL color Cylindrical-coordinate representation of color #B55090: hue angle of 321.98º 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 #B55090 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 144 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.29 |
| HSL | 321.98º | 0.41% | 0.51% | - |
| HSV(B) | 321.98º | 0.56% | 0.71% | - |
| XYZ | 26.96 | 17.57 | 28.36 | - |
| YUV | 117.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 144 | 0 | 0.56 | 0.20 | 0.29 | 321.98 | 0.41 | 0.51 |
| Hex | B5 | 50 | 90 | 0 | 38 | 14 | 1D | 142 | 29 | 33 |
| Octal | 265 | 120 | 220 | 0 | 70 | 24 | 35 | 502 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10010000 | 0 | 111000 | 10100 | 11101 | 101000010 | 101001 | 110011 |
Color Harmonies of #B55090
Complementary color
Monochromatic Colors of #B55090
Black with #B55090
Text Example
Text Example
White with #B55090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55090; }
p { color: rgb(181,80,144); }
H1.HeaderClassName
{
color: #B55090;
}
.AnyTagClassName
{
color: #B55090;
}
</style>
background-color css
<style>
a { background-color: #B55090; }
a { background-color: rgb(181,80,144); }
div.DivClassName
{
background-color: #B55090;
}
.BgClassName
{
background-color: #B55090;
}
</style>
border-color css
<style>
span { border-color: #B55090; }
span { border-color: rgb(181,80,144); }
td.TdClassName
{
border-color: #B55090;
}
.TagClassName
{
border-color: #B55090;
}
</style>