Shades of Mulberry #B4528E
Tints of Mulberry #B4528E
RGB
CMYK
RGB Variations
Color information
#B4528E (or 0xB4528E) is known color: Mulberry. HEX triplet: B4, 52 and 8E. RGB value is (180,82,142). Sum of RGB (Red+Green+Blue) = 180+82+142=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528E is #4BAD71. Grayscale: #767676. Windows color (decimal): -4959602 or 9327284. OLE color: 9327284.
HSL color Cylindrical-coordinate representation of color #B4528E: hue angle of 323.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4528E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 142 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.29 |
| HSL | 323.27º | 0.4% | 0.51% | - |
| HSV(B) | 323.27º | 0.54% | 0.71% | - |
| XYZ | 26.72 | 17.69 | 27.6 | - |
| YUV | 118.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 142 | 0 | 0.54 | 0.21 | 0.29 | 323.27 | 0.4 | 0.51 |
| Hex | B4 | 52 | 8E | 0 | 36 | 15 | 1D | 143 | 28 | 33 |
| Octal | 264 | 122 | 216 | 0 | 66 | 25 | 35 | 503 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10001110 | 0 | 110110 | 10101 | 11101 | 101000011 | 101000 | 110011 |
Color Harmonies of #B4528E
Complementary color
Monochromatic Colors of #B4528E
Black with #B4528E
Text Example
Text Example
White with #B4528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4528E; }
p { color: rgb(180,82,142); }
H1.HeaderClassName
{
color: #B4528E;
}
.AnyTagClassName
{
color: #B4528E;
}
</style>
background-color css
<style>
a { background-color: #B4528E; }
a { background-color: rgb(180,82,142); }
div.DivClassName
{
background-color: #B4528E;
}
.BgClassName
{
background-color: #B4528E;
}
</style>
border-color css
<style>
span { border-color: #B4528E; }
span { border-color: rgb(180,82,142); }
td.TdClassName
{
border-color: #B4528E;
}
.TagClassName
{
border-color: #B4528E;
}
</style>