COLOR #B17FC6

HEX: #B17FC6
RGB: (177,127,198)

Color info

#B17FC6 contains mainly red and blue colors. Web safe color of #B17FC6 is #9966CC (or #96C).

RGB color model

#B17FC6 color RGB value is (177,127,198).

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

RGB channels and saturation

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

177
127
198

R + G + B ~ 66%. #B17FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 198 = 502 (100%)
R 177 of 502 ~ 35.26%
G 127 of 502 ~ 25.3%
B 198 of 502 ~ 39.44%

%35.26
%25.3
%39.44

CMYK color model

#B17FC6 color CMYK value is (11,36,0,22).

  • cyan value is 10.61%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(11,36,0,22)
C11M36Y0K22 
(11%,36%,0%,22%)
(0.11/0.36/0.00/0.22)	

CMYK percentages

%10.61
%35.86
%0
%22.35

Codes

Color #B17FC6 in popluar color models

B17FC6
RGB177127198
HSL282°38.38%63.73%
HSB/HSV282°35.86%77.65%
CMYK10.61%35.86%0.00%
22.35%

Color #B17FC6 in popluar number systems.

HEXB17FC6
Decimal177127198
Binary10110001111111111000110
Octal261177306

Shades and tints

Shades of #B17FC6

#B17FC6
(177,127,198)
#A174B4
(161,116,180)
#9169A2
(145,105,162)
#815E90
(129,94,144)
#71537E
(113,83,126)
#61486C
(97,72,108)
#513D5A
(81,61,90)
#413248
(65,50,72)
#312736
(49,39,54)
#211C24
(33,28,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B17FC6

#B17FC6
(177,127,198)
#B88ACB
(184,138,203)
#BF95D0
(191,149,208)
#C6A0D5
(198,160,213)
#CDABDA
(205,171,218)
#D4B6DF
(212,182,223)
#DBC1E4
(219,193,228)
#E2CCE9
(226,204,233)
#E9D7EE
(233,215,238)
#F0E2F3
(240,226,243)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FC6; }

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

This text font color is #B17FC6.


Background Color

.myBgColor { background-color: #B17FC6; }

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

This div background color is #B17FC6.


Border color

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

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

This div border color is #B17FC6.


Opacity

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

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

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

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

This text has shadow with #B17FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17FC6 on black background.


Color preview on white background

This text has color #B17FC6 on white background.



Black color preview on #B17FC6 background

This text has black color on #B17FC6 background.


White color preview on #B17FC6 background

This text has white color on #B17FC6 background.