Shades of Mulberry #B54D8E
Tints of Mulberry #B54D8E
RGB
CMYK
RGB Variations
Color information
#B54D8E (or 0xB54D8E) is known color: Mulberry. HEX triplet: B5, 4D and 8E. RGB value is (181,77,142). Sum of RGB (Red+Green+Blue) = 181+77+142=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8E is #4AB271. Grayscale: #737373. Windows color (decimal): -4895346 or 9326005. OLE color: 9326005.
HSL color Cylindrical-coordinate representation of color #B54D8E: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D8E is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 142 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.29 |
| HSL | 322.5º | 0.41% | 0.51% | - |
| HSV(B) | 322.5º | 0.57% | 0.71% | - |
| XYZ | 26.59 | 17.08 | 27.49 | - |
| YUV | 115.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 142 | 0 | 0.57 | 0.22 | 0.29 | 322.5 | 0.41 | 0.51 |
| Hex | B5 | 4D | 8E | 0 | 39 | 16 | 1D | 142 | 29 | 33 |
| Octal | 265 | 115 | 216 | 0 | 71 | 26 | 35 | 502 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10001110 | 0 | 111001 | 10110 | 11101 | 101000010 | 101001 | 110011 |
Color Harmonies of #B54D8E
Complementary color
Monochromatic Colors of #B54D8E
Black with #B54D8E
Text Example
Text Example
White with #B54D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D8E; }
p { color: rgb(181,77,142); }
H1.HeaderClassName
{
color: #B54D8E;
}
.AnyTagClassName
{
color: #B54D8E;
}
</style>
background-color css
<style>
a { background-color: #B54D8E; }
a { background-color: rgb(181,77,142); }
div.DivClassName
{
background-color: #B54D8E;
}
.BgClassName
{
background-color: #B54D8E;
}
</style>
border-color css
<style>
span { border-color: #B54D8E; }
span { border-color: rgb(181,77,142); }
td.TdClassName
{
border-color: #B54D8E;
}
.TagClassName
{
border-color: #B54D8E;
}
</style>