#B44D9E

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

Shades of Mulberry #B44D9E

Tints of Mulberry #B44D9E

Color information

#B44D9E (or 0xB44D9E) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 9E. RGB value is (180,77,158). Sum of RGB (Red+Green+Blue) = 180+77+158=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D9E is #4BB261. Grayscale: #747474. Windows color (decimal): -4960866 or 10374580. OLE color: 10374580.

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

Color convert

RGB18077158-
CMYK00.570.120.29
HSL312.82º40.71%50.39%-
HSV(B)312.82º57.22%70.59%-
XYZ27.6517.4834.26-
YUV117.03151.12172.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=43.37%
G=18.55%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807715800.570.120.29312.8240.7150.39
HexB44D9E039C1D1392932
Octal26411523607114354715162
Binary101101001001101100111100111001110011101100111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D9E; }

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

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

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

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

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

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

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

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