COLOR #B161A0

HEX: #B161A0
RGB: (177,97,160)

Color info

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

RGB color model

#B161A0 color RGB value is (177,97,160).

  • red value is 177;
  • green value is 97;
  • blue value is 160.
RGB:
(177,97,160)
(69%,38%,63%)

RGB channels and saturation

R 177 of 255 = 69%
G 97 of 255 = 38%
B 160 of 255 = 63%

177
97
160

R + G + B ~ 57%. #B161A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 97 + 160 = 434 (100%)
R 177 of 434 ~ 40.78%
G 97 of 434 ~ 22.35%
B 160 of 434 ~ 36.87%

%40.78
%22.35
%36.87

CMYK color model

#B161A0 color CMYK value is (0,45,10,31).

  • cyan value is 0.00%
  • magenta value is 45.20%
  • yellow value is 9.60%
  • key color value is 30.59%
CMYK:
(0,45,10,31)
C0M45Y10K31 
(0%,45%,10%,31%)
(0.00/0.45/0.10/0.31)	

CMYK percentages

%0
%45.2
%9.6
%30.59

Codes

Color #B161A0 in popluar color models

B161A0
RGB17797160
HSL313°33.90%53.73%
HSB/HSV313°45.20%69.41%
CMYK0.00%45.20%9.60%
30.59%

Color #B161A0 in popluar number systems.

HEXB161A0
Decimal17797160
Binary10110001110000110100000
Octal261141240

Shades and tints

Shades of #B161A0

#B161A0
(177,97,160)
#A15992
(161,89,146)
#915184
(145,81,132)
#814976
(129,73,118)
#714168
(113,65,104)
#61395A
(97,57,90)
#51314C
(81,49,76)
#41293E
(65,41,62)
#312130
(49,33,48)
#211922
(33,25,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B161A0

#B161A0
(177,97,160)
#B86FA8
(184,111,168)
#BF7DB0
(191,125,176)
#C68BB8
(198,139,184)
#CD99C0
(205,153,192)
#D4A7C8
(212,167,200)
#DBB5D0
(219,181,208)
#E2C3D8
(226,195,216)
#E9D1E0
(233,209,224)
#F0DFE8
(240,223,232)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B161A0; }

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

This text font color is #B161A0.


Background Color

.myBgColor { background-color: #B161A0; }

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

This div background color is #B161A0.


Border color

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

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

This div border color is #B161A0.


Opacity

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

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

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

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

This text has shadow with #B161A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B161A0 on black background.


Color preview on white background

This text has color #B161A0 on white background.



Black color preview on #B161A0 background

This text has black color on #B161A0 background.


White color preview on #B161A0 background

This text has white color on #B161A0 background.