Shades of Mulberry #B4528F
Tints of Mulberry #B4528F
RGB
CMYK
RGB Variations
Color information
#B4528F (or 0xB4528F) is known color: Mulberry. HEX triplet: B4, 52 and 8F. RGB value is (180,82,143). Sum of RGB (Red+Green+Blue) = 180+82+143=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528F is #4BAD70. Grayscale: #767676. Windows color (decimal): -4959601 or 9392820. OLE color: 9392820.
HSL color Cylindrical-coordinate representation of color #B4528F: hue angle of 322.65º 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 #B4528F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 143 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.29 |
| HSL | 322.65º | 0.4% | 0.51% | - |
| HSV(B) | 322.65º | 0.54% | 0.71% | - |
| XYZ | 26.8 | 17.72 | 27.99 | - |
| YUV | 118.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 143 | 0 | 0.54 | 0.21 | 0.29 | 322.65 | 0.4 | 0.51 |
| Hex | B4 | 52 | 8F | 0 | 36 | 15 | 1D | 143 | 28 | 33 |
| Octal | 264 | 122 | 217 | 0 | 66 | 25 | 35 | 503 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10001111 | 0 | 110110 | 10101 | 11101 | 101000011 | 101000 | 110011 |
Color Harmonies of #B4528F
Complementary color
Monochromatic Colors of #B4528F
Black with #B4528F
Text Example
Text Example
White with #B4528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4528F; }
p { color: rgb(180,82,143); }
H1.HeaderClassName
{
color: #B4528F;
}
.AnyTagClassName
{
color: #B4528F;
}
</style>
background-color css
<style>
a { background-color: #B4528F; }
a { background-color: rgb(180,82,143); }
div.DivClassName
{
background-color: #B4528F;
}
.BgClassName
{
background-color: #B4528F;
}
</style>
border-color css
<style>
span { border-color: #B4528F; }
span { border-color: rgb(180,82,143); }
td.TdClassName
{
border-color: #B4528F;
}
.TagClassName
{
border-color: #B4528F;
}
</style>