COLOR #B17DCE

HEX: #B17DCE RGB: (177,125,206)

Color info

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

RGB color model

#B17DCE color RGB value is (177,125,206).

RGB: (177,125,206) (69%, 49%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 125 of 255 = 49%
B 206 of 255 = 81%

177
125
206

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

Portions of RGB colors in percentages

R + G + B = 177 + 125 + 206 = 508 (100%)
R 177 of 508 ~ 34.84%
G 125 of 508 ~ 24.61%
B 206 of 508 ~ 40.55'%

%34.84
%24.61
%40.55

CMYK color model

#B17DCE color CMYK value is (14,39,0,19).

  • cyan value is 14.08%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (14,39,0,19)
C14M39Y0K19 (14%, 39%, 0%, 19%)
(0.14 / 0.39 / 0.00 / 0.19)

CMYK percentages

%14.08
%39.32
%0
%19.22

Codes

Color #B17DCE in popluar color models

B1 7D CE
RGB 177 125 206
HSL 279° 45.25% 64.90%
HSB/HSV 279° 39.32% 80.78%
CMYK 14.08% 39.32% 0.00%
19.22%

Color #B17DCE in popluar number systems.

HEX B1 7D CE
Decimal 177 125 206
Binary 10110001 1111101 11001110
Octal 261 175 316

Shades and tints

Shades of #B17DCE

#B17DCE
(177,125,206)
#A172BC
(161,114,188)
#9167AA
(145,103,170)
#815C98
(129,92,152)
#715186
(113,81,134)
#614674
(97,70,116)
#513B62
(81,59,98)
#413050
(65,48,80)
#31253E
(49,37,62)
#211A2C
(33,26,44)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #B17DCE

#B17DCE
(177,125,206)
#B888D2
(184,136,210)
#BF93D6
(191,147,214)
#C69EDA
(198,158,218)
#CDA9DE
(205,169,222)
#D4B4E2
(212,180,226)
#DBBFE6
(219,191,230)
#E2CAEA
(226,202,234)
#E9D5EE
(233,213,238)
#F0E0F2
(240,224,242)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17DCE; }

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

This text font color is #B17DCE.

Background Color

.myBgColor { background-color: #B17DCE; }

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

This div background color is #B17DCE.

Border color

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

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

This div border color is #B17DCE.

Opacity

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

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

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

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

This text has shadow with #B17DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17DCE.

Preview

Color preview on black background

This text has color #B17DCE on black background.


Color preview on white background

This text has color #B17DCE on white background.


Black color preview on #B17DCE background

This text has black color on #B17DCE background.


White color preview on #B17DCE background

This text has white color on #B17DCE background.


Related colors

Complementary color

Complementary color for #hex is #4E8231.


I love getcolorcode.com

Triadic colors

1 #CEB17D and #7DCEB1 with #B17DCE are triadic colors.

2 #CE7DB1 and #7DB1CE with #B17DCE are triadic colors.