COLOR #B476A3

HEX: #B476A3
RGB: (180,118,163)

Color info

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

RGB color model

#B476A3 color RGB value is (180,118,163).

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

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 163 of 255 = 64%

180
118
163

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 163 = 461 (100%)
R 180 of 461 ~ 39.05%
G 118 of 461 ~ 25.6%
B 163 of 461 ~ 35.36%

%39.05
%25.6
%35.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.44%
  • 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
%34.44
%9.44
%29.41

Codes

Color #B476A3 in popluar color models

B476A3
RGB180118163
HSL316°29.25%58.43%
HSB/HSV316°34.44%70.59%
CMYK0.00%34.44%9.44%
29.41%

Color #B476A3 in popluar number systems.

HEXB476A3
Decimal180118163
Binary10110100111011010100011
Octal264166243

Shades and tints

Shades of #B476A3

#B476A3
(180,118,163)
#A46C95
(164,108,149)
#946287
(148,98,135)
#845879
(132,88,121)
#744E6B
(116,78,107)
#64445D
(100,68,93)
#543A4F
(84,58,79)
#443041
(68,48,65)
#342633
(52,38,51)
#241C25
(36,28,37)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #B476A3

#B476A3
(180,118,163)
#BA82AB
(186,130,171)
#C08EB3
(192,142,179)
#C69ABB
(198,154,187)
#CCA6C3
(204,166,195)
#D2B2CB
(210,178,203)
#D8BED3
(216,190,211)
#DECADB
(222,202,219)
#E4D6E3
(228,214,227)
#EAE2EB
(234,226,235)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B476A3; }

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

This text font color is #B476A3.


Background Color

.myBgColor { background-color: #B476A3; }

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

This div background color is #B476A3.


Border color

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

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

This div border color is #B476A3.


Opacity

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

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

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

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

This text has shadow with #B476A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B476A3 on black background.


Color preview on white background

This text has color #B476A3 on white background.



Black color preview on #B476A3 background

This text has black color on #B476A3 background.


White color preview on #B476A3 background

This text has white color on #B476A3 background.