COLOR #B17CBE

HEX: #B17CBE RGB: (177,124,190)

Color info

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

RGB color model

#B17CBE color RGB value is (177,124,190).

RGB: (177,124,190) (69%, 49%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 190 of 255 = 75%

177
124
190

R + G + B ~ 64%. #B17CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 124 + 190 = 491 (100%)
R 177 of 491 ~ 36.05%
G 124 of 491 ~ 25.25%
B 190 of 491 ~ 38.7'%

%36.05
%25.25
%38.7

CMYK color model

#B17CBE color CMYK value is (7,35,0,25).

  • cyan value is 6.84%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (7,35,0,25)
C7M35Y0K25 (7%, 35%, 0%, 25%)
(0.07 / 0.35 / 0.00 / 0.25)

CMYK percentages

%6.84
%34.74
%0
%25.49

Codes

Color #B17CBE in popluar color models

B1 7C BE
RGB 177 124 190
HSL 288° 33.67% 61.57%
HSB/HSV 288° 34.74% 74.51%
CMYK 6.84% 34.74% 0.00%
25.49%

Color #B17CBE in popluar number systems.

HEX B1 7C BE
Decimal 177 124 190
Binary 10110001 1111100 10111110
Octal 261 174 276

Shades and tints

Shades of #B17CBE

#B17CBE
(177,124,190)
#A171AD
(161,113,173)
#91669C
(145,102,156)
#815B8B
(129,91,139)
#71507A
(113,80,122)
#614569
(97,69,105)
#513A58
(81,58,88)
#412F47
(65,47,71)
#312436
(49,36,54)
#211925
(33,25,37)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #B17CBE

#B17CBE
(177,124,190)
#B887C3
(184,135,195)
#BF92C8
(191,146,200)
#C69DCD
(198,157,205)
#CDA8D2
(205,168,210)
#D4B3D7
(212,179,215)
#DBBEDC
(219,190,220)
#E2C9E1
(226,201,225)
#E9D4E6
(233,212,230)
#F0DFEB
(240,223,235)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17CBE; }

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

This text font color is #B17CBE.

Background Color

.myBgColor { background-color: #B17CBE; }

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

This div background color is #B17CBE.

Border color

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

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

This div border color is #B17CBE.

Opacity

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

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

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

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

This text has shadow with #B17CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17CBE.

Preview

Color preview on black background

This text has color #B17CBE on black background.


Color preview on white background

This text has color #B17CBE on white background.


Black color preview on #B17CBE background

This text has black color on #B17CBE background.


White color preview on #B17CBE background

This text has white color on #B17CBE background.


Related colors

Complementary color

Complementary color for #hex is #4E8341.


I love getcolorcode.com

Triadic colors

1 #BEB17C and #7CBEB1 with #B17CBE are triadic colors.

2 #BE7CB1 and #7CB1BE with #B17CBE are triadic colors.