#B44D94

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

Shades of Mulberry #B44D94

Tints of Mulberry #B44D94

Color information

#B44D94 (or 0xB44D94) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 94. RGB value is (180,77,148). Sum of RGB (Red+Green+Blue) = 180+77+148=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D94 is #4BB26B. Grayscale: #737373. Windows color (decimal): -4960876 or 9719220. OLE color: 9719220.

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

Color convert

RGB18077148-
CMYK00.570.180.29
HSL318.64º40.71%50.39%-
HSV(B)318.64º57.22%70.59%-
XYZ26.8217.1529.91-
YUV115.89146.12173.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=44.44%
G=19.01%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807714800.570.180.29318.6440.7150.39
HexB44D94039121D13f2932
Octal26411522407122354775162
Binary1011010010011011001010001110011001011101100111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D94; }

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

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

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

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

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

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

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

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