Shades of Mulberry #B5488C
Tints of Mulberry #B5488C
RGB
CMYK
RGB Variations
Color information
#B5488C (or 0xB5488C) is known color: Mulberry. HEX triplet: B5, 48 and 8C. RGB value is (181,72,140). Sum of RGB (Red+Green+Blue) = 181+72+140=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5488C is #4AB773. Grayscale: #707070. Windows color (decimal): -4896628 or 9193653. OLE color: 9193653.
HSL color Cylindrical-coordinate representation of color #B5488C: hue angle of 322.57º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5488C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 140 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.29 |
| HSL | 322.57º | 0.43% | 0.5% | - |
| HSV(B) | 322.57º | 0.6% | 0.71% | - |
| XYZ | 26.11 | 16.35 | 26.59 | - |
| YUV | 112.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 140 | 0 | 0.60 | 0.23 | 0.29 | 322.57 | 0.43 | 0.5 |
| Hex | B5 | 48 | 8C | 0 | 3C | 17 | 1D | 143 | 2B | 32 |
| Octal | 265 | 110 | 214 | 0 | 74 | 27 | 35 | 503 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10001100 | 0 | 111100 | 10111 | 11101 | 101000011 | 101011 | 110010 |
Color Harmonies of #B5488C
Complementary color
Monochromatic Colors of #B5488C
Black with #B5488C
Text Example
Text Example
White with #B5488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5488C; }
p { color: rgb(181,72,140); }
H1.HeaderClassName
{
color: #B5488C;
}
.AnyTagClassName
{
color: #B5488C;
}
</style>
background-color css
<style>
a { background-color: #B5488C; }
a { background-color: rgb(181,72,140); }
div.DivClassName
{
background-color: #B5488C;
}
.BgClassName
{
background-color: #B5488C;
}
</style>
border-color css
<style>
span { border-color: #B5488C; }
span { border-color: rgb(181,72,140); }
td.TdClassName
{
border-color: #B5488C;
}
.TagClassName
{
border-color: #B5488C;
}
</style>