COLOR #B473A4

HEX: #B473A4
RGB: (180,115,164)

Color info

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

RGB color model

#B473A4 color RGB value is (180,115,164).

  • red value is 180;
  • green value is 115;
  • blue value is 164.
RGB:
(180,115,164)
(71%,45%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 115 of 255 = 45%
B 164 of 255 = 64%

180
115
164

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

Portions of RGB colors in percentages

R + G + B =
180 + 115 + 164 = 459 (100%)
R 180 of 459 ~ 39.22%
G 115 of 459 ~ 25.05%
B 164 of 459 ~ 35.73%

%39.22
%25.05
%35.73

CMYK color model

#B473A4 color CMYK value is (0,36,9,29).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(0,36,9,29)
C0M36Y9K29 
(0%,36%,9%,29%)
(0.00/0.36/0.09/0.29)	

CMYK percentages

%0
%36.11
%8.89
%29.41

Codes

Color #B473A4 in popluar color models

B473A4
RGB180115164
HSL315°30.23%57.84%
HSB/HSV315°36.11%70.59%
CMYK0.00%36.11%8.89%
29.41%

Color #B473A4 in popluar number systems.

HEXB473A4
Decimal180115164
Binary10110100111001110100100
Octal264163244

Shades and tints

Shades of #B473A4

#B473A4
(180,115,164)
#A46996
(164,105,150)
#945F88
(148,95,136)
#84557A
(132,85,122)
#744B6C
(116,75,108)
#64415E
(100,65,94)
#543750
(84,55,80)
#442D42
(68,45,66)
#342334
(52,35,52)
#241926
(36,25,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #B473A4

#B473A4
(180,115,164)
#BA7FAC
(186,127,172)
#C08BB4
(192,139,180)
#C697BC
(198,151,188)
#CCA3C4
(204,163,196)
#D2AFCC
(210,175,204)
#D8BBD4
(216,187,212)
#DEC7DC
(222,199,220)
#E4D3E4
(228,211,228)
#EADFEC
(234,223,236)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B473A4 color. Also use rgb(180,115,164) instead hex code.

Text Font Color

.myTextColor { color: #B473A4; }

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

This text font color is #B473A4.


Background Color

.myBgColor { background-color: #B473A4; }

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

This div background color is #B473A4.


Border color

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

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

This div border color is #B473A4.


Opacity

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

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

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

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

This text has shadow with #B473A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B473A4 on black background.


Color preview on white background

This text has color #B473A4 on white background.



Black color preview on #B473A4 background

This text has black color on #B473A4 background.


White color preview on #B473A4 background

This text has white color on #B473A4 background.