Shades of Mulberry #B5489C
Tints of Mulberry #B5489C
RGB
CMYK
RGB Variations
Color information
#B5489C (or 0xB5489C) is known color: Mulberry. HEX triplet: B5, 48 and 9C. RGB value is (181,72,156). Sum of RGB (Red+Green+Blue) = 181+72+156=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5489C is #4AB763. Grayscale: #717171. Windows color (decimal): -4896612 or 10242229. OLE color: 10242229.
HSL color Cylindrical-coordinate representation of color #B5489C: hue angle of 313.76º 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 #B5489C is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 156 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.29 |
| HSL | 313.76º | 0.43% | 0.5% | - |
| HSV(B) | 313.76º | 0.6% | 0.71% | - |
| XYZ | 27.37 | 16.86 | 33.26 | - |
| YUV | 114.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 156 | 0 | 0.60 | 0.14 | 0.29 | 313.76 | 0.43 | 0.5 |
| Hex | B5 | 48 | 9C | 0 | 3C | E | 1D | 13A | 2B | 32 |
| Octal | 265 | 110 | 234 | 0 | 74 | 16 | 35 | 472 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10011100 | 0 | 111100 | 1110 | 11101 | 100111010 | 101011 | 110010 |
Color Harmonies of #B5489C
Complementary color
Monochromatic Colors of #B5489C
Black with #B5489C
Text Example
Text Example
White with #B5489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5489C; }
p { color: rgb(181,72,156); }
H1.HeaderClassName
{
color: #B5489C;
}
.AnyTagClassName
{
color: #B5489C;
}
</style>
background-color css
<style>
a { background-color: #B5489C; }
a { background-color: rgb(181,72,156); }
div.DivClassName
{
background-color: #B5489C;
}
.BgClassName
{
background-color: #B5489C;
}
</style>
border-color css
<style>
span { border-color: #B5489C; }
span { border-color: rgb(181,72,156); }
td.TdClassName
{
border-color: #B5489C;
}
.TagClassName
{
border-color: #B5489C;
}
</style>