#B54996

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

Shades of Mulberry #B54996

Tints of Mulberry #B54996

Color information

#B54996 (or 0xB54996) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 96. RGB value is (181,73,150). Sum of RGB (Red+Green+Blue) = 181+73+150=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B54996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54996 is #4AB669. Grayscale: #717171. Windows color (decimal): -4896362 or 9849269. OLE color: 9849269.

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

Color convert

RGB18173150-
CMYK00.600.170.29
HSL317.22º42.52%49.8%-
HSV(B)317.22º59.67%70.98%-
XYZ26.9416.7930.68-
YUV114.07148.28175.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=44.80%
G=18.07%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817315000.600.170.29317.2242.5249.8
HexB5499603C111D13d2b32
Octal26511122607421354755362
Binary1011010110010011001011001111001000111101100111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54996; }

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

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

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

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

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

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

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

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