Shades of Mulberry #B5558A
Tints of Mulberry #B5558A
RGB
CMYK
RGB Variations
Color information
#B5558A (or 0xB5558A) is known color: Mulberry. HEX triplet: B5, 55 and 8A. RGB value is (181,85,138). Sum of RGB (Red+Green+Blue) = 181+85+138=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5558A is #4AAA75. Grayscale: #777777. Windows color (decimal): -4893302 or 9065909. OLE color: 9065909.
HSL color Cylindrical-coordinate representation of color #B5558A: hue angle of 326.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5558A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 138 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.29 |
| HSL | 326.88º | 0.39% | 0.52% | - |
| HSV(B) | 326.88º | 0.53% | 0.71% | - |
| XYZ | 26.89 | 18.16 | 26.13 | - |
| YUV | 119.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 138 | 0 | 0.53 | 0.24 | 0.29 | 326.88 | 0.39 | 0.52 |
| Hex | B5 | 55 | 8A | 0 | 35 | 18 | 1D | 147 | 27 | 34 |
| Octal | 265 | 125 | 212 | 0 | 65 | 30 | 35 | 507 | 47 | 64 |
| Binary | 10110101 | 1010101 | 10001010 | 0 | 110101 | 11000 | 11101 | 101000111 | 100111 | 110100 |
Color Harmonies of #B5558A
Complementary color
Monochromatic Colors of #B5558A
Black with #B5558A
Text Example
Text Example
White with #B5558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5558A; }
p { color: rgb(181,85,138); }
H1.HeaderClassName
{
color: #B5558A;
}
.AnyTagClassName
{
color: #B5558A;
}
</style>
background-color css
<style>
a { background-color: #B5558A; }
a { background-color: rgb(181,85,138); }
div.DivClassName
{
background-color: #B5558A;
}
.BgClassName
{
background-color: #B5558A;
}
</style>
border-color css
<style>
span { border-color: #B5558A; }
span { border-color: rgb(181,85,138); }
td.TdClassName
{
border-color: #B5558A;
}
.TagClassName
{
border-color: #B5558A;
}
</style>