#B44886

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

Shades of Mulberry #B44886

Tints of Mulberry #B44886

Color information

#B44886 (or 0xB44886) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 86. RGB value is (180,72,134). Sum of RGB (Red+Green+Blue) = 180+72+134=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B44886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44886 is #4BB779. Grayscale: #6F6F6F. Windows color (decimal): -4962170 or 8800436. OLE color: 8800436.

HSL color Cylindrical-coordinate representation of color #B44886: hue angle of 325.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44886 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18072134-
CMYK00.600.260.29
HSL325.56º42.86%49.41%-
HSV(B)325.56º60%70.59%-
XYZ25.4416.0624.31-
YUV111.36140.78176.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 72 (28.52% from 255) = 18.65%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=46.63%
G=18.65%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807213400.600.260.29325.5642.8649.41
HexB4488603C1A1D1462b31
Octal26411020607432355065361
Binary1011010010010001000011001111001101011101101000110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44886; }

 p { color: rgb(180,72,134); }

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

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

 a { background-color: rgb(180,72,134); }

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

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

 span { border-color: rgb(180,72,134); }

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