#B44887

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

Shades of Mulberry #B44887

Tints of Mulberry #B44887

Color information

#B44887 (or 0xB44887) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 87. RGB value is (180,72,135). Sum of RGB (Red+Green+Blue) = 180+72+135=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B44887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44887 is #4BB778. Grayscale: #6F6F6F. Windows color (decimal): -4962169 or 8865972. OLE color: 8865972.

HSL color Cylindrical-coordinate representation of color #B44887: hue angle of 325º 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 #B44887 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18072135-
CMYK00.600.250.29
HSL325º42.86%49.41%-
HSV(B)325º60%70.59%-
XYZ25.5116.0924.68-
YUV111.47141.28176.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=46.51%
G=18.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807213500.600.250.2932542.8649.41
HexB4488703C191D1452b31
Octal26411020707431355055361
Binary1011010010010001000011101111001100111101101000101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44887; }

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

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

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

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

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

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

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

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