COLOR #B177B1

HEX: #B177B1
RGB: (177,119,177)

Color info

#B177B1 contains red, green and blue colors in about the same proportion. Web safe color of #B177B1 is #996699 (or #969).

RGB color model

#B177B1 color RGB value is (177,119,177).

  • red value is 177;
  • green value is 119;
  • blue value is 177.
RGB:
(177,119,177)
(69%,47%,69%)

RGB channels and saturation

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

177
119
177

R + G + B ~ 62%. #B177B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 119 + 177 = 473 (100%)
R 177 of 473 ~ 37.42%
G 119 of 473 ~ 25.16%
B 177 of 473 ~ 37.42%

%37.42
%25.16
%37.42

CMYK color model

#B177B1 color CMYK value is (0,33,0,31).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(0,33,0,31)
C0M33Y0K31 
(0%,33%,0%,31%)
(0.00/0.33/0.00/0.31)	

CMYK percentages

%0
%32.77
%0
%30.59

Codes

Color #B177B1 in popluar color models

B177B1
RGB177119177
HSL300°27.10%58.04%
HSB/HSV300°32.77%69.41%
CMYK0.00%32.77%0.00%
30.59%

Color #B177B1 in popluar number systems.

HEXB177B1
Decimal177119177
Binary10110001111011110110001
Octal261167261

Shades and tints

Shades of #B177B1

#B177B1
(177,119,177)
#A16DA1
(161,109,161)
#916391
(145,99,145)
#815981
(129,89,129)
#714F71
(113,79,113)
#614561
(97,69,97)
#513B51
(81,59,81)
#413141
(65,49,65)
#312731
(49,39,49)
#211D21
(33,29,33)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #B177B1

#B177B1
(177,119,177)
#B883B8
(184,131,184)
#BF8FBF
(191,143,191)
#C69BC6
(198,155,198)
#CDA7CD
(205,167,205)
#D4B3D4
(212,179,212)
#DBBFDB
(219,191,219)
#E2CBE2
(226,203,226)
#E9D7E9
(233,215,233)
#F0E3F0
(240,227,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B177B1; }

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

This text font color is #B177B1.


Background Color

.myBgColor { background-color: #B177B1; }

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

This div background color is #B177B1.


Border color

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

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

This div border color is #B177B1.


Opacity

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

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

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

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

This text has shadow with #B177B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B177B1 on black background.


Color preview on white background

This text has color #B177B1 on white background.



Black color preview on #B177B1 background

This text has black color on #B177B1 background.


White color preview on #B177B1 background

This text has white color on #B177B1 background.