#B54888

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

Shades of Mulberry #B54888

Tints of Mulberry #B54888

Color information

#B54888 (or 0xB54888) is unknown color: approx Mulberry. HEX triplet: B5, 48 and 88. RGB value is (181,72,136). Sum of RGB (Red+Green+Blue) = 181+72+136=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B54888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54888 is #4AB777. Grayscale: #6F6F6F. Windows color (decimal): -4896632 or 8931509. OLE color: 8931509.

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

Color convert

RGB18172136-
CMYK00.600.250.29
HSL324.77º43.08%49.61%-
HSV(B)324.77º60.22%70.98%-
XYZ25.8216.2425.07-
YUV111.89141.61177.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 136 (53.52% from 255) = 34.96%
R=46.53%
G=18.51%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817213600.600.250.29324.7743.0849.61
HexB5488803C191D1452b32
Octal26511021007431355055362
Binary1011010110010001000100001111001100111101101000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54888; }

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

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

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

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

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

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

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

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