Shades of Mulberry #B5528B
Tints of Mulberry #B5528B
RGB
CMYK
RGB Variations
Color information
#B5528B (or 0xB5528B) is known color: Mulberry. HEX triplet: B5, 52 and 8B. RGB value is (181,82,139). Sum of RGB (Red+Green+Blue) = 181+82+139=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5528B is #4AAD74. Grayscale: #757575. Windows color (decimal): -4894069 or 9130677. OLE color: 9130677.
HSL color Cylindrical-coordinate representation of color #B5528B: hue angle of 325.45º 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 #B5528B is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 139 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.29 |
| HSL | 325.45º | 0.4% | 0.52% | - |
| HSV(B) | 325.45º | 0.55% | 0.71% | - |
| XYZ | 26.73 | 17.72 | 26.44 | - |
| YUV | 118.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 139 | 0 | 0.55 | 0.23 | 0.29 | 325.45 | 0.4 | 0.52 |
| Hex | B5 | 52 | 8B | 0 | 37 | 17 | 1D | 145 | 28 | 34 |
| Octal | 265 | 122 | 213 | 0 | 67 | 27 | 35 | 505 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10001011 | 0 | 110111 | 10111 | 11101 | 101000101 | 101000 | 110100 |
Color Harmonies of #B5528B
Complementary color
Monochromatic Colors of #B5528B
Black with #B5528B
Text Example
Text Example
White with #B5528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5528B; }
p { color: rgb(181,82,139); }
H1.HeaderClassName
{
color: #B5528B;
}
.AnyTagClassName
{
color: #B5528B;
}
</style>
background-color css
<style>
a { background-color: #B5528B; }
a { background-color: rgb(181,82,139); }
div.DivClassName
{
background-color: #B5528B;
}
.BgClassName
{
background-color: #B5528B;
}
</style>
border-color css
<style>
span { border-color: #B5528B; }
span { border-color: rgb(181,82,139); }
td.TdClassName
{
border-color: #B5528B;
}
.TagClassName
{
border-color: #B5528B;
}
</style>