#B44B90

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

Shades of Mulberry #B44B90

Tints of Mulberry #B44B90

Color information

#B44B90 (or 0xB44B90) is unknown color: approx Mulberry. HEX triplet: B4, 4B and 90. RGB value is (180,75,144). Sum of RGB (Red+Green+Blue) = 180+75+144=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44B90 is #4BB46F. Grayscale: #727272. Windows color (decimal): -4961392 or 9456564. OLE color: 9456564.

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

Color convert

RGB18075144-
CMYK00.580.20.29
HSL320.57º41.18%50%-
HSV(B)320.57º58.33%70.59%-
XYZ26.3716.7528.23-
YUV114.26144.79174.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 75 (29.69% from 255) = 18.80%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=45.11%
G=18.80%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807514400.580.20.29320.5741.1850
HexB44B9003A141D1412932
Octal26411322007224355015162
Binary1011010010010111001000001110101010011101101000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B90; }

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

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

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

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

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

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

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

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