#B44C87

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

Shades of Mulberry #B44C87

Tints of Mulberry #B44C87

Color information

#B44C87 (or 0xB44C87) is unknown color: approx Mulberry. HEX triplet: B4, 4C and 87. RGB value is (180,76,135). Sum of RGB (Red+Green+Blue) = 180+76+135=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44C87 is #4BB378. Grayscale: #717171. Windows color (decimal): -4961145 or 8866996. OLE color: 8866996.

HSL color Cylindrical-coordinate representation of color #B44C87: hue angle of 325.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44C87 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18076135-
CMYK00.580.250.29
HSL325.96º40.94%50.2%-
HSV(B)325.96º57.78%70.59%-
XYZ25.7816.6224.77-
YUV113.82139.96175.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=46.04%
G=19.44%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807613500.580.250.29325.9640.9450.2
HexB44C8703A191D1462932
Octal26411420707231355065162
Binary1011010010011001000011101110101100111101101000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C87; }

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

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

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

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

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

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

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

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