Shades of Mulberry #B54D8D
Tints of Mulberry #B54D8D
RGB
CMYK
RGB Variations
Color information
#B54D8D (or 0xB54D8D) is known color: Mulberry. HEX triplet: B5, 4D and 8D. RGB value is (181,77,141). Sum of RGB (Red+Green+Blue) = 181+77+141=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8D is #4AB272. Grayscale: #737373. Windows color (decimal): -4895347 or 9260469. OLE color: 9260469.
HSL color Cylindrical-coordinate representation of color #B54D8D: hue angle of 323.08º 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 #B54D8D is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 141 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.29 |
| HSL | 323.08º | 0.41% | 0.51% | - |
| HSV(B) | 323.08º | 0.57% | 0.71% | - |
| XYZ | 26.52 | 17.05 | 27.09 | - |
| YUV | 115.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 141 | 0 | 0.57 | 0.22 | 0.29 | 323.08 | 0.41 | 0.51 |
| Hex | B5 | 4D | 8D | 0 | 39 | 16 | 1D | 143 | 29 | 33 |
| Octal | 265 | 115 | 215 | 0 | 71 | 26 | 35 | 503 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10001101 | 0 | 111001 | 10110 | 11101 | 101000011 | 101001 | 110011 |
Color Harmonies of #B54D8D
Complementary color
Monochromatic Colors of #B54D8D
Black with #B54D8D
Text Example
Text Example
White with #B54D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D8D; }
p { color: rgb(181,77,141); }
H1.HeaderClassName
{
color: #B54D8D;
}
.AnyTagClassName
{
color: #B54D8D;
}
</style>
background-color css
<style>
a { background-color: #B54D8D; }
a { background-color: rgb(181,77,141); }
div.DivClassName
{
background-color: #B54D8D;
}
.BgClassName
{
background-color: #B54D8D;
}
</style>
border-color css
<style>
span { border-color: #B54D8D; }
span { border-color: rgb(181,77,141); }
td.TdClassName
{
border-color: #B54D8D;
}
.TagClassName
{
border-color: #B54D8D;
}
</style>