#B44894

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

Shades of Mulberry #B44894

Tints of Mulberry #B44894

Color information

#B44894 (or 0xB44894) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 94. RGB value is (180,72,148). Sum of RGB (Red+Green+Blue) = 180+72+148=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B44894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44894 is #4BB76B. Grayscale: #707070. Windows color (decimal): -4962156 or 9717940. OLE color: 9717940.

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

Color convert

RGB18072148-
CMYK00.600.180.29
HSL317.78º42.86%49.41%-
HSV(B)317.78º60%70.59%-
XYZ26.4916.4829.8-
YUV112.96147.78175.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 148 (58.20% from 255) = 37%
R=45%
G=18%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807214800.600.180.29317.7842.8649.41
HexB4489403C121D13e2b31
Octal26411022407422354765361
Binary1011010010010001001010001111001001011101100111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44894; }

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

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

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

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

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

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

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

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