COLOR #B14E87

HEX: #B14E87
RGB: (177,78,135)

Color info

#B14E87 contains mainly red and blue colors. Web safe color of #B14E87 is #996699 (or #969).

RGB color model

#B14E87 color RGB value is (177,78,135).

  • red value is 177;
  • green value is 78;
  • blue value is 135.
RGB:
(177,78,135)
(69%,31%,53%)

RGB channels and saturation

R 177 of 255 = 69%
G 78 of 255 = 31%
B 135 of 255 = 53%

177
78
135

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

Portions of RGB colors in percentages

R + G + B =
177 + 78 + 135 = 390 (100%)
R 177 of 390 ~ 45.38%
G 78 of 390 ~ 20%
B 135 of 390 ~ 34.62%

%45.38
%20
%34.62

CMYK color model

#B14E87 color CMYK value is (0,56,24,31).

  • cyan value is 0.00%
  • magenta value is 55.93%
  • yellow value is 23.73%
  • key color value is 30.59%
CMYK:
(0,56,24,31)
C0M56Y24K31 
(0%,56%,24%,31%)
(0.00/0.56/0.24/0.31)	

CMYK percentages

%0
%55.93
%23.73
%30.59

Codes

Color #B14E87 in popluar color models

B14E87
RGB17778135
HSL325°38.82%50.00%
HSB/HSV325°55.93%69.41%
CMYK0.00%55.93%23.73%
30.59%

Color #B14E87 in popluar number systems.

HEXB14E87
Decimal17778135
Binary10110001100111010000111
Octal261116207

Shades and tints

Shades of #B14E87

#B14E87
(177,78,135)
#A1477B
(161,71,123)
#91406F
(145,64,111)
#813963
(129,57,99)
#713257
(113,50,87)
#612B4B
(97,43,75)
#51243F
(81,36,63)
#411D33
(65,29,51)
#311627
(49,22,39)
#210F1B
(33,15,27)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #B14E87

#B14E87
(177,78,135)
#B85E91
(184,94,145)
#BF6E9B
(191,110,155)
#C67EA5
(198,126,165)
#CD8EAF
(205,142,175)
#D49EB9
(212,158,185)
#DBAEC3
(219,174,195)
#E2BECD
(226,190,205)
#E9CED7
(233,206,215)
#F0DEE1
(240,222,225)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14E87 color. Also use rgb(177,78,135) instead hex code.

Text Font Color

.myTextColor { color: #B14E87; }

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

This text font color is #B14E87.


Background Color

.myBgColor { background-color: #B14E87; }

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

This div background color is #B14E87.


Border color

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

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

This div border color is #B14E87.


Opacity

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

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

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

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

This text has shadow with #B14E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14E87 on black background.


Color preview on white background

This text has color #B14E87 on white background.



Black color preview on #B14E87 background

This text has black color on #B14E87 background.


White color preview on #B14E87 background

This text has white color on #B14E87 background.