Shades of Mulberry #B4539C
Tints of Mulberry #B4539C
RGB
CMYK
RGB Variations
Color information
#B4539C (or 0xB4539C) is known color: Mulberry. HEX triplet: B4, 53 and 9C. RGB value is (180,83,156). Sum of RGB (Red+Green+Blue) = 180+83+156=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4539C is #4BAC63. Grayscale: #787878. Windows color (decimal): -4959332 or 10245044. OLE color: 10245044.
HSL color Cylindrical-coordinate representation of color #B4539C: hue angle of 314.85º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4539C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 156 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.29 |
| HSL | 314.85º | 0.39% | 0.52% | - |
| HSV(B) | 314.85º | 0.54% | 0.71% | - |
| XYZ | 27.92 | 18.29 | 33.51 | - |
| YUV | 120.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 156 | 0 | 0.54 | 0.13 | 0.29 | 314.85 | 0.39 | 0.52 |
| Hex | B4 | 53 | 9C | 0 | 36 | D | 1D | 13B | 27 | 34 |
| Octal | 264 | 123 | 234 | 0 | 66 | 15 | 35 | 473 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10011100 | 0 | 110110 | 1101 | 11101 | 100111011 | 100111 | 110100 |
Color Harmonies of #B4539C
Complementary color
Monochromatic Colors of #B4539C
Black with #B4539C
Text Example
Text Example
White with #B4539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4539C; }
p { color: rgb(180,83,156); }
H1.HeaderClassName
{
color: #B4539C;
}
.AnyTagClassName
{
color: #B4539C;
}
</style>
background-color css
<style>
a { background-color: #B4539C; }
a { background-color: rgb(180,83,156); }
div.DivClassName
{
background-color: #B4539C;
}
.BgClassName
{
background-color: #B4539C;
}
</style>
border-color css
<style>
span { border-color: #B4539C; }
span { border-color: rgb(180,83,156); }
td.TdClassName
{
border-color: #B4539C;
}
.TagClassName
{
border-color: #B4539C;
}
</style>