COLOR #B34185

HEX: #B34185
RGB: (179,65,133)

Color info

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

RGB color model

#B34185 color RGB value is (179,65,133).

  • red value is 179;
  • green value is 65;
  • blue value is 133.
RGB:
(179,65,133)
(70%,25%,52%)

RGB channels and saturation

R 179 of 255 = 70%
G 65 of 255 = 25%
B 133 of 255 = 52%

179
65
133

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

Portions of RGB colors in percentages

R + G + B =
179 + 65 + 133 = 377 (100%)
R 179 of 377 ~ 47.48%
G 65 of 377 ~ 17.24%
B 133 of 377 ~ 35.28%

%47.48
%17.24
%35.28

CMYK color model

#B34185 color CMYK value is (0,64,26,30).

  • cyan value is 0.00%
  • magenta value is 63.69%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(0,64,26,30)
C0M64Y26K30 
(0%,64%,26%,30%)
(0.00/0.64/0.26/0.30)	

CMYK percentages

%0
%63.69
%25.7
%29.8

Codes

Color #B34185 in popluar color models

B34185
RGB17965133
HSL324°46.72%47.84%
HSB/HSV324°63.69%70.20%
CMYK0.00%63.69%25.70%
29.80%

Color #B34185 in popluar number systems.

HEXB34185
Decimal17965133
Binary10110011100000110000101
Octal263101205

Shades and tints

Shades of #B34185

#B34185
(179,65,133)
#A33C79
(163,60,121)
#93376D
(147,55,109)
#833261
(131,50,97)
#732D55
(115,45,85)
#632849
(99,40,73)
#53233D
(83,35,61)
#431E31
(67,30,49)
#331925
(51,25,37)
#231419
(35,20,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #B34185

#B34185
(179,65,133)
#B95290
(185,82,144)
#BF639B
(191,99,155)
#C574A6
(197,116,166)
#CB85B1
(203,133,177)
#D196BC
(209,150,188)
#D7A7C7
(215,167,199)
#DDB8D2
(221,184,210)
#E3C9DD
(227,201,221)
#E9DAE8
(233,218,232)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B34185 color. Also use rgb(179,65,133) instead hex code.

Text Font Color

.myTextColor { color: #B34185; }

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

This text font color is #B34185.


Background Color

.myBgColor { background-color: #B34185; }

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

This div background color is #B34185.


Border color

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

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

This div border color is #B34185.


Opacity

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

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

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

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

This text has shadow with #B34185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B34185 on black background.


Color preview on white background

This text has color #B34185 on white background.



Black color preview on #B34185 background

This text has black color on #B34185 background.


White color preview on #B34185 background

This text has white color on #B34185 background.