#B44D9A

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

Shades of Mulberry #B44D9A

Tints of Mulberry #B44D9A

Color information

#B44D9A (or 0xB44D9A) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 9A. RGB value is (180,77,154). Sum of RGB (Red+Green+Blue) = 180+77+154=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D9A is #4BB265. Grayscale: #747474. Windows color (decimal): -4960870 or 10112436. OLE color: 10112436.

HSL color Cylindrical-coordinate representation of color #B44D9A: hue angle of 315.15º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D9A is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18077154-
CMYK00.570.140.29
HSL315.15º40.71%50.39%-
HSV(B)315.15º57.22%70.59%-
XYZ27.3117.3432.48-
YUV116.58149.12173.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=43.80%
G=18.73%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807715400.570.140.29315.1540.7150.39
HexB44D9A039E1D13b2932
Octal26411523207116354735162
Binary101101001001101100110100111001111011101100111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D9A; }

 p { color: rgb(180,77,154); }

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

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

 a { background-color: rgb(180,77,154); }

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

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

 span { border-color: rgb(180,77,154); }

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