Shades of Mulberry #B5489E
Tints of Mulberry #B5489E
RGB
CMYK
RGB Variations
Color information
#B5489E (or 0xB5489E) is known color: Mulberry. HEX triplet: B5, 48 and 9E. RGB value is (181,72,158). Sum of RGB (Red+Green+Blue) = 181+72+158=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5489E is #4AB761. Grayscale: #727272. Windows color (decimal): -4896610 or 10373301. OLE color: 10373301.
HSL color Cylindrical-coordinate representation of color #B5489E: hue angle of 312.66º 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 #B5489E is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 158 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.29 |
| HSL | 312.66º | 0.43% | 0.5% | - |
| HSV(B) | 312.66º | 0.6% | 0.71% | - |
| XYZ | 27.54 | 16.93 | 34.16 | - |
| YUV | 114.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 158 | 0 | 0.60 | 0.13 | 0.29 | 312.66 | 0.43 | 0.5 |
| Hex | B5 | 48 | 9E | 0 | 3C | D | 1D | 139 | 2B | 32 |
| Octal | 265 | 110 | 236 | 0 | 74 | 15 | 35 | 471 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10011110 | 0 | 111100 | 1101 | 11101 | 100111001 | 101011 | 110010 |
Color Harmonies of #B5489E
Complementary color
Monochromatic Colors of #B5489E
Black with #B5489E
Text Example
Text Example
White with #B5489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5489E; }
p { color: rgb(181,72,158); }
H1.HeaderClassName
{
color: #B5489E;
}
.AnyTagClassName
{
color: #B5489E;
}
</style>
background-color css
<style>
a { background-color: #B5489E; }
a { background-color: rgb(181,72,158); }
div.DivClassName
{
background-color: #B5489E;
}
.BgClassName
{
background-color: #B5489E;
}
</style>
border-color css
<style>
span { border-color: #B5489E; }
span { border-color: rgb(181,72,158); }
td.TdClassName
{
border-color: #B5489E;
}
.TagClassName
{
border-color: #B5489E;
}
</style>