Shades of Mulberry #B4528B
Tints of Mulberry #B4528B
RGB
CMYK
RGB Variations
Color information
#B4528B (or 0xB4528B) is known color: Mulberry. HEX triplet: B4, 52 and 8B. RGB value is (180,82,139). Sum of RGB (Red+Green+Blue) = 180+82+139=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528B is #4BAD74. Grayscale: #757575. Windows color (decimal): -4959605 or 9130676. OLE color: 9130676.
HSL color Cylindrical-coordinate representation of color #B4528B: hue angle of 325.1º 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 #B4528B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 139 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 325.1º | 0.4% | 0.51% | - |
| HSV(B) | 325.1º | 0.54% | 0.71% | - |
| XYZ | 26.5 | 17.6 | 26.43 | - |
| YUV | 117.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 139 | 0 | 0.54 | 0.23 | 0.29 | 325.1 | 0.4 | 0.51 |
| Hex | B4 | 52 | 8B | 0 | 36 | 17 | 1D | 145 | 28 | 33 |
| Octal | 264 | 122 | 213 | 0 | 66 | 27 | 35 | 505 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10001011 | 0 | 110110 | 10111 | 11101 | 101000101 | 101000 | 110011 |
Color Harmonies of #B4528B
Complementary color
Monochromatic Colors of #B4528B
Black with #B4528B
Text Example
Text Example
White with #B4528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4528B; }
p { color: rgb(180,82,139); }
H1.HeaderClassName
{
color: #B4528B;
}
.AnyTagClassName
{
color: #B4528B;
}
</style>
background-color css
<style>
a { background-color: #B4528B; }
a { background-color: rgb(180,82,139); }
div.DivClassName
{
background-color: #B4528B;
}
.BgClassName
{
background-color: #B4528B;
}
</style>
border-color css
<style>
span { border-color: #B4528B; }
span { border-color: rgb(180,82,139); }
td.TdClassName
{
border-color: #B4528B;
}
.TagClassName
{
border-color: #B4528B;
}
</style>