#B54582

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

Shades of Mulberry #B54582

Tints of Mulberry #B54582

Color information

#B54582 (or 0xB54582) is unknown color: approx Mulberry. HEX triplet: B5, 45 and 82. RGB value is (181,69,130). Sum of RGB (Red+Green+Blue) = 181+69+130=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B54582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54582 is #4ABA7D. Grayscale: #6D6D6D. Windows color (decimal): -4897406 or 8537525. OLE color: 8537525.

HSL color Cylindrical-coordinate representation of color #B54582: hue angle of 327.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54582 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18169130-
CMYK00.620.280.29
HSL327.32º44.8%49.02%-
HSV(B)327.32º61.88%70.98%-
XYZ25.2115.6922.82-
YUV109.44139.61179.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=47.63%
G=18.16%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816913000.620.280.29327.3244.849.02
HexB5458203E1C1D1472d31
Octal26510520207634355075561
Binary1011010110001011000001001111101110011101101000111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54582; }

 p { color: rgb(181,69,130); }

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

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

 a { background-color: rgb(181,69,130); }

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

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

 span { border-color: rgb(181,69,130); }

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