#B2578C

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

Shades of Mulberry #B2578C

Tints of Mulberry #B2578C

Color information

#B2578C (or 0xB2578C) is unknown color: approx Mulberry. HEX triplet: B2, 57 and 8C. RGB value is (178,87,140). Sum of RGB (Red+Green+Blue) = 178+87+140=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2578C is #4DA873. Grayscale: #787878. Windows color (decimal): -5089396 or 9197490. OLE color: 9197490.

HSL color Cylindrical-coordinate representation of color #B2578C: hue angle of 325.05º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2578C is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17887140-
CMYK00.510.210.30
HSL325.05º37.14%51.96%-
HSV(B)325.05º51.12%69.8%-
XYZ26.518.1726.92-
YUV120.25139.15169.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=43.95%
G=21.48%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788714000.510.210.30325.0537.1451.96
HexB2578C033151E1452534
Octal26212721406325365054564
Binary1011001010101111000110001100111010111110101000101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2578C; }

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

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

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

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

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

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

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

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