#B54989

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

Shades of Mulberry #B54989

Tints of Mulberry #B54989

Color information

#B54989 (or 0xB54989) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 89. RGB value is (181,73,137). Sum of RGB (Red+Green+Blue) = 181+73+137=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B54989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54989 is #4AB676. Grayscale: #707070. Windows color (decimal): -4896375 or 8997301. OLE color: 8997301.

HSL color Cylindrical-coordinate representation of color #B54989: hue angle of 324.44º 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 #B54989 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18173137-
CMYK00.600.240.29
HSL324.44º42.52%49.8%-
HSV(B)324.44º59.67%70.98%-
XYZ25.9516.3925.46-
YUV112.59141.78176.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=46.29%
G=18.67%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817313700.600.240.29324.4442.5249.8
HexB5498903C181D1442b32
Octal26511121107430355045362
Binary1011010110010011000100101111001100011101101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54989; }

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

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

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

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

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

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

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

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