Shades of Mulberry #B5528E
Tints of Mulberry #B5528E
RGB
CMYK
RGB Variations
Color information
#B5528E (or 0xB5528E) is known color: Mulberry. HEX triplet: B5, 52 and 8E. RGB value is (181,82,142). Sum of RGB (Red+Green+Blue) = 181+82+142=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5528E is #4AAD71. Grayscale: #767676. Windows color (decimal): -4894066 or 9327285. OLE color: 9327285.
HSL color Cylindrical-coordinate representation of color #B5528E: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5528E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 142 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.29 |
| HSL | 323.64º | 0.4% | 0.52% | - |
| HSV(B) | 323.64º | 0.55% | 0.71% | - |
| XYZ | 26.96 | 17.81 | 27.61 | - |
| YUV | 118.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 142 | 0 | 0.55 | 0.22 | 0.29 | 323.64 | 0.4 | 0.52 |
| Hex | B5 | 52 | 8E | 0 | 37 | 16 | 1D | 144 | 28 | 34 |
| Octal | 265 | 122 | 216 | 0 | 67 | 26 | 35 | 504 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10001110 | 0 | 110111 | 10110 | 11101 | 101000100 | 101000 | 110100 |
Color Harmonies of #B5528E
Complementary color
Monochromatic Colors of #B5528E
Black with #B5528E
Text Example
Text Example
White with #B5528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5528E; }
p { color: rgb(181,82,142); }
H1.HeaderClassName
{
color: #B5528E;
}
.AnyTagClassName
{
color: #B5528E;
}
</style>
background-color css
<style>
a { background-color: #B5528E; }
a { background-color: rgb(181,82,142); }
div.DivClassName
{
background-color: #B5528E;
}
.BgClassName
{
background-color: #B5528E;
}
</style>
border-color css
<style>
span { border-color: #B5528E; }
span { border-color: rgb(181,82,142); }
td.TdClassName
{
border-color: #B5528E;
}
.TagClassName
{
border-color: #B5528E;
}
</style>