COLOR #B44D96

HEX: #B44D96 RGB: (180,77,150)

Color info

#B44D96 contains mainly red and blue colors. Web safe color of #B44D96 is #CC3399 (or #C39).

RGB color model

#B44D96 color RGB value is (180,77,150).

RGB: (180,77,150) (71%, 30%, 59%)

RGB channels and saturation

R 180 of 255 = 71%
G 77 of 255 = 30%
B 150 of 255 = 59%

180
77
150

R + G + B ~ 53%. #B44D96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 180 + 77 + 150 = 407 (100%)
R 180 of 407 ~ 44.23%
G 77 of 407 ~ 18.92%
B 150 of 407 ~ 36.86'%

%44.23
%18.92
%36.86

CMYK color model

#B44D96 color CMYK value is (0,57,17,29).

  • cyan value is 0.00%
  • magenta value is 57.22%
  • yellow value is 16.67%
  • key color value is 29.41%

CMYK: (0,57,17,29)
C0M57Y17K29 (0%, 57%, 17%, 29%)
(0.00 / 0.57 / 0.17 / 0.29)

CMYK percentages

%0
%57.22
%16.67
%29.41

Codes

Color #B44D96 in popluar color models

B4 4D 96
RGB 180 77 150
HSL 317° 40.71% 50.39%
HSB/HSV 317° 57.22% 70.59%
CMYK 0.00% 57.22% 16.67%
29.41%

Color #B44D96 in popluar number systems.

HEX B4 4D 96
Decimal 180 77 150
Binary 10110100 1001101 10010110
Octal 264 115 226

Shades and tints

Shades of #B44D96

#B44D96
(180,77,150)
#A44689
(164,70,137)
#943F7C
(148,63,124)
#84386F
(132,56,111)
#743162
(116,49,98)
#642A55
(100,42,85)
#542348
(84,35,72)
#441C3B
(68,28,59)
#34152E
(52,21,46)
#240E21
(36,14,33)
#140714
(20,7,20)
#000000
(0,0,0)

Tints of #B44D96

#B44D96
(180,77,150)
#BA5D9F
(186,93,159)
#C06DA8
(192,109,168)
#C67DB1
(198,125,177)
#CC8DBA
(204,141,186)
#D29DC3
(210,157,195)
#D8ADCC
(216,173,204)
#DEBDD5
(222,189,213)
#E4CDDE
(228,205,222)
#EADDE7
(234,221,231)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B44D96 color. Also use rgb(180,77,150) instead hex code.

Text Font Color

.myTextColor { color: #B44D96; }

<p style="color:#B44D96">This sample text font color is #B44D96.</p>

This text font color is #B44D96.

Background Color

.myBgColor { background-color: #B44D96; }

<div style="background-color:#B44D96">Inner text</div>

This div background color is #B44D96.

Border color

.myBorderColor { border: 1px solid #B44D96; }

<div style="border:3px solid #B44D96">Div</div>

This div border color is #B44D96.

Opacity

.myOpacity80 { color: #B44D96; opacity: 0.8; }

<p style="color:#B44D96;opacity:0.8;">80%</p>

Text with #B44D96 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B44D96;}

<p style="text-shadow: 3px 3px 1px #B44D96">Text here.</p>

This text has shadow with #B44D96 color.


.textShadow {text-shadow: 3px 3px 1px #B44D96', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B44D96, 5px 5px 20px red">Text here.</p>

This text has shadow with #B44D96 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B44D96, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B44D96, Direction=45, Strength=4)">Text</p>

This text has shadow with #B44D96 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B44D96;
-webkit-box-shadow: 1px 1px 3px 2px #B44D96;
box-shadow: 1px 1px 3px 2px #B44D96;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B44D96; -webkit-box-shadow: 1px 1px 3px 2px #B44D96; box-shadow:1px 1px 3px 2px #B44D96;">
Div content here
</div>

This div box has shadow with color #B44D96.

Preview

Color preview on black background

This text has color #B44D96 on black background.


Color preview on white background

This text has color #B44D96 on white background.


Black color preview on #B44D96 background

This text has black color on #B44D96 background.


White color preview on #B44D96 background

This text has white color on #B44D96 background.


Related colors

Complementary color

Complementary color for #hex is #4BB269.


I love getcolorcode.com

Triadic colors

1 #96B44D and #4D96B4 with #B44D96 are triadic colors.

2 #964DB4 and #4DB496 with #B44D96 are triadic colors.