#B1568A

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

Shades of Mulberry #B1568A

Tints of Mulberry #B1568A

Color information

#B1568A (or 0xB1568A) is unknown color: approx Mulberry. HEX triplet: B1, 56 and 8A. RGB value is (177,86,138). Sum of RGB (Red+Green+Blue) = 177+86+138=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1568A is #4EA975. Grayscale: #777777. Windows color (decimal): -5155190 or 9066161. OLE color: 9066161.

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

Color convert

RGB17786138-
CMYK00.510.220.31
HSL325.71º36.84%51.57%-
HSV(B)325.71º51.41%69.41%-
XYZ26.0517.8426.11-
YUV119.14138.65169.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=44.14%
G=21.45%
B=34.41%

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
Decimal1778613800.510.220.31325.7136.8451.57
HexB1568A033161F1462534
Octal26112621206326375064564
Binary1011000110101101000101001100111011011111101000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1568A; }

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

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

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

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

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

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

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

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