#B54987

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

Shades of Mulberry #B54987

Tints of Mulberry #B54987

Color information

#B54987 (or 0xB54987) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 87. RGB value is (181,73,135). Sum of RGB (Red+Green+Blue) = 181+73+135=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B54987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54987 is #4AB678. Grayscale: #707070. Windows color (decimal): -4896377 or 8866229. OLE color: 8866229.

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

Color convert

RGB18173135-
CMYK00.600.250.29
HSL325.56º42.52%49.8%-
HSV(B)325.56º59.67%70.98%-
XYZ25.8116.3424.71-
YUV112.36140.78176.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=46.53%
G=18.77%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817313500.600.250.29325.5642.5249.8
HexB5498703C191D1462b32
Octal26511120707431355065362
Binary1011010110010011000011101111001100111101101000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54987; }

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

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

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

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

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

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

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

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