COLOR #B473B4

HEX: #B473B4
RGB: (180,115,180)

Color info

#B473B4 contains mainly red and blue colors. Web safe color of #B473B4 is #CC66CC (or #C6C).

RGB color model

#B473B4 color RGB value is (180,115,180).

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

RGB channels and saturation

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

180
115
180

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

Portions of RGB colors in percentages

R + G + B =
180 + 115 + 180 = 475 (100%)
R 180 of 475 ~ 37.89%
G 115 of 475 ~ 24.21%
B 180 of 475 ~ 37.89%

%37.89
%24.21
%37.89

CMYK color model

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

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

CMYK percentages

%0
%36.11
%0
%29.41

Codes

Color #B473B4 in popluar color models

B473B4
RGB180115180
HSL300°30.23%57.84%
HSB/HSV300°36.11%70.59%
CMYK0.00%36.11%0.00%
29.41%

Color #B473B4 in popluar number systems.

HEXB473B4
Decimal180115180
Binary10110100111001110110100
Octal264163264

Shades and tints

Shades of #B473B4

#B473B4
(180,115,180)
#A469A4
(164,105,164)
#945F94
(148,95,148)
#845584
(132,85,132)
#744B74
(116,75,116)
#644164
(100,65,100)
#543754
(84,55,84)
#442D44
(68,45,68)
#342334
(52,35,52)
#241924
(36,25,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #B473B4

#B473B4
(180,115,180)
#BA7FBA
(186,127,186)
#C08BC0
(192,139,192)
#C697C6
(198,151,198)
#CCA3CC
(204,163,204)
#D2AFD2
(210,175,210)
#D8BBD8
(216,187,216)
#DEC7DE
(222,199,222)
#E4D3E4
(228,211,228)
#EADFEA
(234,223,234)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B473B4; }

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

This text font color is #B473B4.


Background Color

.myBgColor { background-color: #B473B4; }

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

This div background color is #B473B4.


Border color

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

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

This div border color is #B473B4.


Opacity

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

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

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

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

This text has shadow with #B473B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B473B4 on black background.


Color preview on white background

This text has color #B473B4 on white background.



Black color preview on #B473B4 background

This text has black color on #B473B4 background.


White color preview on #B473B4 background

This text has white color on #B473B4 background.