COLOR #B119AA

HEX: #B119AA
RGB: (177,25,170)

Color info

#B119AA contains mainly red and blue colors. Web safe color of #B119AA is #990099 (or #909).

RGB color model

#B119AA color RGB value is (177,25,170).

  • red value is 177;
  • green value is 25;
  • blue value is 170.
RGB:
(177,25,170)
(69%,10%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 25 of 255 = 10%
B 170 of 255 = 67%

177
25
170

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

Portions of RGB colors in percentages

R + G + B =
177 + 25 + 170 = 372 (100%)
R 177 of 372 ~ 47.58%
G 25 of 372 ~ 6.72%
B 170 of 372 ~ 45.7%

%47.58
%45.7

CMYK color model

#B119AA color CMYK value is (0,86,4,31).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 3.95%
  • key color value is 30.59%
CMYK:
(0,86,4,31)
C0M86Y4K31 
(0%,86%,4%,31%)
(0.00/0.86/0.04/0.31)	

CMYK percentages

%0
%85.88
%3.95
%30.59

Codes

Color #B119AA in popluar color models

B119AA
RGB17725170
HSL303°75.25%39.61%
HSB/HSV303°85.88%69.41%
CMYK0.00%85.88%3.95%
30.59%

Color #B119AA in popluar number systems.

HEXB119AA
Decimal17725170
Binary101100011100110101010
Octal26131252

Shades and tints

Shades of #B119AA

#B119AA
(177,25,170)
#A1179B
(161,23,155)
#91158C
(145,21,140)
#81137D
(129,19,125)
#71116E
(113,17,110)
#610F5F
(97,15,95)
#510D50
(81,13,80)
#410B41
(65,11,65)
#310932
(49,9,50)
#210723
(33,7,35)
#110514
(17,5,20)
#000000
(0,0,0)

Tints of #B119AA

#B119AA
(177,25,170)
#B82DB1
(184,45,177)
#BF41B8
(191,65,184)
#C655BF
(198,85,191)
#CD69C6
(205,105,198)
#D47DCD
(212,125,205)
#DB91D4
(219,145,212)
#E2A5DB
(226,165,219)
#E9B9E2
(233,185,226)
#F0CDE9
(240,205,233)
#F7E1F0
(247,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B119AA; }

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

This text font color is #B119AA.


Background Color

.myBgColor { background-color: #B119AA; }

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

This div background color is #B119AA.


Border color

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

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

This div border color is #B119AA.


Opacity

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

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

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

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

This text has shadow with #B119AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B119AA on black background.


Color preview on white background

This text has color #B119AA on white background.



Black color preview on #B119AA background

This text has black color on #B119AA background.


White color preview on #B119AA background

This text has white color on #B119AA background.