COLOR #B17FDA

HEX: #B17FDA
RGB: (177,127,218)

Color info

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

RGB color model

#B17FDA color RGB value is (177,127,218).

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

RGB channels and saturation

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

177
127
218

R + G + B ~ 68%. #B17FDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 127 + 218 = 522 (100%)
R 177 of 522 ~ 33.91%
G 127 of 522 ~ 24.33%
B 218 of 522 ~ 41.76%

%33.91
%24.33
%41.76

CMYK color model

#B17FDA color CMYK value is (19,42,0,15).

  • cyan value is 18.81%
  • magenta value is 41.74%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,42,0,15)
C19M42Y0K15 
(19%,42%,0%,15%)
(0.19/0.42/0.00/0.15)	

CMYK percentages

%18.81
%41.74
%0
%14.51

Codes

Color #B17FDA in popluar color models

B17FDA
RGB177127218
HSL273°55.15%67.65%
HSB/HSV273°41.74%85.49%
CMYK18.81%41.74%0.00%
14.51%

Color #B17FDA in popluar number systems.

HEXB17FDA
Decimal177127218
Binary10110001111111111011010
Octal261177332

Shades and tints

Shades of #B17FDA

#B17FDA
(177,127,218)
#A174C7
(161,116,199)
#9169B4
(145,105,180)
#815EA1
(129,94,161)
#71538E
(113,83,142)
#61487B
(97,72,123)
#513D68
(81,61,104)
#413255
(65,50,85)
#312742
(49,39,66)
#211C2F
(33,28,47)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #B17FDA

#B17FDA
(177,127,218)
#B88ADD
(184,138,221)
#BF95E0
(191,149,224)
#C6A0E3
(198,160,227)
#CDABE6
(205,171,230)
#D4B6E9
(212,182,233)
#DBC1EC
(219,193,236)
#E2CCEF
(226,204,239)
#E9D7F2
(233,215,242)
#F0E2F5
(240,226,245)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17FDA; }

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

This text font color is #B17FDA.


Background Color

.myBgColor { background-color: #B17FDA; }

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

This div background color is #B17FDA.


Border color

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

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

This div border color is #B17FDA.


Opacity

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

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

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

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

This text has shadow with #B17FDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17FDA on black background.


Color preview on white background

This text has color #B17FDA on white background.



Black color preview on #B17FDA background

This text has black color on #B17FDA background.


White color preview on #B17FDA background

This text has white color on #B17FDA background.