Shades of Mulberry #B5489A
Tints of Mulberry #B5489A
RGB
CMYK
RGB Variations
Color information
#B5489A (or 0xB5489A) is known color: Mulberry. HEX triplet: B5, 48 and 9A. RGB value is (181,72,154). Sum of RGB (Red+Green+Blue) = 181+72+154=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5489A is #4AB765. Grayscale: #717171. Windows color (decimal): -4896614 or 10111157. OLE color: 10111157.
HSL color Cylindrical-coordinate representation of color #B5489A: hue angle of 314.86º 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 #B5489A is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 154 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.29 |
| HSL | 314.86º | 0.43% | 0.5% | - |
| HSV(B) | 314.86º | 0.6% | 0.71% | - |
| XYZ | 27.21 | 16.79 | 32.38 | - |
| YUV | 113.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 154 | 0 | 0.60 | 0.15 | 0.29 | 314.86 | 0.43 | 0.5 |
| Hex | B5 | 48 | 9A | 0 | 3C | F | 1D | 13B | 2B | 32 |
| Octal | 265 | 110 | 232 | 0 | 74 | 17 | 35 | 473 | 53 | 62 |
| Binary | 10110101 | 1001000 | 10011010 | 0 | 111100 | 1111 | 11101 | 100111011 | 101011 | 110010 |
Color Harmonies of #B5489A
Complementary color
Monochromatic Colors of #B5489A
Black with #B5489A
Text Example
Text Example
White with #B5489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5489A; }
p { color: rgb(181,72,154); }
H1.HeaderClassName
{
color: #B5489A;
}
.AnyTagClassName
{
color: #B5489A;
}
</style>
background-color css
<style>
a { background-color: #B5489A; }
a { background-color: rgb(181,72,154); }
div.DivClassName
{
background-color: #B5489A;
}
.BgClassName
{
background-color: #B5489A;
}
</style>
border-color css
<style>
span { border-color: #B5489A; }
span { border-color: rgb(181,72,154); }
td.TdClassName
{
border-color: #B5489A;
}
.TagClassName
{
border-color: #B5489A;
}
</style>