Shades of Mulberry #B8549B
Tints of Mulberry #B8549B
RGB
CMYK
RGB Variations
Color information
#B8549B (or 0xB8549B) is known color: Mulberry. HEX triplet: B8, 54 and 9B. RGB value is (184,84,155). Sum of RGB (Red+Green+Blue) = 184+84+155=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8549B is #47AB64. Grayscale: #797979. Windows color (decimal): -4696933 or 10179768. OLE color: 10179768.
HSL color Cylindrical-coordinate representation of color #B8549B: hue angle of 317.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8549B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 155 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.28 |
| HSL | 317.4º | 0.41% | 0.53% | - |
| HSV(B) | 317.4º | 0.54% | 0.72% | - |
| XYZ | 28.85 | 18.9 | 33.14 | - |
| YUV | 121.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 155 | 0 | 0.54 | 0.16 | 0.28 | 317.4 | 0.41 | 0.53 |
| Hex | B8 | 54 | 9B | 0 | 36 | 10 | 1C | 13D | 29 | 35 |
| Octal | 270 | 124 | 233 | 0 | 66 | 20 | 34 | 475 | 51 | 65 |
| Binary | 10111000 | 1010100 | 10011011 | 0 | 110110 | 10000 | 11100 | 100111101 | 101001 | 110101 |
Color Harmonies of #B8549B
Complementary color
Monochromatic Colors of #B8549B
Black with #B8549B
Text Example
Text Example
White with #B8549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8549B; }
p { color: rgb(184,84,155); }
H1.HeaderClassName
{
color: #B8549B;
}
.AnyTagClassName
{
color: #B8549B;
}
</style>
background-color css
<style>
a { background-color: #B8549B; }
a { background-color: rgb(184,84,155); }
div.DivClassName
{
background-color: #B8549B;
}
.BgClassName
{
background-color: #B8549B;
}
</style>
border-color css
<style>
span { border-color: #B8549B; }
span { border-color: rgb(184,84,155); }
td.TdClassName
{
border-color: #B8549B;
}
.TagClassName
{
border-color: #B8549B;
}
</style>