#B54B87

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

Shades of Mulberry #B54B87

Tints of Mulberry #B54B87

Color information

#B54B87 (or 0xB54B87) is unknown color: approx Mulberry. HEX triplet: B5, 4B and 87. RGB value is (181,75,135). Sum of RGB (Red+Green+Blue) = 181+75+135=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54B87 is #4AB478. Grayscale: #717171. Windows color (decimal): -4895865 or 8866741. OLE color: 8866741.

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

Color convert

RGB18175135-
CMYK00.590.250.29
HSL326.04º41.73%50.2%-
HSV(B)326.04º58.56%70.98%-
XYZ25.9516.6124.76-
YUV113.53140.12176.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=46.29%
G=19.18%
B=34.53%

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
Decimal1817513500.590.250.29326.0441.7350.2
HexB54B8703B191D1462a32
Octal26511320707331355065262
Binary1011010110010111000011101110111100111101101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B87; }

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

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

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

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

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

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

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

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