Shades of Mulberry #B4528A
Tints of Mulberry #B4528A
RGB
CMYK
RGB Variations
Color information
#B4528A (or 0xB4528A) is known color: Mulberry. HEX triplet: B4, 52 and 8A. RGB value is (180,82,138). Sum of RGB (Red+Green+Blue) = 180+82+138=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4528A is #4BAD75. Grayscale: #757575. Windows color (decimal): -4959606 or 9065140. OLE color: 9065140.
HSL color Cylindrical-coordinate representation of color #B4528A: hue angle of 325.71º 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 #B4528A is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 138 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 325.71º | 0.4% | 0.51% | - |
| HSV(B) | 325.71º | 0.54% | 0.71% | - |
| XYZ | 26.43 | 17.57 | 26.04 | - |
| YUV | 117.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 138 | 0 | 0.54 | 0.23 | 0.29 | 325.71 | 0.4 | 0.51 |
| Hex | B4 | 52 | 8A | 0 | 36 | 17 | 1D | 146 | 28 | 33 |
| Octal | 264 | 122 | 212 | 0 | 66 | 27 | 35 | 506 | 50 | 63 |
| Binary | 10110100 | 1010010 | 10001010 | 0 | 110110 | 10111 | 11101 | 101000110 | 101000 | 110011 |
Color Harmonies of #B4528A
Complementary color
Monochromatic Colors of #B4528A
Black with #B4528A
Text Example
Text Example
White with #B4528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4528A; }
p { color: rgb(180,82,138); }
H1.HeaderClassName
{
color: #B4528A;
}
.AnyTagClassName
{
color: #B4528A;
}
</style>
background-color css
<style>
a { background-color: #B4528A; }
a { background-color: rgb(180,82,138); }
div.DivClassName
{
background-color: #B4528A;
}
.BgClassName
{
background-color: #B4528A;
}
</style>
border-color css
<style>
span { border-color: #B4528A; }
span { border-color: rgb(180,82,138); }
td.TdClassName
{
border-color: #B4528A;
}
.TagClassName
{
border-color: #B4528A;
}
</style>