#B54C86

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

Shades of Mulberry #B54C86

Tints of Mulberry #B54C86

Color information

#B54C86 (or 0xB54C86) is unknown color: approx Mulberry. HEX triplet: B5, 4C and 86. RGB value is (181,76,134). Sum of RGB (Red+Green+Blue) = 181+76+134=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C86 is #4AB379. Grayscale: #717171. Windows color (decimal): -4895610 or 8801461. OLE color: 8801461.

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

Color convert

RGB18176134-
CMYK00.580.260.29
HSL326.86º41.5%50.39%-
HSV(B)326.86º58.01%70.98%-
XYZ25.9416.7124.41-
YUV114.01139.29175.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=46.29%
G=19.44%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817613400.580.260.29326.8641.550.39
HexB54C8603A1A1D1472a32
Octal26511420607232355075262
Binary1011010110011001000011001110101101011101101000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C86; }

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

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

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

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

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

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

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

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