COLOR #B473B7

HEX: #B473B7
RGB: (180,115,183)

Color info

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

RGB color model

#B473B7 color RGB value is (180,115,183).

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

RGB channels and saturation

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

180
115
183

R + G + B ~ 63%. #B473B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 115 + 183 = 478 (100%)
R 180 of 478 ~ 37.66%
G 115 of 478 ~ 24.06%
B 183 of 478 ~ 38.28%

%37.66
%24.06
%38.28

CMYK color model

#B473B7 color CMYK value is (2,37,0,28).

  • cyan value is 1.64%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,37,0,28)
C2M37Y0K28 
(2%,37%,0%,28%)
(0.02/0.37/0.00/0.28)	

CMYK percentages

%1.64
%37.16
%0
%28.24

Codes

Color #B473B7 in popluar color models

B473B7
RGB180115183
HSL297°32.08%58.43%
HSB/HSV297°37.16%71.76%
CMYK1.64%37.16%0.00%
28.24%

Color #B473B7 in popluar number systems.

HEXB473B7
Decimal180115183
Binary10110100111001110110111
Octal264163267

Shades and tints

Shades of #B473B7

#B473B7
(180,115,183)
#A469A7
(164,105,167)
#945F97
(148,95,151)
#845587
(132,85,135)
#744B77
(116,75,119)
#644167
(100,65,103)
#543757
(84,55,87)
#442D47
(68,45,71)
#342337
(52,35,55)
#241927
(36,25,39)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #B473B7

#B473B7
(180,115,183)
#BA7FBD
(186,127,189)
#C08BC3
(192,139,195)
#C697C9
(198,151,201)
#CCA3CF
(204,163,207)
#D2AFD5
(210,175,213)
#D8BBDB
(216,187,219)
#DEC7E1
(222,199,225)
#E4D3E7
(228,211,231)
#EADFED
(234,223,237)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B473B7; }

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

This text font color is #B473B7.


Background Color

.myBgColor { background-color: #B473B7; }

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

This div background color is #B473B7.


Border color

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

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

This div border color is #B473B7.


Opacity

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

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

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

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

This text has shadow with #B473B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B473B7 on black background.


Color preview on white background

This text has color #B473B7 on white background.



Black color preview on #B473B7 background

This text has black color on #B473B7 background.


White color preview on #B473B7 background

This text has white color on #B473B7 background.