#b4588c

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

Shades of Mulberry #B4588C

Tints of Mulberry #B4588C

Color information

#B4588C (or 0xB4588C) is unknown color: approx Mulberry. HEX triplet: B4, 58 and 8C. RGB value is (180,88,140). Sum of RGB (Red+Green+Blue) = 180+88+140=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4588C is #4BA773. Grayscale: #797979. Windows color (decimal): -4958068 or 9197748. OLE color: 9197748.

HSL color Cylindrical-coordinate representation of color #B4588C: hue angle of 326.09º degrees, saturation: 0.38, 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 #B4588C is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18088140-
CMYK00.510.220.29
HSL326.09º38.02%52.55%-
HSV(B)326.09º51.11%70.59%-
XYZ27.0518.5826.97-
YUV121.44138.48169.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=44.12%
G=21.57%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808814000.510.220.29326.0938.0252.55
HexB4588C033161D1462635
Octal26413021406326355064665
Binary1011010010110001000110001100111011011101101000110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4588c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4588c; }

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

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

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

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

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

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

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

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