#B54984

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

Shades of Mulberry #B54984

Tints of Mulberry #B54984

Color information

#B54984 (or 0xB54984) is unknown color: approx Mulberry. HEX triplet: B5, 49 and 84. RGB value is (181,73,132). Sum of RGB (Red+Green+Blue) = 181+73+132=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B54984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54984 is #4AB67B. Grayscale: #6F6F6F. Windows color (decimal): -4896380 or 8669621. OLE color: 8669621.

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

Color convert

RGB18173132-
CMYK00.600.270.29
HSL327.22º42.52%49.8%-
HSV(B)327.22º59.67%70.98%-
XYZ25.616.2523.62-
YUV112.02139.28177.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=46.89%
G=18.91%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817313200.600.270.29327.2242.5249.8
HexB5498403C1B1D1472b32
Octal26511120407433355075362
Binary1011010110010011000010001111001101111101101000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54984; }

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

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

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

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

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

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

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

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