COLOR #B170B1

HEX: #B170B1
RGB: (177,112,177)

Color info

#B170B1 contains mainly red and blue colors. Web safe color of #B170B1 is #996699 (or #969).

RGB color model

#B170B1 color RGB value is (177,112,177).

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

RGB channels and saturation

R 177 of 255 = 69%
G 112 of 255 = 44%
B 177 of 255 = 69%

177
112
177

R + G + B ~ 61%. #B170B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 112 + 177 = 466 (100%)
R 177 of 466 ~ 37.98%
G 112 of 466 ~ 24.03%
B 177 of 466 ~ 37.98%

%37.98
%24.03
%37.98

CMYK color model

#B170B1 color CMYK value is (0,37,0,31).

  • cyan value is 0.00%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(0,37,0,31)
C0M37Y0K31 
(0%,37%,0%,31%)
(0.00/0.37/0.00/0.31)	

CMYK percentages

%0
%36.72
%0
%30.59

Codes

Color #B170B1 in popluar color models

B170B1
RGB177112177
HSL300°29.41%56.67%
HSB/HSV300°36.72%69.41%
CMYK0.00%36.72%0.00%
30.59%

Color #B170B1 in popluar number systems.

HEXB170B1
Decimal177112177
Binary10110001111000010110001
Octal261160261

Shades and tints

Shades of #B170B1

#B170B1
(177,112,177)
#A166A1
(161,102,161)
#915C91
(145,92,145)
#815281
(129,82,129)
#714871
(113,72,113)
#613E61
(97,62,97)
#513451
(81,52,81)
#412A41
(65,42,65)
#312031
(49,32,49)
#211621
(33,22,33)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #B170B1

#B170B1
(177,112,177)
#B87DB8
(184,125,184)
#BF8ABF
(191,138,191)
#C697C6
(198,151,198)
#CDA4CD
(205,164,205)
#D4B1D4
(212,177,212)
#DBBEDB
(219,190,219)
#E2CBE2
(226,203,226)
#E9D8E9
(233,216,233)
#F0E5F0
(240,229,240)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B170B1; }

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

This text font color is #B170B1.


Background Color

.myBgColor { background-color: #B170B1; }

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

This div background color is #B170B1.


Border color

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

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

This div border color is #B170B1.


Opacity

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

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

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

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

This text has shadow with #B170B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B170B1 on black background.


Color preview on white background

This text has color #B170B1 on white background.



Black color preview on #B170B1 background

This text has black color on #B170B1 background.


White color preview on #B170B1 background

This text has white color on #B170B1 background.