Shades of Mulberry #B4529A
Tints of Mulberry #B4529A
RGB
CMYK
RGB Variations
Color information
#B4529A (or 0xB4529A) is known color: Mulberry. HEX triplet: B4, 52 and 9A. RGB value is (180,82,154). Sum of RGB (Red+Green+Blue) = 180+82+154=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4529A is #4BAD65. Grayscale: #777777. Windows color (decimal): -4959590 or 10113716. OLE color: 10113716.
HSL color Cylindrical-coordinate representation of color #B4529A: hue angle of 315.92º 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 #B4529A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 154 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.29 |
| HSL | 315.92º | 0.4% | 0.51% | - |
| HSV(B) | 315.92º | 0.54% | 0.71% | - |
| XYZ | 27.67 | 18.07 | 32.6 | - |
| YUV | 119.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 154 | 0 | 0.54 | 0.14 | 0.29 | 315.92 | 0.4 | 0.51 |
| Hex | B4 | 52 | 9A | 0 | 36 | E | 1D | 13C | 28 | 33 |
| Octal | 264 | 122 | 232 | 0 | 66 | 16 | 35 | 474 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10011010 | 0 | 110110 | 1110 | 11101 | 100111100 | 101000 | 110011 |
Color Harmonies of #B4529A
Complementary color
Monochromatic Colors of #B4529A
Black with #B4529A
Text Example
Text Example
White with #B4529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4529A; }
p { color: rgb(180,82,154); }
H1.HeaderClassName
{
color: #B4529A;
}
.AnyTagClassName
{
color: #B4529A;
}
</style>
background-color css
<style>
a { background-color: #B4529A; }
a { background-color: rgb(180,82,154); }
div.DivClassName
{
background-color: #B4529A;
}
.BgClassName
{
background-color: #B4529A;
}
</style>
border-color css
<style>
span { border-color: #B4529A; }
span { border-color: rgb(180,82,154); }
td.TdClassName
{
border-color: #B4529A;
}
.TagClassName
{
border-color: #B4529A;
}
</style>