Shades of Mulberry #B5478C
Tints of Mulberry #B5478C
RGB
CMYK
RGB Variations
Color information
#B5478C (or 0xB5478C) is known color: Mulberry. HEX triplet: B5, 47 and 8C. RGB value is (181,71,140). Sum of RGB (Red+Green+Blue) = 181+71+140=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5478C is #4AB873. Grayscale: #6F6F6F. Windows color (decimal): -4896884 or 9193397. OLE color: 9193397.
HSL color Cylindrical-coordinate representation of color #B5478C: hue angle of 322.36º 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 #B5478C is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 140 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.29 |
| HSL | 322.36º | 0.44% | 0.49% | - |
| HSV(B) | 322.36º | 0.61% | 0.71% | - |
| XYZ | 26.04 | 16.22 | 26.57 | - |
| YUV | 111.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 140 | 0 | 0.61 | 0.23 | 0.29 | 322.36 | 0.44 | 0.49 |
| Hex | B5 | 47 | 8C | 0 | 3D | 17 | 1D | 142 | 2C | 31 |
| Octal | 265 | 107 | 214 | 0 | 75 | 27 | 35 | 502 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10001100 | 0 | 111101 | 10111 | 11101 | 101000010 | 101100 | 110001 |
Color Harmonies of #B5478C
Complementary color
Monochromatic Colors of #B5478C
Black with #B5478C
Text Example
Text Example
White with #B5478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5478C; }
p { color: rgb(181,71,140); }
H1.HeaderClassName
{
color: #B5478C;
}
.AnyTagClassName
{
color: #B5478C;
}
</style>
background-color css
<style>
a { background-color: #B5478C; }
a { background-color: rgb(181,71,140); }
div.DivClassName
{
background-color: #B5478C;
}
.BgClassName
{
background-color: #B5478C;
}
</style>
border-color css
<style>
span { border-color: #B5478C; }
span { border-color: rgb(181,71,140); }
td.TdClassName
{
border-color: #B5478C;
}
.TagClassName
{
border-color: #B5478C;
}
</style>