COLOR #B17FA2

HEX: #B17FA2 RGB: (177,127,162)

Color info

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

RGB color model

#B17FA2 color RGB value is (177,127,162).

RGB: (177,127,162) (69%, 50%, 64%)

RGB channels and saturation

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

177
127
162

R + G + B ~ 61%. #B17FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 127 + 162 = 466 (100%)
R 177 of 466 ~ 37.98%
G 127 of 466 ~ 27.25%
B 162 of 466 ~ 34.76'%

%37.98
%27.25
%34.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.25%
  • yellow value is 8.47%
  • key color value is 30.59%

CMYK: (0,28,8,31)
C0M28Y8K31 (0%, 28%, 8%, 31%)
(0.00 / 0.28 / 0.08 / 0.31)

CMYK percentages

%0
%28.25
%8.47
%30.59

Codes

Color #B17FA2 in popluar color models

B1 7F A2
RGB 177 127 162
HSL 318° 24.27% 59.61%
HSB/HSV 318° 28.25% 69.41%
CMYK 0.00% 28.25% 8.47%
30.59%

Color #B17FA2 in popluar number systems.

HEX B1 7F A2
Decimal 177 127 162
Binary 10110001 1111111 10100010
Octal 261 177 242

Shades and tints

Shades of #B17FA2

#B17FA2
(177,127,162)
#A17494
(161,116,148)
#916986
(145,105,134)
#815E78
(129,94,120)
#71536A
(113,83,106)
#61485C
(97,72,92)
#513D4E
(81,61,78)
#413240
(65,50,64)
#312732
(49,39,50)
#211C24
(33,28,36)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B17FA2

#B17FA2
(177,127,162)
#B88AAA
(184,138,170)
#BF95B2
(191,149,178)
#C6A0BA
(198,160,186)
#CDABC2
(205,171,194)
#D4B6CA
(212,182,202)
#DBC1D2
(219,193,210)
#E2CCDA
(226,204,218)
#E9D7E2
(233,215,226)
#F0E2EA
(240,226,234)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FA2; }

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

This text font color is #B17FA2.

Background Color

.myBgColor { background-color: #B17FA2; }

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

This div background color is #B17FA2.

Border color

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

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

This div border color is #B17FA2.

Opacity

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

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

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

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

This text has shadow with #B17FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17FA2.

Preview

Color preview on black background

This text has color #B17FA2 on black background.


Color preview on white background

This text has color #B17FA2 on white background.


Black color preview on #B17FA2 background

This text has black color on #B17FA2 background.


White color preview on #B17FA2 background

This text has white color on #B17FA2 background.


Related colors

Complementary color

Complementary color for #hex is #4E805D.


I love getcolorcode.com

Triadic colors

1 #A2B17F and #7FA2B1 with #B17FA2 are triadic colors.

2 #A27FB1 and #7FB1A2 with #B17FA2 are triadic colors.