#B54C88

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

Shades of Mulberry #B54C88

Tints of Mulberry #B54C88

Color information

#B54C88 (or 0xB54C88) is unknown color: approx Mulberry. HEX triplet: B5, 4C and 88. RGB value is (181,76,136). Sum of RGB (Red+Green+Blue) = 181+76+136=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54C88 is #4AB377. Grayscale: #727272. Windows color (decimal): -4895608 or 8932533. OLE color: 8932533.

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

Color convert

RGB18176136-
CMYK00.580.250.29
HSL325.71º41.5%50.39%-
HSV(B)325.71º58.01%70.98%-
XYZ26.0816.7725.15-
YUV114.24140.29175.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=46.06%
G=19.34%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817613600.580.250.29325.7141.550.39
HexB54C8803A191D1462a32
Octal26511421007231355065262
Binary1011010110011001000100001110101100111101101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C88; }

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

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

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

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

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

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

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

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