Shades of Mulberry #B5488D
Tints of Mulberry #B5488D
RGB
CMYK
RGB Variations
Color information
#B5488D (or 0xB5488D) is known color: Mulberry. HEX triplet: B5, 48 and 8D. RGB value is (181,72,141). Sum of RGB (Red+Green+Blue) = 181+72+141=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488D is #4AB772. Grayscale: #707070. Windows color (decimal): -4896627 or 9259189. OLE color: 9259189.
HSL color Cylindrical-coordinate representation of color #B5488D: hue angle of 322.02º 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 #B5488D is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 141 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.29 |
| HSL | 322.02º | 0.43% | 0.5% | - |
| HSV(B) | 322.02º | 0.6% | 0.71% | - |
| XYZ | 26.18 | 16.38 | 26.98 | - |
| YUV | 112.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 141 | 0 | 0.60 | 0.22 | 0.29 | 322.02 | 0.43 | 0.5 |
| Hex | B5 | 48 | 8D | 0 | 3C | 16 | 1D | 142 | 2B | 32 |
| Octal | 265 | 110 | 215 | 0 | 74 | 26 | 35 | 502 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10001101 | 0 | 111100 | 10110 | 11101 | 101000010 | 101011 | 110010 |
Color Harmonies of #B5488D
Complementary color
Monochromatic Colors of #B5488D
Black with #B5488D
Text Example
Text Example
White with #B5488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5488D; }
p { color: rgb(181,72,141); }
H1.HeaderClassName
{
color: #B5488D;
}
.AnyTagClassName
{
color: #B5488D;
}
</style>
background-color css
<style>
a { background-color: #B5488D; }
a { background-color: rgb(181,72,141); }
div.DivClassName
{
background-color: #B5488D;
}
.BgClassName
{
background-color: #B5488D;
}
</style>
border-color css
<style>
span { border-color: #B5488D; }
span { border-color: rgb(181,72,141); }
td.TdClassName
{
border-color: #B5488D;
}
.TagClassName
{
border-color: #B5488D;
}
</style>