Shades of Mulberry #B0528D
Tints of Mulberry #B0528D
RGB
CMYK
RGB Variations
Color information
#B0528D (or 0xB0528D) is known color: Mulberry. HEX triplet: B0, 52 and 8D. RGB value is (176,82,141). Sum of RGB (Red+Green+Blue) = 176+82+141=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0528D is #4FAD72. Grayscale: #747474. Windows color (decimal): -5221747 or 9261744. OLE color: 9261744.
HSL color Cylindrical-coordinate representation of color #B0528D: hue angle of 322.34º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0528D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 141 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.31 |
| HSL | 322.34º | 0.37% | 0.51% | - |
| HSV(B) | 322.34º | 0.53% | 0.69% | - |
| XYZ | 25.73 | 17.19 | 27.16 | - |
| YUV | 116.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 141 | 0 | 0.53 | 0.20 | 0.31 | 322.34 | 0.37 | 0.51 |
| Hex | B0 | 52 | 8D | 0 | 35 | 14 | 1F | 142 | 25 | 33 |
| Octal | 260 | 122 | 215 | 0 | 65 | 24 | 37 | 502 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10001101 | 0 | 110101 | 10100 | 11111 | 101000010 | 100101 | 110011 |
Color Harmonies of #B0528D
Complementary color
Monochromatic Colors of #B0528D
Black with #B0528D
Text Example
Text Example
White with #B0528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0528D; }
p { color: rgb(176,82,141); }
H1.HeaderClassName
{
color: #B0528D;
}
.AnyTagClassName
{
color: #B0528D;
}
</style>
background-color css
<style>
a { background-color: #B0528D; }
a { background-color: rgb(176,82,141); }
div.DivClassName
{
background-color: #B0528D;
}
.BgClassName
{
background-color: #B0528D;
}
</style>
border-color css
<style>
span { border-color: #B0528D; }
span { border-color: rgb(176,82,141); }
td.TdClassName
{
border-color: #B0528D;
}
.TagClassName
{
border-color: #B0528D;
}
</style>