COLOR #B17CCE

HEX: #B17CCE RGB: (177,124,206)

Color info

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

RGB color model

#B17CCE color RGB value is (177,124,206).

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

RGB channels and saturation

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

177
124
206

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

Portions of RGB colors in percentages

R + G + B = 177 + 124 + 206 = 507 (100%)
R 177 of 507 ~ 34.91%
G 124 of 507 ~ 24.46%
B 206 of 507 ~ 40.63'%

%34.91
%24.46
%40.63

CMYK color model

#B17CCE color CMYK value is (14,40,0,19).

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

CMYK: (14,40,0,19)
C14M40Y0K19 (14%, 40%, 0%, 19%)
(0.14 / 0.40 / 0.00 / 0.19)

CMYK percentages

%14.08
%39.81
%0
%19.22

Codes

Color #B17CCE in popluar color models

B1 7C CE
RGB 177 124 206
HSL 279° 45.56% 64.71%
HSB/HSV 279° 39.81% 80.78%
CMYK 14.08% 39.81% 0.00%
19.22%

Color #B17CCE in popluar number systems.

HEX B1 7C CE
Decimal 177 124 206
Binary 10110001 1111100 11001110
Octal 261 174 316

Shades and tints

Shades of #B17CCE

#B17CCE
(177,124,206)
#A171BC
(161,113,188)
#9166AA
(145,102,170)
#815B98
(129,91,152)
#715086
(113,80,134)
#614574
(97,69,116)
#513A62
(81,58,98)
#412F50
(65,47,80)
#31243E
(49,36,62)
#21192C
(33,25,44)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #B17CCE

#B17CCE
(177,124,206)
#B887D2
(184,135,210)
#BF92D6
(191,146,214)
#C69DDA
(198,157,218)
#CDA8DE
(205,168,222)
#D4B3E2
(212,179,226)
#DBBEE6
(219,190,230)
#E2C9EA
(226,201,234)
#E9D4EE
(233,212,238)
#F0DFF2
(240,223,242)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17CCE; }

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

This text font color is #B17CCE.

Background Color

.myBgColor { background-color: #B17CCE; }

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

This div background color is #B17CCE.

Border color

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

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

This div border color is #B17CCE.

Opacity

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

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

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

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

This text has shadow with #B17CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17CCE.

Preview

Color preview on black background

This text has color #B17CCE on black background.


Color preview on white background

This text has color #B17CCE on white background.


Black color preview on #B17CCE background

This text has black color on #B17CCE background.


White color preview on #B17CCE background

This text has white color on #B17CCE background.


Related colors

Complementary color

Complementary color for #hex is #4E8331.


I love getcolorcode.com

Triadic colors

1 #CEB17C and #7CCEB1 with #B17CCE are triadic colors.

2 #CE7CB1 and #7CB1CE with #B17CCE are triadic colors.