Shades of Mulberry #B4549C
Tints of Mulberry #B4549C
RGB
CMYK
RGB Variations
Color information
#B4549C (or 0xB4549C) is known color: Mulberry. HEX triplet: B4, 54 and 9C. RGB value is (180,84,156). Sum of RGB (Red+Green+Blue) = 180+84+156=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4549C is #4BAB63. Grayscale: #787878. Windows color (decimal): -4959076 or 10245300. OLE color: 10245300.
HSL color Cylindrical-coordinate representation of color #B4549C: hue angle of 315º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4549C is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 156 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.29 |
| HSL | 315º | 0.39% | 0.52% | - |
| HSV(B) | 315º | 0.53% | 0.71% | - |
| XYZ | 27.99 | 18.44 | 33.54 | - |
| YUV | 120.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 156 | 0 | 0.53 | 0.13 | 0.29 | 315 | 0.39 | 0.52 |
| Hex | B4 | 54 | 9C | 0 | 35 | D | 1D | 13B | 27 | 34 |
| Octal | 264 | 124 | 234 | 0 | 65 | 15 | 35 | 473 | 47 | 64 |
| Binary | 10110100 | 1010100 | 10011100 | 0 | 110101 | 1101 | 11101 | 100111011 | 100111 | 110100 |
Color Harmonies of #B4549C
Complementary color
Monochromatic Colors of #B4549C
Black with #B4549C
Text Example
Text Example
White with #B4549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4549C; }
p { color: rgb(180,84,156); }
H1.HeaderClassName
{
color: #B4549C;
}
.AnyTagClassName
{
color: #B4549C;
}
</style>
background-color css
<style>
a { background-color: #B4549C; }
a { background-color: rgb(180,84,156); }
div.DivClassName
{
background-color: #B4549C;
}
.BgClassName
{
background-color: #B4549C;
}
</style>
border-color css
<style>
span { border-color: #B4549C; }
span { border-color: rgb(180,84,156); }
td.TdClassName
{
border-color: #B4549C;
}
.TagClassName
{
border-color: #B4549C;
}
</style>