#B44B95

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

Shades of Mulberry #B44B95

Tints of Mulberry #B44B95

Color information

#B44B95 (or 0xB44B95) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 95. RGB value is (180,75,149). Sum of RGB (Red+Green+Blue) = 180+75+149=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B95 is #4BB46A. Grayscale: #727272. Windows color (decimal): -4961387 or 9784244. OLE color: 9784244.

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

Color convert

RGB18075149-
CMYK00.580.170.29
HSL317.71º41.18%50%-
HSV(B)317.71º58.33%70.59%-
XYZ26.7616.9130.29-
YUV114.83147.29174.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=44.55%
G=18.56%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807514900.580.170.29317.7141.1850
HexB44B9503A111D13e2932
Octal26411322507221354765162
Binary1011010010010111001010101110101000111101100111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B95; }

 p { color: rgb(180,75,149); }

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

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

 a { background-color: rgb(180,75,149); }

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

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

 span { border-color: rgb(180,75,149); }

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