#B5588C

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

Shades of Mulberry #B5588C

Tints of Mulberry #B5588C

Color information

#B5588C (or 0xB5588C) is unknown color: approx Mulberry. HEX triplet: B5, 58 and 8C. RGB value is (181,88,140). Sum of RGB (Red+Green+Blue) = 181+88+140=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5588C is #4AA773. Grayscale: #797979. Windows color (decimal): -4892532 or 9197749. OLE color: 9197749.

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

Color convert

RGB18188140-
CMYK00.510.230.29
HSL326.45º38.59%52.75%-
HSV(B)326.45º51.38%70.98%-
XYZ27.2818.726.98-
YUV121.74138.31170.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=44.25%
G=21.52%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818814000.510.230.29326.4538.5952.75
HexB5588C033171D1462735
Octal26513021406327355064765
Binary1011010110110001000110001100111011111101101000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5588C; }

 p { color: rgb(181,88,140); }

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

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

 a { background-color: rgb(181,88,140); }

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

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

 span { border-color: rgb(181,88,140); }

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