#B54D89

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

Shades of Mulberry #B54D89

Tints of Mulberry #B54D89

Color information

#B54D89 (or 0xB54D89) is unknown color: approx Mulberry. HEX triplet: B5, 4D and 89. RGB value is (181,77,137). Sum of RGB (Red+Green+Blue) = 181+77+137=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54D89 is #4AB276. Grayscale: #727272. Windows color (decimal): -4895351 or 8998325. OLE color: 8998325.

HSL color Cylindrical-coordinate representation of color #B54D89: hue angle of 325.38º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D89 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18177137-
CMYK00.570.240.29
HSL325.38º41.27%50.59%-
HSV(B)325.38º57.46%70.98%-
XYZ26.2316.9425.55-
YUV114.94140.46175.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=45.82%
G=19.49%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817713700.570.240.29325.3841.2750.59
HexB54D89039181D1452933
Octal26511521107130355055163
Binary1011010110011011000100101110011100011101101000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D89; }

 p { color: rgb(181,77,137); }

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

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

 a { background-color: rgb(181,77,137); }

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

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

 span { border-color: rgb(181,77,137); }

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