COLOR #B176C1

HEX: #B176C1
RGB: (177,118,193)

Color info

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

RGB color model

#B176C1 color RGB value is (177,118,193).

  • red value is 177;
  • green value is 118;
  • blue value is 193.
RGB:
(177,118,193)
(69%,46%,76%)

RGB channels and saturation

R 177 of 255 = 69%
G 118 of 255 = 46%
B 193 of 255 = 76%

177
118
193

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

Portions of RGB colors in percentages

R + G + B =
177 + 118 + 193 = 488 (100%)
R 177 of 488 ~ 36.27%
G 118 of 488 ~ 24.18%
B 193 of 488 ~ 39.55%

%36.27
%24.18
%39.55

CMYK color model

#B176C1 color CMYK value is (8,39,0,24).

  • cyan value is 8.29%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(8,39,0,24)
C8M39Y0K24 
(8%,39%,0%,24%)
(0.08/0.39/0.00/0.24)	

CMYK percentages

%8.29
%38.86
%0
%24.31

Codes

Color #B176C1 in popluar color models

B176C1
RGB177118193
HSL287°37.69%60.98%
HSB/HSV287°38.86%75.69%
CMYK8.29%38.86%0.00%
24.31%

Color #B176C1 in popluar number systems.

HEXB176C1
Decimal177118193
Binary10110001111011011000001
Octal261166301

Shades and tints

Shades of #B176C1

#B176C1
(177,118,193)
#A16CB0
(161,108,176)
#91629F
(145,98,159)
#81588E
(129,88,142)
#714E7D
(113,78,125)
#61446C
(97,68,108)
#513A5B
(81,58,91)
#41304A
(65,48,74)
#312639
(49,38,57)
#211C28
(33,28,40)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #B176C1

#B176C1
(177,118,193)
#B882C6
(184,130,198)
#BF8ECB
(191,142,203)
#C69AD0
(198,154,208)
#CDA6D5
(205,166,213)
#D4B2DA
(212,178,218)
#DBBEDF
(219,190,223)
#E2CAE4
(226,202,228)
#E9D6E9
(233,214,233)
#F0E2EE
(240,226,238)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B176C1; }

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

This text font color is #B176C1.


Background Color

.myBgColor { background-color: #B176C1; }

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

This div background color is #B176C1.


Border color

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

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

This div border color is #B176C1.


Opacity

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

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

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

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

This text has shadow with #B176C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B176C1 on black background.


Color preview on white background

This text has color #B176C1 on white background.



Black color preview on #B176C1 background

This text has black color on #B176C1 background.


White color preview on #B176C1 background

This text has white color on #B176C1 background.