COLOR #B477A3

HEX: #B477A3
RGB: (180,119,163)

Color info

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

RGB color model

#B477A3 color RGB value is (180,119,163).

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

RGB channels and saturation

R 180 of 255 = 71%
G 119 of 255 = 47%
B 163 of 255 = 64%

180
119
163

R + G + B ~ 61%. #B477A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 119 + 163 = 462 (100%)
R 180 of 462 ~ 38.96%
G 119 of 462 ~ 25.76%
B 163 of 462 ~ 35.28%

%38.96
%25.76
%35.28

CMYK color model

#B477A3 color CMYK value is (0,34,9,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 9.44%
  • key color value is 29.41%
CMYK:
(0,34,9,29)
C0M34Y9K29 
(0%,34%,9%,29%)
(0.00/0.34/0.09/0.29)	

CMYK percentages

%0
%33.89
%9.44
%29.41

Codes

Color #B477A3 in popluar color models

B477A3
RGB180119163
HSL317°28.91%58.63%
HSB/HSV317°33.89%70.59%
CMYK0.00%33.89%9.44%
29.41%

Color #B477A3 in popluar number systems.

HEXB477A3
Decimal180119163
Binary10110100111011110100011
Octal264167243

Shades and tints

Shades of #B477A3

#B477A3
(180,119,163)
#A46D95
(164,109,149)
#946387
(148,99,135)
#845979
(132,89,121)
#744F6B
(116,79,107)
#64455D
(100,69,93)
#543B4F
(84,59,79)
#443141
(68,49,65)
#342733
(52,39,51)
#241D25
(36,29,37)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #B477A3

#B477A3
(180,119,163)
#BA83AB
(186,131,171)
#C08FB3
(192,143,179)
#C69BBB
(198,155,187)
#CCA7C3
(204,167,195)
#D2B3CB
(210,179,203)
#D8BFD3
(216,191,211)
#DECBDB
(222,203,219)
#E4D7E3
(228,215,227)
#EAE3EB
(234,227,235)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B477A3; }

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

This text font color is #B477A3.


Background Color

.myBgColor { background-color: #B477A3; }

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

This div background color is #B477A3.


Border color

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

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

This div border color is #B477A3.


Opacity

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

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

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

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

This text has shadow with #B477A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B477A3 on black background.


Color preview on white background

This text has color #B477A3 on white background.



Black color preview on #B477A3 background

This text has black color on #B477A3 background.


White color preview on #B477A3 background

This text has white color on #B477A3 background.