COLOR #B34D80

HEX: #B34D80 RGB: (179,77,128)

Color info

#B34D80 contains mainly red and blue colors. Web safe color of #B34D80 is #993366 (or #936).

RGB color model

#B34D80 color RGB value is (179,77,128).

RGB: (179,77,128) (70%, 30%, 50%)

RGB channels and saturation

R 179 of 255 = 70%
G 77 of 255 = 30%
B 128 of 255 = 50%

179
77
128

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

Portions of RGB colors in percentages

R + G + B = 179 + 77 + 128 = 384 (100%)
R 179 of 384 ~ 46.61%
G 77 of 384 ~ 20.05%
B 128 of 384 ~ 33.33'%

%46.61
%20.05
%33.33

CMYK color model

#B34D80 color CMYK value is (0,57,28,30).

  • cyan value is 0.00%
  • magenta value is 56.98%
  • yellow value is 28.49%
  • key color value is 29.80%
CMYK: (0,57,28,30) C0M57Y28K30 (0%,57%,28%,30%) (0.00/0.57/0.28/0.30) 

CMYK percentages

%0
%56.98
%28.49
%29.8

Codes

Color #B34D80 in popluar color models

B3 4D 80
RGB 179 77 128
HSL 330° 40.16% 50.20%
HSB/HSV 330° 56.98% 70.20%
CMYK 0.00% 56.98% 28.49%
29.80%

Color #B34D80 in popluar number systems.

HEX B3 4D 80
Decimal 179 77 128
Binary 10110011 1001101 10000000
Octal 263 115 200

Shades and tints

Shades of #B34D80

#B34D80
(179,77,128)
#A34675
(163,70,117)
#933F6A
(147,63,106)
#83385F
(131,56,95)
#733154
(115,49,84)
#632A49
(99,42,73)
#53233E
(83,35,62)
#431C33
(67,28,51)
#331528
(51,21,40)
#230E1D
(35,14,29)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #B34D80

#B34D80
(179,77,128)
#B95D8B
(185,93,139)
#BF6D96
(191,109,150)
#C57DA1
(197,125,161)
#CB8DAC
(203,141,172)
#D19DB7
(209,157,183)
#D7ADC2
(215,173,194)
#DDBDCD
(221,189,205)
#E3CDD8
(227,205,216)
#E9DDE3
(233,221,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34D80 color. Also use rgb(179,77,128) instead hex code.

Text Font Color

.myTextColor { color: #B34D80; }

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

This text font color is #B34D80.

Background Color

.myBgColor { background-color: #B34D80; }

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

This div background color is #B34D80.

Border color

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

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

This div border color is #B34D80.

Opacity

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

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

Text with #B34D80 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 #B34D80;}

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

This text has shadow with #B34D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B34D80.

Preview

Color preview on black background

This text has color #B34D80 on black background.


Color preview on white background

This text has color #B34D80 on white background.


Black color preview on #B34D80 background

This text has black color on #B34D80 background.


White color preview on #B34D80 background

This text has white color on #B34D80 background.


Related colors

Complementary color

Complementary color for #hex is #4CB27F.


I love getcolorcode.com

Triadic colors

1 #80B34D and #4D80B3 with #B34D80 are triadic colors.

2 #804DB3 and #4DB380 with #B34D80 are triadic colors.