Shades of Mulberry #B54D8B
Tints of Mulberry #B54D8B
RGB
CMYK
RGB Variations
Color information
#B54D8B (or 0xB54D8B) is known color: Mulberry. HEX triplet: B5, 4D and 8B. RGB value is (181,77,139). Sum of RGB (Red+Green+Blue) = 181+77+139=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D8B is #4AB274. Grayscale: #737373. Windows color (decimal): -4895349 or 9129397. OLE color: 9129397.
HSL color Cylindrical-coordinate representation of color #B54D8B: hue angle of 324.23º 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 #B54D8B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 139 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.29 |
| HSL | 324.23º | 0.41% | 0.51% | - |
| HSV(B) | 324.23º | 0.57% | 0.71% | - |
| XYZ | 26.37 | 17 | 26.32 | - |
| YUV | 115.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 139 | 0 | 0.57 | 0.23 | 0.29 | 324.23 | 0.41 | 0.51 |
| Hex | B5 | 4D | 8B | 0 | 39 | 17 | 1D | 144 | 29 | 33 |
| Octal | 265 | 115 | 213 | 0 | 71 | 27 | 35 | 504 | 51 | 63 |
| Binary | 10110101 | 1001101 | 10001011 | 0 | 111001 | 10111 | 11101 | 101000100 | 101001 | 110011 |
Color Harmonies of #B54D8B
Complementary color
Monochromatic Colors of #B54D8B
Black with #B54D8B
Text Example
Text Example
White with #B54D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D8B; }
p { color: rgb(181,77,139); }
H1.HeaderClassName
{
color: #B54D8B;
}
.AnyTagClassName
{
color: #B54D8B;
}
</style>
background-color css
<style>
a { background-color: #B54D8B; }
a { background-color: rgb(181,77,139); }
div.DivClassName
{
background-color: #B54D8B;
}
.BgClassName
{
background-color: #B54D8B;
}
</style>
border-color css
<style>
span { border-color: #B54D8B; }
span { border-color: rgb(181,77,139); }
td.TdClassName
{
border-color: #B54D8B;
}
.TagClassName
{
border-color: #B54D8B;
}
</style>