#B1578A

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

Shades of Mulberry #B1578A

Tints of Mulberry #B1578A

Color information

#B1578A (or 0xB1578A) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 8A. RGB value is (177,87,138). Sum of RGB (Red+Green+Blue) = 177+87+138=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578A is #4EA875. Grayscale: #777777. Windows color (decimal): -5154934 or 9066417. OLE color: 9066417.

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

Color convert

RGB17787138-
CMYK00.510.220.31
HSL326º36.59%51.76%-
HSV(B)326º50.85%69.41%-
XYZ26.131826.14-
YUV119.72138.32168.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=44.03%
G=21.64%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778713800.510.220.3132636.5951.76
HexB1578A033161F1462534
Octal26112721206326375064564
Binary1011000110101111000101001100111011011111101000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1578A; }

 p { color: rgb(177,87,138); }

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

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

 a { background-color: rgb(177,87,138); }

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

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

 span { border-color: rgb(177,87,138); }

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