COLOR #B177C8

HEX: #B177C8 RGB: (177,119,200)

Color info

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

RGB color model

#B177C8 color RGB value is (177,119,200).

RGB: (177,119,200) (69%, 47%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 119 of 255 = 47%
B 200 of 255 = 78%

177
119
200

R + G + B ~ 65%. #B177C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 119 + 200 = 496 (100%)
R 177 of 496 ~ 35.69%
G 119 of 496 ~ 23.99%
B 200 of 496 ~ 40.32'%

%35.69
%23.99
%40.32

CMYK color model

#B177C8 color CMYK value is (12,41,0,22).

  • cyan value is 11.50%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (12,41,0,22)
C12M41Y0K22 (12%, 41%, 0%, 22%)
(0.12 / 0.41 / 0.00 / 0.22)

CMYK percentages

%11.5
%40.5
%0
%21.57

Codes

Color #B177C8 in popluar color models

B1 77 C8
RGB 177 119 200
HSL 283° 42.41% 62.55%
HSB/HSV 283° 40.50% 78.43%
CMYK 11.50% 40.50% 0.00%
21.57%

Color #B177C8 in popluar number systems.

HEX B1 77 C8
Decimal 177 119 200
Binary 10110001 1110111 11001000
Octal 261 167 310

Shades and tints

Shades of #B177C8

#B177C8
(177,119,200)
#A16DB6
(161,109,182)
#9163A4
(145,99,164)
#815992
(129,89,146)
#714F80
(113,79,128)
#61456E
(97,69,110)
#513B5C
(81,59,92)
#41314A
(65,49,74)
#312738
(49,39,56)
#211D26
(33,29,38)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B177C8

#B177C8
(177,119,200)
#B883CD
(184,131,205)
#BF8FD2
(191,143,210)
#C69BD7
(198,155,215)
#CDA7DC
(205,167,220)
#D4B3E1
(212,179,225)
#DBBFE6
(219,191,230)
#E2CBEB
(226,203,235)
#E9D7F0
(233,215,240)
#F0E3F5
(240,227,245)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B177C8 color. Also use rgb(177,119,200) instead hex code.

Text Font Color

.myTextColor { color: #B177C8; }

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

This text font color is #B177C8.

Background Color

.myBgColor { background-color: #B177C8; }

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

This div background color is #B177C8.

Border color

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

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

This div border color is #B177C8.

Opacity

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

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

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

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

This text has shadow with #B177C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B177C8.

Preview

Color preview on black background

This text has color #B177C8 on black background.


Color preview on white background

This text has color #B177C8 on white background.


Black color preview on #B177C8 background

This text has black color on #B177C8 background.


White color preview on #B177C8 background

This text has white color on #B177C8 background.


Related colors

Complementary color

Complementary color for #hex is #4E8837.


I love getcolorcode.com

Triadic colors

1 #C8B177 and #77C8B1 with #B177C8 are triadic colors.

2 #C877B1 and #77B1C8 with #B177C8 are triadic colors.