#B54A87

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

Shades of Mulberry #B54A87

Tints of Mulberry #B54A87

Color information

#B54A87 (or 0xB54A87) is unknown color: approx Mulberry. HEX triplet: B5, 4A and 87. RGB value is (181,74,135). Sum of RGB (Red+Green+Blue) = 181+74+135=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54A87 is #4AB578. Grayscale: #707070. Windows color (decimal): -4896121 or 8866485. OLE color: 8866485.

HSL color Cylindrical-coordinate representation of color #B54A87: hue angle of 325.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A87 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18174135-
CMYK00.590.250.29
HSL325.79º41.96%50%-
HSV(B)325.79º59.12%70.98%-
XYZ25.8816.4724.74-
YUV112.95140.45176.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 135 (53.12% from 255) = 34.62%
R=46.41%
G=18.97%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817413500.590.250.29325.7941.9650
HexB54A8703B191D1462a32
Octal26511220707331355065262
Binary1011010110010101000011101110111100111101101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A87; }

 p { color: rgb(181,74,135); }

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

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

 a { background-color: rgb(181,74,135); }

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

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

 span { border-color: rgb(181,74,135); }

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