#B1588F

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

Shades of Mulberry #B1588F

Tints of Mulberry #B1588F

Color information

#B1588F (or 0xB1588F) is unknown color: approx Mulberry. HEX triplet: B1, 58 and 8F. RGB value is (177,88,143). Sum of RGB (Red+Green+Blue) = 177+88+143=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1588F is #4EA770. Grayscale: #787878. Windows color (decimal): -5154673 or 9394353. OLE color: 9394353.

HSL color Cylindrical-coordinate representation of color #B1588F: hue angle of 322.92º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1588F is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17788143-
CMYK00.500.190.31
HSL322.92º36.33%51.96%-
HSV(B)322.92º50.28%69.41%-
XYZ26.5818.3128.12-
YUV120.88140.49168.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=43.38%
G=21.57%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778814300.500.190.31322.9236.3351.96
HexB1588F032131F1432434
Octal26113021706223375034464
Binary1011000110110001000111101100101001111111101000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1588F; }

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

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

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

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

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

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

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

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