#B8578C

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

Shades of Mulberry #B8578C

Tints of Mulberry #B8578C

Color information

#B8578C (or 0xB8578C) is unknown color: approx Mulberry. HEX triplet: B8, 57 and 8C. RGB value is (184,87,140). Sum of RGB (Red+Green+Blue) = 184+87+140=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8578C is #47A873. Grayscale: #797979. Windows color (decimal): -4696180 or 9197496. OLE color: 9197496.

HSL color Cylindrical-coordinate representation of color #B8578C: hue angle of 327.22º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8578C is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18487140-
CMYK00.530.240.28
HSL327.22º40.59%53.14%-
HSV(B)327.22º52.72%72.16%-
XYZ27.9118.926.99-
YUV122.04138.14172.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=44.77%
G=21.17%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848714000.530.240.28327.2240.5953.14
HexB8578C035181C1472935
Octal27012721406530345075165
Binary1011100010101111000110001101011100011100101000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8578C; }

 p { color: rgb(184,87,140); }

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

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

 a { background-color: rgb(184,87,140); }

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

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

 span { border-color: rgb(184,87,140); }

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