COLOR #B477AA

HEX: #B477AA
RGB: (180,119,170)

Color info

#B477AA contains mainly red and blue colors. Web safe color of #B477AA is #CC6699 (or #C69).

RGB color model

#B477AA color RGB value is (180,119,170).

  • red value is 180;
  • green value is 119;
  • blue value is 170.
RGB:
(180,119,170)
(71%,47%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 119 of 255 = 47%
B 170 of 255 = 67%

180
119
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 119 + 170 = 469 (100%)
R 180 of 469 ~ 38.38%
G 119 of 469 ~ 25.37%
B 170 of 469 ~ 36.25%

%38.38
%25.37
%36.25

CMYK color model

#B477AA color CMYK value is (0,34,6,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,34,6,29)
C0M34Y6K29 
(0%,34%,6%,29%)
(0.00/0.34/0.06/0.29)	

CMYK percentages

%0
%33.89
%5.56
%29.41

Codes

Color #B477AA in popluar color models

B477AA
RGB180119170
HSL310°28.91%58.63%
HSB/HSV310°33.89%70.59%
CMYK0.00%33.89%5.56%
29.41%

Color #B477AA in popluar number systems.

HEXB477AA
Decimal180119170
Binary10110100111011110101010
Octal264167252

Shades and tints

Shades of #B477AA

#B477AA
(180,119,170)
#A46D9B
(164,109,155)
#94638C
(148,99,140)
#84597D
(132,89,125)
#744F6E
(116,79,110)
#64455F
(100,69,95)
#543B50
(84,59,80)
#443141
(68,49,65)
#342732
(52,39,50)
#241D23
(36,29,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #B477AA

#B477AA
(180,119,170)
#BA83B1
(186,131,177)
#C08FB8
(192,143,184)
#C69BBF
(198,155,191)
#CCA7C6
(204,167,198)
#D2B3CD
(210,179,205)
#D8BFD4
(216,191,212)
#DECBDB
(222,203,219)
#E4D7E2
(228,215,226)
#EAE3E9
(234,227,233)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B477AA color. Also use rgb(180,119,170) instead hex code.

Text Font Color

.myTextColor { color: #B477AA; }

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

This text font color is #B477AA.


Background Color

.myBgColor { background-color: #B477AA; }

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

This div background color is #B477AA.


Border color

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

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

This div border color is #B477AA.


Opacity

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

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

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

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

This text has shadow with #B477AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B477AA on black background.


Color preview on white background

This text has color #B477AA on white background.



Black color preview on #B477AA background

This text has black color on #B477AA background.


White color preview on #B477AA background

This text has white color on #B477AA background.