Shades of Mulberry #B54789
Tints of Mulberry #B54789
RGB
CMYK
RGB Variations
Color information
#B54789 (or 0xB54789) is known color: Mulberry. HEX triplet: B5, 47 and 89. RGB value is (181,71,137). Sum of RGB (Red+Green+Blue) = 181+71+137=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B54789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54789 is #4AB876. Grayscale: #6F6F6F. Windows color (decimal): -4896887 or 8996789. OLE color: 8996789.
HSL color Cylindrical-coordinate representation of color #B54789: hue angle of 324º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54789 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 137 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.29 |
| HSL | 324º | 0.44% | 0.49% | - |
| HSV(B) | 324º | 0.61% | 0.71% | - |
| XYZ | 25.82 | 16.14 | 25.42 | - |
| YUV | 111.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 137 | 0 | 0.61 | 0.24 | 0.29 | 324 | 0.44 | 0.49 |
| Hex | B5 | 47 | 89 | 0 | 3D | 18 | 1D | 144 | 2C | 31 |
| Octal | 265 | 107 | 211 | 0 | 75 | 30 | 35 | 504 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10001001 | 0 | 111101 | 11000 | 11101 | 101000100 | 101100 | 110001 |
Color Harmonies of #B54789
Complementary color
Monochromatic Colors of #B54789
Black with #B54789
Text Example
Text Example
White with #B54789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54789; }
p { color: rgb(181,71,137); }
H1.HeaderClassName
{
color: #B54789;
}
.AnyTagClassName
{
color: #B54789;
}
</style>
background-color css
<style>
a { background-color: #B54789; }
a { background-color: rgb(181,71,137); }
div.DivClassName
{
background-color: #B54789;
}
.BgClassName
{
background-color: #B54789;
}
</style>
border-color css
<style>
span { border-color: #B54789; }
span { border-color: rgb(181,71,137); }
td.TdClassName
{
border-color: #B54789;
}
.TagClassName
{
border-color: #B54789;
}
</style>