COLOR #B34D8D

HEX: #B34D8D
RGB: (179,77,141)

Color info

#B34D8D contains mainly red and blue colors. Web safe color of #B34D8D is #993399 (or #939).

RGB color model

#B34D8D color RGB value is (179,77,141).

  • red value is 179;
  • green value is 77;
  • blue value is 141.
RGB:
(179,77,141)
(70%,30%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 77 of 255 = 30%
B 141 of 255 = 55%

179
77
141

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

Portions of RGB colors in percentages

R + G + B =
179 + 77 + 141 = 397 (100%)
R 179 of 397 ~ 45.09%
G 77 of 397 ~ 19.4%
B 141 of 397 ~ 35.52%

%45.09
%19.4
%35.52

CMYK color model

#B34D8D color CMYK value is (0,57,21,30).

  • cyan value is 0.00%
  • magenta value is 56.98%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(0,57,21,30)
C0M57Y21K30 
(0%,57%,21%,30%)
(0.00/0.57/0.21/0.30)	

CMYK percentages

%0
%56.98
%21.23
%29.8

Codes

Color #B34D8D in popluar color models

B34D8D
RGB17977141
HSL322°40.16%50.20%
HSB/HSV322°56.98%70.20%
CMYK0.00%56.98%21.23%
29.80%

Color #B34D8D in popluar number systems.

HEXB34D8D
Decimal17977141
Binary10110011100110110001101
Octal263115215

Shades and tints

Shades of #B34D8D

#B34D8D
(179,77,141)
#A34681
(163,70,129)
#933F75
(147,63,117)
#833869
(131,56,105)
#73315D
(115,49,93)
#632A51
(99,42,81)
#532345
(83,35,69)
#431C39
(67,28,57)
#33152D
(51,21,45)
#230E21
(35,14,33)
#130715
(19,7,21)
#000000
(0,0,0)

Tints of #B34D8D

#B34D8D
(179,77,141)
#B95D97
(185,93,151)
#BF6DA1
(191,109,161)
#C57DAB
(197,125,171)
#CB8DB5
(203,141,181)
#D19DBF
(209,157,191)
#D7ADC9
(215,173,201)
#DDBDD3
(221,189,211)
#E3CDDD
(227,205,221)
#E9DDE7
(233,221,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B34D8D; }

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

This text font color is #B34D8D.


Background Color

.myBgColor { background-color: #B34D8D; }

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

This div background color is #B34D8D.


Border color

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

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

This div border color is #B34D8D.


Opacity

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

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

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

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

This text has shadow with #B34D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34D8D on black background.


Color preview on white background

This text has color #B34D8D on white background.



Black color preview on #B34D8D background

This text has black color on #B34D8D background.


White color preview on #B34D8D background

This text has white color on #B34D8D background.