#B54590

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

Shades of Mulberry #B54590

Tints of Mulberry #B54590

Color information

#B54590 (or 0xB54590) is unknown color: approx Mulberry. HEX triplet: B5, 45 and 90. RGB value is (181,69,144). Sum of RGB (Red+Green+Blue) = 181+69+144=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B54590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54590 is #4ABA6F. Grayscale: #6E6E6E. Windows color (decimal): -4897392 or 9455029. OLE color: 9455029.

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

Color convert

RGB18169144-
CMYK00.620.200.29
HSL319.82º44.8%49.02%-
HSV(B)319.82º61.88%70.98%-
XYZ26.2216.0928.11-
YUV111.04146.61177.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=45.94%
G=17.51%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816914400.620.200.29319.8244.849.02
HexB5459003E141D1402d31
Octal26510522007624355005561
Binary1011010110001011001000001111101010011101101000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54590; }

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

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

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

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

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

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

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

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