Shades of Mulberry #B54784
Tints of Mulberry #B54784
RGB
CMYK
RGB Variations
Color information
#B54784 (or 0xB54784) is known color: Mulberry. HEX triplet: B5, 47 and 84. RGB value is (181,71,132). Sum of RGB (Red+Green+Blue) = 181+71+132=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B54784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54784 is #4AB87B. Grayscale: #6E6E6E. Windows color (decimal): -4896892 or 8669109. OLE color: 8669109.
HSL color Cylindrical-coordinate representation of color #B54784: hue angle of 326.73º 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 #B54784 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 132 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.29 |
| HSL | 326.73º | 0.44% | 0.49% | - |
| HSV(B) | 326.73º | 0.61% | 0.71% | - |
| XYZ | 25.47 | 16 | 23.57 | - |
| YUV | 110.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 132 | 0 | 0.61 | 0.27 | 0.29 | 326.73 | 0.44 | 0.49 |
| Hex | B5 | 47 | 84 | 0 | 3D | 1B | 1D | 147 | 2C | 31 |
| Octal | 265 | 107 | 204 | 0 | 75 | 33 | 35 | 507 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10000100 | 0 | 111101 | 11011 | 11101 | 101000111 | 101100 | 110001 |
Color Harmonies of #B54784
Complementary color
Monochromatic Colors of #B54784
Black with #B54784
Text Example
Text Example
White with #B54784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54784; }
p { color: rgb(181,71,132); }
H1.HeaderClassName
{
color: #B54784;
}
.AnyTagClassName
{
color: #B54784;
}
</style>
background-color css
<style>
a { background-color: #B54784; }
a { background-color: rgb(181,71,132); }
div.DivClassName
{
background-color: #B54784;
}
.BgClassName
{
background-color: #B54784;
}
</style>
border-color css
<style>
span { border-color: #B54784; }
span { border-color: rgb(181,71,132); }
td.TdClassName
{
border-color: #B54784;
}
.TagClassName
{
border-color: #B54784;
}
</style>