COLOR #B17FB1

HEX: #B17FB1
RGB: (177,127,177)

Color info

#B17FB1 contains red, green and blue colors in about the same proportion. Web safe color of #B17FB1 is #996699 (or #969).

RGB color model

#B17FB1 color RGB value is (177,127,177).

  • red value is 177;
  • green value is 127;
  • blue value is 177.
RGB:
(177,127,177)
(69%,50%,69%)

RGB channels and saturation

R 177 of 255 = 69%
G 127 of 255 = 50%
B 177 of 255 = 69%

177
127
177

R + G + B ~ 63%. #B17FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 177 = 481 (100%)
R 177 of 481 ~ 36.8%
G 127 of 481 ~ 26.4%
B 177 of 481 ~ 36.8%

%36.8
%26.4
%36.8

CMYK color model

#B17FB1 color CMYK value is (0,28,0,31).

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(0,28,0,31)
C0M28Y0K31 
(0%,28%,0%,31%)
(0.00/0.28/0.00/0.31)	

CMYK percentages

%0
%28.25
%0
%30.59

Codes

Color #B17FB1 in popluar color models

B17FB1
RGB177127177
HSL300°24.27%59.61%
HSB/HSV300°28.25%69.41%
CMYK0.00%28.25%0.00%
30.59%

Color #B17FB1 in popluar number systems.

HEXB17FB1
Decimal177127177
Binary10110001111111110110001
Octal261177261

Shades and tints

Shades of #B17FB1

#B17FB1
(177,127,177)
#A174A1
(161,116,161)
#916991
(145,105,145)
#815E81
(129,94,129)
#715371
(113,83,113)
#614861
(97,72,97)
#513D51
(81,61,81)
#413241
(65,50,65)
#312731
(49,39,49)
#211C21
(33,28,33)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #B17FB1

#B17FB1
(177,127,177)
#B88AB8
(184,138,184)
#BF95BF
(191,149,191)
#C6A0C6
(198,160,198)
#CDABCD
(205,171,205)
#D4B6D4
(212,182,212)
#DBC1DB
(219,193,219)
#E2CCE2
(226,204,226)
#E9D7E9
(233,215,233)
#F0E2F0
(240,226,240)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FB1; }

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

This text font color is #B17FB1.


Background Color

.myBgColor { background-color: #B17FB1; }

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

This div background color is #B17FB1.


Border color

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

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

This div border color is #B17FB1.


Opacity

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

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

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

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

This text has shadow with #B17FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17FB1 on black background.


Color preview on white background

This text has color #B17FB1 on white background.



Black color preview on #B17FB1 background

This text has black color on #B17FB1 background.


White color preview on #B17FB1 background

This text has white color on #B17FB1 background.