#B44D93

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

Shades of Mulberry #B44D93

Tints of Mulberry #B44D93

Color information

#B44D93 (or 0xB44D93) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 93. RGB value is (180,77,147). Sum of RGB (Red+Green+Blue) = 180+77+147=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D93 is #4BB26C. Grayscale: #737373. Windows color (decimal): -4960877 or 9653684. OLE color: 9653684.

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

Color convert

RGB18077147-
CMYK00.570.180.29
HSL319.22º40.71%50.39%-
HSV(B)319.22º57.22%70.59%-
XYZ26.7417.1229.5-
YUV115.78145.62173.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=44.55%
G=19.06%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807714700.570.180.29319.2240.7150.39
HexB44D93039121D13f2932
Octal26411522307122354775162
Binary1011010010011011001001101110011001011101100111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D93; }

 p { color: rgb(180,77,147); }

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

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

 a { background-color: rgb(180,77,147); }

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

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

 span { border-color: rgb(180,77,147); }

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