Shades of Mulberry #B54B91
Tints of Mulberry #B54B91
RGB
CMYK
RGB Variations
Color information
#B54B91 (or 0xB54B91) is known color: Mulberry. HEX triplet: B5, 4B and 91. RGB value is (181,75,145). Sum of RGB (Red+Green+Blue) = 181+75+145=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B91 is #4AB46E. Grayscale: #727272. Windows color (decimal): -4895855 or 9522101. OLE color: 9522101.
HSL color Cylindrical-coordinate representation of color #B54B91: hue angle of 320.38º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B91 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 75 | 145 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.29 |
| HSL | 320.38º | 0.42% | 0.5% | - |
| HSV(B) | 320.38º | 0.59% | 0.71% | - |
| XYZ | 26.68 | 16.9 | 28.64 | - |
| YUV | 114.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 145 | 0 | 0.59 | 0.20 | 0.29 | 320.38 | 0.42 | 0.5 |
| Hex | B5 | 4B | 91 | 0 | 3B | 14 | 1D | 140 | 2A | 32 |
| Octal | 265 | 113 | 221 | 0 | 73 | 24 | 35 | 500 | 52 | 62 |
| Binary | 10110101 | 1001011 | 10010001 | 0 | 111011 | 10100 | 11101 | 101000000 | 101010 | 110010 |
Color Harmonies of #B54B91
Complementary color
Monochromatic Colors of #B54B91
Black with #B54B91
Text Example
Text Example
White with #B54B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54B91; }
p { color: rgb(181,75,145); }
H1.HeaderClassName
{
color: #B54B91;
}
.AnyTagClassName
{
color: #B54B91;
}
</style>
background-color css
<style>
a { background-color: #B54B91; }
a { background-color: rgb(181,75,145); }
div.DivClassName
{
background-color: #B54B91;
}
.BgClassName
{
background-color: #B54B91;
}
</style>
border-color css
<style>
span { border-color: #B54B91; }
span { border-color: rgb(181,75,145); }
td.TdClassName
{
border-color: #B54B91;
}
.TagClassName
{
border-color: #B54B91;
}
</style>