Shades of Mulberry #B5549B
Tints of Mulberry #B5549B
RGB
CMYK
RGB Variations
Color information
#B5549B (or 0xB5549B) is known color: Mulberry. HEX triplet: B5, 54 and 9B. RGB value is (181,84,155). Sum of RGB (Red+Green+Blue) = 181+84+155=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5549B is #4AAB64. Grayscale: #787878. Windows color (decimal): -4893541 or 10179765. OLE color: 10179765.
HSL color Cylindrical-coordinate representation of color #B5549B: hue angle of 316.08º degrees, saturation: 0.4, 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 #B5549B is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 155 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.29 |
| HSL | 316.08º | 0.4% | 0.52% | - |
| HSV(B) | 316.08º | 0.54% | 0.71% | - |
| XYZ | 28.14 | 18.53 | 33.1 | - |
| YUV | 121.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 155 | 0 | 0.54 | 0.14 | 0.29 | 316.08 | 0.4 | 0.52 |
| Hex | B5 | 54 | 9B | 0 | 36 | E | 1D | 13C | 28 | 34 |
| Octal | 265 | 124 | 233 | 0 | 66 | 16 | 35 | 474 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10011011 | 0 | 110110 | 1110 | 11101 | 100111100 | 101000 | 110100 |
Color Harmonies of #B5549B
Complementary color
Monochromatic Colors of #B5549B
Black with #B5549B
Text Example
Text Example
White with #B5549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5549B; }
p { color: rgb(181,84,155); }
H1.HeaderClassName
{
color: #B5549B;
}
.AnyTagClassName
{
color: #B5549B;
}
</style>
background-color css
<style>
a { background-color: #B5549B; }
a { background-color: rgb(181,84,155); }
div.DivClassName
{
background-color: #B5549B;
}
.BgClassName
{
background-color: #B5549B;
}
</style>
border-color css
<style>
span { border-color: #B5549B; }
span { border-color: rgb(181,84,155); }
td.TdClassName
{
border-color: #B5549B;
}
.TagClassName
{
border-color: #B5549B;
}
</style>