#B1578B

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

Shades of Mulberry #B1578B

Tints of Mulberry #B1578B

Color information

#B1578B (or 0xB1578B) is unknown color: approx Mulberry. HEX triplet: B1, 57 and 8B. RGB value is (177,87,139). Sum of RGB (Red+Green+Blue) = 177+87+139=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1578B is #4EA874. Grayscale: #777777. Windows color (decimal): -5154933 or 9131953. OLE color: 9131953.

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

Color convert

RGB17787139-
CMYK00.510.210.31
HSL325.33º36.59%51.76%-
HSV(B)325.33º50.85%69.41%-
XYZ26.218.0326.52-
YUV119.84138.82168.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=43.92%
G=21.59%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778713900.510.210.31325.3336.5951.76
HexB1578B033151F1452534
Octal26112721306325375054564
Binary1011000110101111000101101100111010111111101000101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1578B; }

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

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

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

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

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

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

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

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