Shades of Mulberry #B55C8D
Tints of Mulberry #B55C8D
RGB
CMYK
RGB Variations
Color information
#B55C8D (or 0xB55C8D) is known color: Mulberry. HEX triplet: B5, 5C and 8D. RGB value is (181,92,141). Sum of RGB (Red+Green+Blue) = 181+92+141=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C8D is #4AA372. Grayscale: #7C7C7C. Windows color (decimal): -4891507 or 9264309. OLE color: 9264309.
HSL color Cylindrical-coordinate representation of color #B55C8D: hue angle of 326.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C8D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 141 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.29 |
| HSL | 326.97º | 0.38% | 0.54% | - |
| HSV(B) | 326.97º | 0.49% | 0.71% | - |
| XYZ | 27.69 | 19.4 | 27.48 | - |
| YUV | 124.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 141 | 0 | 0.49 | 0.22 | 0.29 | 326.97 | 0.38 | 0.54 |
| Hex | B5 | 5C | 8D | 0 | 31 | 16 | 1D | 147 | 26 | 36 |
| Octal | 265 | 134 | 215 | 0 | 61 | 26 | 35 | 507 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10001101 | 0 | 110001 | 10110 | 11101 | 101000111 | 100110 | 110110 |
Color Harmonies of #B55C8D
Complementary color
Monochromatic Colors of #B55C8D
Black with #B55C8D
Text Example
Text Example
White with #B55C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C8D; }
p { color: rgb(181,92,141); }
H1.HeaderClassName
{
color: #B55C8D;
}
.AnyTagClassName
{
color: #B55C8D;
}
</style>
background-color css
<style>
a { background-color: #B55C8D; }
a { background-color: rgb(181,92,141); }
div.DivClassName
{
background-color: #B55C8D;
}
.BgClassName
{
background-color: #B55C8D;
}
</style>
border-color css
<style>
span { border-color: #B55C8D; }
span { border-color: rgb(181,92,141); }
td.TdClassName
{
border-color: #B55C8D;
}
.TagClassName
{
border-color: #B55C8D;
}
</style>