Shades of Mulberry #B5548A
Tints of Mulberry #B5548A
RGB
CMYK
RGB Variations
Color information
#B5548A (or 0xB5548A) is known color: Mulberry. HEX triplet: B5, 54 and 8A. RGB value is (181,84,138). Sum of RGB (Red+Green+Blue) = 181+84+138=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5548A is #4AAB75. Grayscale: #777777. Windows color (decimal): -4893558 or 9065653. OLE color: 9065653.
HSL color Cylindrical-coordinate representation of color #B5548A: hue angle of 326.6º 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 #B5548A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 138 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.29 |
| HSL | 326.6º | 0.4% | 0.52% | - |
| HSV(B) | 326.6º | 0.54% | 0.71% | - |
| XYZ | 26.81 | 18 | 26.11 | - |
| YUV | 119.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 138 | 0 | 0.54 | 0.24 | 0.29 | 326.6 | 0.4 | 0.52 |
| Hex | B5 | 54 | 8A | 0 | 36 | 18 | 1D | 147 | 28 | 34 |
| Octal | 265 | 124 | 212 | 0 | 66 | 30 | 35 | 507 | 50 | 64 |
| Binary | 10110101 | 1010100 | 10001010 | 0 | 110110 | 11000 | 11101 | 101000111 | 101000 | 110100 |
Color Harmonies of #B5548A
Complementary color
Monochromatic Colors of #B5548A
Black with #B5548A
Text Example
Text Example
White with #B5548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5548A; }
p { color: rgb(181,84,138); }
H1.HeaderClassName
{
color: #B5548A;
}
.AnyTagClassName
{
color: #B5548A;
}
</style>
background-color css
<style>
a { background-color: #B5548A; }
a { background-color: rgb(181,84,138); }
div.DivClassName
{
background-color: #B5548A;
}
.BgClassName
{
background-color: #B5548A;
}
</style>
border-color css
<style>
span { border-color: #B5548A; }
span { border-color: rgb(181,84,138); }
td.TdClassName
{
border-color: #B5548A;
}
.TagClassName
{
border-color: #B5548A;
}
</style>