COLOR #B16EA9

HEX: #B16EA9 RGB: (177,110,169)

Color info

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

RGB color model

#B16EA9 color RGB value is (177,110,169).

RGB: (177,110,169) (69%, 43%, 66%)

RGB channels and saturation

R 177 of 255 = 69%
G 110 of 255 = 43%
B 169 of 255 = 66%

177
110
169

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

Portions of RGB colors in percentages

R + G + B = 177 + 110 + 169 = 456 (100%)
R 177 of 456 ~ 38.82%
G 110 of 456 ~ 24.12%
B 169 of 456 ~ 37.06'%

%38.82
%24.12
%37.06

CMYK color model

#B16EA9 color CMYK value is (0,38,5,31).

  • cyan value is 0.00%
  • magenta value is 37.85%
  • yellow value is 4.52%
  • key color value is 30.59%

CMYK: (0,38,5,31)
C0M38Y5K31 (0%, 38%, 5%, 31%)
(0.00 / 0.38 / 0.05 / 0.31)

CMYK percentages

%0
%37.85
%4.52
%30.59

Codes

Color #B16EA9 in popluar color models

B1 6E A9
RGB 177 110 169
HSL 307° 30.04% 56.27%
HSB/HSV 307° 37.85% 69.41%
CMYK 0.00% 37.85% 4.52%
30.59%

Color #B16EA9 in popluar number systems.

HEX B1 6E A9
Decimal 177 110 169
Binary 10110001 1101110 10101001
Octal 261 156 251

Shades and tints

Shades of #B16EA9

#B16EA9
(177,110,169)
#A1649A
(161,100,154)
#915A8B
(145,90,139)
#81507C
(129,80,124)
#71466D
(113,70,109)
#613C5E
(97,60,94)
#51324F
(81,50,79)
#412840
(65,40,64)
#311E31
(49,30,49)
#211422
(33,20,34)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #B16EA9

#B16EA9
(177,110,169)
#B87BB0
(184,123,176)
#BF88B7
(191,136,183)
#C695BE
(198,149,190)
#CDA2C5
(205,162,197)
#D4AFCC
(212,175,204)
#DBBCD3
(219,188,211)
#E2C9DA
(226,201,218)
#E9D6E1
(233,214,225)
#F0E3E8
(240,227,232)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16EA9; }

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

This text font color is #B16EA9.

Background Color

.myBgColor { background-color: #B16EA9; }

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

This div background color is #B16EA9.

Border color

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

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

This div border color is #B16EA9.

Opacity

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

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

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

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

This text has shadow with #B16EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16EA9.

Preview

Color preview on black background

This text has color #B16EA9 on black background.


Color preview on white background

This text has color #B16EA9 on white background.


Black color preview on #B16EA9 background

This text has black color on #B16EA9 background.


White color preview on #B16EA9 background

This text has white color on #B16EA9 background.


Related colors

Complementary color

Complementary color for #hex is #4E9156.


I love getcolorcode.com

Triadic colors

1 #A9B16E and #6EA9B1 with #B16EA9 are triadic colors.

2 #A96EB1 and #6EB1A9 with #B16EA9 are triadic colors.