#B44899

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

Shades of Mulberry #B44899

Tints of Mulberry #B44899

Color information

#B44899 (or 0xB44899) is unknown color: approx Mulberry. HEX triplet: B4, 48 and 99. RGB value is (180,72,153). Sum of RGB (Red+Green+Blue) = 180+72+153=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B44899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44899 is #4BB766. Grayscale: #717171. Windows color (decimal): -4962151 or 10045620. OLE color: 10045620.

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

Color convert

RGB18072153-
CMYK00.600.150.29
HSL315º42.86%49.41%-
HSV(B)315º60%70.59%-
XYZ26.8916.6431.93-
YUV113.53150.28175.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=44.44%
G=17.78%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807215300.600.150.2931542.8649.41
HexB4489903CF1D13b2b31
Octal26411023107417354735361
Binary101101001001000100110010111100111111101100111011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44899; }

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

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

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

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

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

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

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

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