COLOR #B171D0

HEX: #B171D0
RGB: (177,113,208)

Color info

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

RGB color model

#B171D0 color RGB value is (177,113,208).

  • red value is 177;
  • green value is 113;
  • blue value is 208.
RGB:
(177,113,208)
(69%,44%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 113 of 255 = 44%
B 208 of 255 = 82%

177
113
208

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

Portions of RGB colors in percentages

R + G + B =
177 + 113 + 208 = 498 (100%)
R 177 of 498 ~ 35.54%
G 113 of 498 ~ 22.69%
B 208 of 498 ~ 41.77%

%35.54
%22.69
%41.77

CMYK color model

#B171D0 color CMYK value is (15,46,0,18).

  • cyan value is 14.90%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(15,46,0,18)
C15M46Y0K18 
(15%,46%,0%,18%)
(0.15/0.46/0.00/0.18)	

CMYK percentages

%14.9
%45.67
%0
%18.43

Codes

Color #B171D0 in popluar color models

B171D0
RGB177113208
HSL280°50.26%62.94%
HSB/HSV280°45.67%81.57%
CMYK14.90%45.67%0.00%
18.43%

Color #B171D0 in popluar number systems.

HEXB171D0
Decimal177113208
Binary10110001111000111010000
Octal261161320

Shades and tints

Shades of #B171D0

#B171D0
(177,113,208)
#A167BE
(161,103,190)
#915DAC
(145,93,172)
#81539A
(129,83,154)
#714988
(113,73,136)
#613F76
(97,63,118)
#513564
(81,53,100)
#412B52
(65,43,82)
#312140
(49,33,64)
#21172E
(33,23,46)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #B171D0

#B171D0
(177,113,208)
#B87DD4
(184,125,212)
#BF89D8
(191,137,216)
#C695DC
(198,149,220)
#CDA1E0
(205,161,224)
#D4ADE4
(212,173,228)
#DBB9E8
(219,185,232)
#E2C5EC
(226,197,236)
#E9D1F0
(233,209,240)
#F0DDF4
(240,221,244)
#F7E9F8
(247,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B171D0; }

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

This text font color is #B171D0.


Background Color

.myBgColor { background-color: #B171D0; }

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

This div background color is #B171D0.


Border color

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

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

This div border color is #B171D0.


Opacity

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

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

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

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

This text has shadow with #B171D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B171D0 on black background.


Color preview on white background

This text has color #B171D0 on white background.



Black color preview on #B171D0 background

This text has black color on #B171D0 background.


White color preview on #B171D0 background

This text has white color on #B171D0 background.