COLOR #B181AA

HEX: #B181AA RGB: (177,129,170)

Color info

#B181AA contains red, green and blue colors in about the same proportion. Web safe color of #B181AA is #999999 (or #999).

RGB color model

#B181AA color RGB value is (177,129,170).

RGB: (177,129,170) (69%, 51%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 129 of 255 = 51%
B 170 of 255 = 67%

177
129
170

R + G + B ~ 62%. #B181AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 129 + 170 = 476 (100%)
R 177 of 476 ~ 37.18%
G 129 of 476 ~ 27.1%
B 170 of 476 ~ 35.71'%

%37.18
%27.1
%35.71

CMYK color model

#B181AA color CMYK value is (0,27,4,31).

  • cyan value is 0.00%
  • magenta value is 27.12%
  • yellow value is 3.95%
  • key color value is 30.59%

CMYK: (0,27,4,31)
C0M27Y4K31 (0%, 27%, 4%, 31%)
(0.00 / 0.27 / 0.04 / 0.31)

CMYK percentages

%0
%27.12
%3.95
%30.59

Codes

Color #B181AA in popluar color models

B1 81 AA
RGB 177 129 170
HSL 309° 23.53% 60.00%
HSB/HSV 309° 27.12% 69.41%
CMYK 0.00% 27.12% 3.95%
30.59%

Color #B181AA in popluar number systems.

HEX B1 81 AA
Decimal 177 129 170
Binary 10110001 10000001 10101010
Octal 261 201 252

Shades and tints

Shades of #B181AA

#B181AA
(177,129,170)
#A1769B
(161,118,155)
#916B8C
(145,107,140)
#81607D
(129,96,125)
#71556E
(113,85,110)
#614A5F
(97,74,95)
#513F50
(81,63,80)
#413441
(65,52,65)
#312932
(49,41,50)
#211E23
(33,30,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #B181AA

#B181AA
(177,129,170)
#B88CB1
(184,140,177)
#BF97B8
(191,151,184)
#C6A2BF
(198,162,191)
#CDADC6
(205,173,198)
#D4B8CD
(212,184,205)
#DBC3D4
(219,195,212)
#E2CEDB
(226,206,219)
#E9D9E2
(233,217,226)
#F0E4E9
(240,228,233)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B181AA; }

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

This text font color is #B181AA.

Background Color

.myBgColor { background-color: #B181AA; }

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

This div background color is #B181AA.

Border color

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

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

This div border color is #B181AA.

Opacity

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

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

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

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

This text has shadow with #B181AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B181AA.

Preview

Color preview on black background

This text has color #B181AA on black background.


Color preview on white background

This text has color #B181AA on white background.


Black color preview on #B181AA background

This text has black color on #B181AA background.


White color preview on #B181AA background

This text has white color on #B181AA background.


Related colors

Complementary color

Complementary color for #hex is #4E7E55.


I love getcolorcode.com

Triadic colors

1 #AAB181 and #81AAB1 with #B181AA are triadic colors.

2 #AA81B1 and #81B1AA with #B181AA are triadic colors.