Shades of Mulberry #B5548B
Tints of Mulberry #B5548B
RGB
CMYK
RGB Variations
Color information
#B5548B (or 0xB5548B) is known color: Mulberry. HEX triplet: B5, 54 and 8B. RGB value is (181,84,139). Sum of RGB (Red+Green+Blue) = 181+84+139=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548B is #4AAB74. Grayscale: #777777. Windows color (decimal): -4893557 or 9131189. OLE color: 9131189.
HSL color Cylindrical-coordinate representation of color #B5548B: hue angle of 325.98º 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 #B5548B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 139 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.29 |
| HSL | 325.98º | 0.4% | 0.52% | - |
| HSV(B) | 325.98º | 0.54% | 0.71% | - |
| XYZ | 26.89 | 18.03 | 26.49 | - |
| YUV | 119.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 139 | 0 | 0.54 | 0.23 | 0.29 | 325.98 | 0.4 | 0.52 |
| Hex | B5 | 54 | 8B | 0 | 36 | 17 | 1D | 146 | 28 | 34 |
| Octal | 265 | 124 | 213 | 0 | 66 | 27 | 35 | 506 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10001011 | 0 | 110110 | 10111 | 11101 | 101000110 | 101000 | 110100 |
Color Harmonies of #B5548B
Complementary color
Monochromatic Colors of #B5548B
Black with #B5548B
Text Example
Text Example
White with #B5548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5548B; }
p { color: rgb(181,84,139); }
H1.HeaderClassName
{
color: #B5548B;
}
.AnyTagClassName
{
color: #B5548B;
}
</style>
background-color css
<style>
a { background-color: #B5548B; }
a { background-color: rgb(181,84,139); }
div.DivClassName
{
background-color: #B5548B;
}
.BgClassName
{
background-color: #B5548B;
}
</style>
border-color css
<style>
span { border-color: #B5548B; }
span { border-color: rgb(181,84,139); }
td.TdClassName
{
border-color: #B5548B;
}
.TagClassName
{
border-color: #B5548B;
}
</style>