Shades of Mulberry #B55087
Tints of Mulberry #B55087
RGB
CMYK
RGB Variations
Color information
#B55087 (or 0xB55087) is known color: Mulberry. HEX triplet: B5, 50 and 87. RGB value is (181,80,135). Sum of RGB (Red+Green+Blue) = 181+80+135=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B55087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55087 is #4AAF78. Grayscale: #747474. Windows color (decimal): -4894585 or 8868021. OLE color: 8868021.
HSL color Cylindrical-coordinate representation of color #B55087: hue angle of 327.33º 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 #B55087 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 135 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.29 |
| HSL | 327.33º | 0.41% | 0.51% | - |
| HSV(B) | 327.33º | 0.56% | 0.71% | - |
| XYZ | 26.3 | 17.31 | 24.88 | - |
| YUV | 116.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 135 | 0 | 0.56 | 0.25 | 0.29 | 327.33 | 0.41 | 0.51 |
| Hex | B5 | 50 | 87 | 0 | 38 | 19 | 1D | 147 | 29 | 33 |
| Octal | 265 | 120 | 207 | 0 | 70 | 31 | 35 | 507 | 51 | 63 |
| Binary | 10110101 | 1010000 | 10000111 | 0 | 111000 | 11001 | 11101 | 101000111 | 101001 | 110011 |
Color Harmonies of #B55087
Complementary color
Monochromatic Colors of #B55087
Black with #B55087
Text Example
Text Example
White with #B55087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55087; }
p { color: rgb(181,80,135); }
H1.HeaderClassName
{
color: #B55087;
}
.AnyTagClassName
{
color: #B55087;
}
</style>
background-color css
<style>
a { background-color: #B55087; }
a { background-color: rgb(181,80,135); }
div.DivClassName
{
background-color: #B55087;
}
.BgClassName
{
background-color: #B55087;
}
</style>
border-color css
<style>
span { border-color: #B55087; }
span { border-color: rgb(181,80,135); }
td.TdClassName
{
border-color: #B55087;
}
.TagClassName
{
border-color: #B55087;
}
</style>