#B44895

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

Shades of Mulberry #B44895

Tints of Mulberry #B44895

Color information

#B44895 (or 0xB44895) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 95. RGB value is (180,72,149). Sum of RGB (Red+Green+Blue) = 180+72+149=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B44895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44895 is #4BB76A. Grayscale: #707070. Windows color (decimal): -4962155 or 9783476. OLE color: 9783476.

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

Color convert

RGB18072149-
CMYK00.600.170.29
HSL317.22º42.86%49.41%-
HSV(B)317.22º60%70.59%-
XYZ26.5616.5130.22-
YUV113.07148.28175.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=44.89%
G=17.96%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807214900.600.170.29317.2242.8649.41
HexB4489503C111D13d2b31
Octal26411022507421354755361
Binary1011010010010001001010101111001000111101100111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44895; }

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

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

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

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

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

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

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

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