Shades of Mulberry #B55B8C
Tints of Mulberry #B55B8C
RGB
CMYK
RGB Variations
Color information
#B55B8C (or 0xB55B8C) is known color: Mulberry. HEX triplet: B5, 5B and 8C. RGB value is (181,91,140). Sum of RGB (Red+Green+Blue) = 181+91+140=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55B8C is #4AA473. Grayscale: #7B7B7B. Windows color (decimal): -4891764 or 9198517. OLE color: 9198517.
HSL color Cylindrical-coordinate representation of color #B55B8C: hue angle of 327.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55B8C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 91 | 140 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.29 |
| HSL | 327.33º | 0.38% | 0.53% | - |
| HSV(B) | 327.33º | 0.5% | 0.71% | - |
| XYZ | 27.53 | 19.2 | 27.07 | - |
| YUV | 123.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 140 | 0 | 0.50 | 0.23 | 0.29 | 327.33 | 0.38 | 0.53 |
| Hex | B5 | 5B | 8C | 0 | 32 | 17 | 1D | 147 | 26 | 35 |
| Octal | 265 | 133 | 214 | 0 | 62 | 27 | 35 | 507 | 46 | 65 |
| Binary | 10110101 | 1011011 | 10001100 | 0 | 110010 | 10111 | 11101 | 101000111 | 100110 | 110101 |
Color Harmonies of #B55B8C
Complementary color
Monochromatic Colors of #B55B8C
Black with #B55B8C
Text Example
Text Example
White with #B55B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55B8C; }
p { color: rgb(181,91,140); }
H1.HeaderClassName
{
color: #B55B8C;
}
.AnyTagClassName
{
color: #B55B8C;
}
</style>
background-color css
<style>
a { background-color: #B55B8C; }
a { background-color: rgb(181,91,140); }
div.DivClassName
{
background-color: #B55B8C;
}
.BgClassName
{
background-color: #B55B8C;
}
</style>
border-color css
<style>
span { border-color: #B55B8C; }
span { border-color: rgb(181,91,140); }
td.TdClassName
{
border-color: #B55B8C;
}
.TagClassName
{
border-color: #B55B8C;
}
</style>