Shades of Mulberry #B54896
Tints of Mulberry #B54896
RGB
CMYK
RGB Variations
Color information
#B54896 (or 0xB54896) is known color: Mulberry. HEX triplet: B5, 48 and 96. RGB value is (181,72,150). Sum of RGB (Red+Green+Blue) = 181+72+150=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B54896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54896 is #4AB769. Grayscale: #717171. Windows color (decimal): -4896618 or 9849013. OLE color: 9849013.
HSL color Cylindrical-coordinate representation of color #B54896: hue angle of 317.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54896 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 150 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.29 |
| HSL | 317.06º | 0.43% | 0.5% | - |
| HSV(B) | 317.06º | 0.6% | 0.71% | - |
| XYZ | 26.88 | 16.66 | 30.65 | - |
| YUV | 113.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 150 | 0 | 0.60 | 0.17 | 0.29 | 317.06 | 0.43 | 0.5 |
| Hex | B5 | 48 | 96 | 0 | 3C | 11 | 1D | 13D | 2B | 32 |
| Octal | 265 | 110 | 226 | 0 | 74 | 21 | 35 | 475 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10010110 | 0 | 111100 | 10001 | 11101 | 100111101 | 101011 | 110010 |
Color Harmonies of #B54896
Complementary color
Monochromatic Colors of #B54896
Black with #B54896
Text Example
Text Example
White with #B54896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54896; }
p { color: rgb(181,72,150); }
H1.HeaderClassName
{
color: #B54896;
}
.AnyTagClassName
{
color: #B54896;
}
</style>
background-color css
<style>
a { background-color: #B54896; }
a { background-color: rgb(181,72,150); }
div.DivClassName
{
background-color: #B54896;
}
.BgClassName
{
background-color: #B54896;
}
</style>
border-color css
<style>
span { border-color: #B54896; }
span { border-color: rgb(181,72,150); }
td.TdClassName
{
border-color: #B54896;
}
.TagClassName
{
border-color: #B54896;
}
</style>