Shades of Mulberry #B4529B
Tints of Mulberry #B4529B
RGB
CMYK
RGB Variations
Color information
#B4529B (or 0xB4529B) is known color: Mulberry. HEX triplet: B4, 52 and 9B. RGB value is (180,82,155). Sum of RGB (Red+Green+Blue) = 180+82+155=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529B is #4BAD64. Grayscale: #777777. Windows color (decimal): -4959589 or 10179252. OLE color: 10179252.
HSL color Cylindrical-coordinate representation of color #B4529B: hue angle of 315.31º 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 #B4529B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 155 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.29 |
| HSL | 315.31º | 0.4% | 0.51% | - |
| HSV(B) | 315.31º | 0.54% | 0.71% | - |
| XYZ | 27.76 | 18.1 | 33.04 | - |
| YUV | 119.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 155 | 0 | 0.54 | 0.14 | 0.29 | 315.31 | 0.4 | 0.51 |
| Hex | B4 | 52 | 9B | 0 | 36 | E | 1D | 13B | 28 | 33 |
| Octal | 264 | 122 | 233 | 0 | 66 | 16 | 35 | 473 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10011011 | 0 | 110110 | 1110 | 11101 | 100111011 | 101000 | 110011 |
Color Harmonies of #B4529B
Complementary color
Monochromatic Colors of #B4529B
Black with #B4529B
Text Example
Text Example
White with #B4529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4529B; }
p { color: rgb(180,82,155); }
H1.HeaderClassName
{
color: #B4529B;
}
.AnyTagClassName
{
color: #B4529B;
}
</style>
background-color css
<style>
a { background-color: #B4529B; }
a { background-color: rgb(180,82,155); }
div.DivClassName
{
background-color: #B4529B;
}
.BgClassName
{
background-color: #B4529B;
}
</style>
border-color css
<style>
span { border-color: #B4529B; }
span { border-color: rgb(180,82,155); }
td.TdClassName
{
border-color: #B4529B;
}
.TagClassName
{
border-color: #B4529B;
}
</style>