#B1578F

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

Shades of Mulberry #B1578F

Tints of Mulberry #B1578F

Color information

#B1578F (or 0xB1578F) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 8F. RGB value is (177,87,143). Sum of RGB (Red+Green+Blue) = 177+87+143=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578F is #4EA870. Grayscale: #787878. Windows color (decimal): -5154929 or 9394097. OLE color: 9394097.

HSL color Cylindrical-coordinate representation of color #B1578F: hue angle of 322.67º 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 #B1578F is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17787143-
CMYK00.510.190.31
HSL322.67º36.59%51.76%-
HSV(B)322.67º50.85%69.41%-
XYZ26.518.1528.09-
YUV120.29140.82168.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=43.49%
G=21.38%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778714300.510.190.31322.6736.5951.76
HexB1578F033131F1432534
Octal26112721706323375034564
Binary1011000110101111000111101100111001111111101000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1578F; }

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

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

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

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

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

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

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

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