#B44D98

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

Shades of Mulberry #B44D98

Tints of Mulberry #B44D98

Color information

#B44D98 (or 0xB44D98) is unknown color: approx Mulberry. HEX triplet: B4, 4D and 98. RGB value is (180,77,152). Sum of RGB (Red+Green+Blue) = 180+77+152=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D98 is #4BB267. Grayscale: #747474. Windows color (decimal): -4960872 or 9981364. OLE color: 9981364.

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

Color convert

RGB18077152-
CMYK00.570.160.29
HSL316.31º40.71%50.39%-
HSV(B)316.31º57.22%70.59%-
XYZ27.1417.2831.61-
YUV116.35148.12173.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 77 (30.47% from 255) = 18.83%
BLUE value IS 152 (59.77% from 255) = 37.16%
R=44.01%
G=18.83%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807715200.570.160.29316.3140.7150.39
HexB44D98039101D13c2932
Octal26411523007120354745162
Binary1011010010011011001100001110011000011101100111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D98; }

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

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

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

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

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

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

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

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