#B54886

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

Shades of Mulberry #B54886

Tints of Mulberry #B54886

Color information

#B54886 (or 0xB54886) is unknown color: approx Mulberry. HEX triplet: B5, 48 and 86. RGB value is (181,72,134). Sum of RGB (Red+Green+Blue) = 181+72+134=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B54886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54886 is #4AB779. Grayscale: #6F6F6F. Windows color (decimal): -4896634 or 8800437. OLE color: 8800437.

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

Color convert

RGB18172134-
CMYK00.600.260.29
HSL325.87º43.08%49.61%-
HSV(B)325.87º60.22%70.98%-
XYZ25.6816.1824.32-
YUV111.66140.61177.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=46.77%
G=18.60%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817213400.600.260.29325.8743.0849.61
HexB5488603C1A1D1462b32
Octal26511020607432355065362
Binary1011010110010001000011001111001101011101101000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54886; }

 p { color: rgb(181,72,134); }

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

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

 a { background-color: rgb(181,72,134); }

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

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

 span { border-color: rgb(181,72,134); }

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