#B55489

Color #B55489 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B55489

Tints of Mulberry #B55489

Color information

#B55489 (or 0xB55489) is unknown color: approx Mulberry. HEX triplet: B5, 54 and 89. RGB value is (181,84,137). Sum of RGB (Red+Green+Blue) = 181+84+137=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B55489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55489 is #4AAB76. Grayscale: #767676. Windows color (decimal): -4893559 or 9000117. OLE color: 9000117.

HSL color Cylindrical-coordinate representation of color #B55489: hue angle of 327.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55489 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18184137-
CMYK00.540.240.29
HSL327.22º39.59%51.96%-
HSV(B)327.22º53.59%70.98%-
XYZ26.7417.9725.73-
YUV119.04138.14172.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 137 (53.91% from 255) = 34.08%
R=45.02%
G=20.90%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818413700.540.240.29327.2239.5951.96
HexB55489036181D1472834
Octal26512421106630355075064
Binary1011010110101001000100101101101100011101101000111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55489; }

 p { color: rgb(181,84,137); }

 H1.HeaderClassName
 {
   color: #B55489;
 }
 .AnyTagClassName
 {
   color: #B55489;
 }
</style>
background-color css

<style>
 a { background-color: #B55489; }

 a { background-color: rgb(181,84,137); }

 div.DivClassName
 {
   background-color: #B55489;
 }
 .BgClassName
 {
   background-color: #B55489;
 }
</style>
border-color css

<style>
 span { border-color: #B55489; }

 span { border-color: rgb(181,84,137); }

 td.TdClassName
 {
   border-color: #B55489;
 }
 .TagClassName
 {
   border-color: #B55489;
 }
</style>