Shades of Mulberry #B54799
Tints of Mulberry #B54799
RGB
CMYK
RGB Variations
Color information
#B54799 (or 0xB54799) is known color: Mulberry. HEX triplet: B5, 47 and 99. RGB value is (181,71,153). Sum of RGB (Red+Green+Blue) = 181+71+153=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B54799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54799 is #4AB866. Grayscale: #717171. Windows color (decimal): -4896871 or 10045365. OLE color: 10045365.
HSL color Cylindrical-coordinate representation of color #B54799: hue angle of 315.27º 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 #B54799 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 153 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.29 |
| HSL | 315.27º | 0.44% | 0.49% | - |
| HSV(B) | 315.27º | 0.61% | 0.71% | - |
| XYZ | 27.06 | 16.63 | 31.92 | - |
| YUV | 113.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 153 | 0 | 0.61 | 0.15 | 0.29 | 315.27 | 0.44 | 0.49 |
| Hex | B5 | 47 | 99 | 0 | 3D | F | 1D | 13B | 2C | 31 |
| Octal | 265 | 107 | 231 | 0 | 75 | 17 | 35 | 473 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10011001 | 0 | 111101 | 1111 | 11101 | 100111011 | 101100 | 110001 |
Color Harmonies of #B54799
Complementary color
Monochromatic Colors of #B54799
Black with #B54799
Text Example
Text Example
White with #B54799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54799; }
p { color: rgb(181,71,153); }
H1.HeaderClassName
{
color: #B54799;
}
.AnyTagClassName
{
color: #B54799;
}
</style>
background-color css
<style>
a { background-color: #B54799; }
a { background-color: rgb(181,71,153); }
div.DivClassName
{
background-color: #B54799;
}
.BgClassName
{
background-color: #B54799;
}
</style>
border-color css
<style>
span { border-color: #B54799; }
span { border-color: rgb(181,71,153); }
td.TdClassName
{
border-color: #B54799;
}
.TagClassName
{
border-color: #B54799;
}
</style>