Shades of Mulberry #B5478E
Tints of Mulberry #B5478E
RGB
CMYK
RGB Variations
Color information
#B5478E (or 0xB5478E) is known color: Mulberry. HEX triplet: B5, 47 and 8E. RGB value is (181,71,142). Sum of RGB (Red+Green+Blue) = 181+71+142=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5478E is #4AB871. Grayscale: #6F6F6F. Windows color (decimal): -4896882 or 9324469. OLE color: 9324469.
HSL color Cylindrical-coordinate representation of color #B5478E: hue angle of 321.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 #B5478E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 142 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.29 |
| HSL | 321.27º | 0.44% | 0.49% | - |
| HSV(B) | 321.27º | 0.61% | 0.71% | - |
| XYZ | 26.19 | 16.28 | 27.35 | - |
| YUV | 111.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 142 | 0 | 0.61 | 0.22 | 0.29 | 321.27 | 0.44 | 0.49 |
| Hex | B5 | 47 | 8E | 0 | 3D | 16 | 1D | 141 | 2C | 31 |
| Octal | 265 | 107 | 216 | 0 | 75 | 26 | 35 | 501 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10001110 | 0 | 111101 | 10110 | 11101 | 101000001 | 101100 | 110001 |
Color Harmonies of #B5478E
Complementary color
Monochromatic Colors of #B5478E
Black with #B5478E
Text Example
Text Example
White with #B5478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5478E; }
p { color: rgb(181,71,142); }
H1.HeaderClassName
{
color: #B5478E;
}
.AnyTagClassName
{
color: #B5478E;
}
</style>
background-color css
<style>
a { background-color: #B5478E; }
a { background-color: rgb(181,71,142); }
div.DivClassName
{
background-color: #B5478E;
}
.BgClassName
{
background-color: #B5478E;
}
</style>
border-color css
<style>
span { border-color: #B5478E; }
span { border-color: rgb(181,71,142); }
td.TdClassName
{
border-color: #B5478E;
}
.TagClassName
{
border-color: #B5478E;
}
</style>