COLOR #B0479A

HEX: #B0479A
RGB: (176,71,154)

Color info

#B0479A contains mainly red and blue colors. Web safe color of #B0479A is #993399 (or #939).

RGB color model

#B0479A color RGB value is (176,71,154).

  • red value is 176;
  • green value is 71;
  • blue value is 154.
RGB:
(176,71,154)
(69%,28%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 71 of 255 = 28%
B 154 of 255 = 60%

176
71
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 71 + 154 = 401 (100%)
R 176 of 401 ~ 43.89%
G 71 of 401 ~ 17.71%
B 154 of 401 ~ 38.4%

%43.89
%17.71
%38.4

CMYK color model

#B0479A color CMYK value is (0,60,13,31).

  • cyan value is 0.00%
  • magenta value is 59.66%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(0,60,13,31)
C0M60Y13K31 
(0%,60%,13%,31%)
(0.00/0.60/0.13/0.31)	

CMYK percentages

%0
%59.66
%12.5
%30.98

Codes

Color #B0479A in popluar color models

B0479A
RGB17671154
HSL313°42.51%48.43%
HSB/HSV313°59.66%69.02%
CMYK0.00%59.66%12.50%
30.98%

Color #B0479A in popluar number systems.

HEXB0479A
Decimal17671154
Binary10110000100011110011010
Octal260107232

Shades and tints

Shades of #B0479A

#B0479A
(176,71,154)
#A0418C
(160,65,140)
#903B7E
(144,59,126)
#803570
(128,53,112)
#702F62
(112,47,98)
#602954
(96,41,84)
#502346
(80,35,70)
#401D38
(64,29,56)
#30172A
(48,23,42)
#20111C
(32,17,28)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #B0479A

#B0479A
(176,71,154)
#B757A3
(183,87,163)
#BE67AC
(190,103,172)
#C577B5
(197,119,181)
#CC87BE
(204,135,190)
#D397C7
(211,151,199)
#DAA7D0
(218,167,208)
#E1B7D9
(225,183,217)
#E8C7E2
(232,199,226)
#EFD7EB
(239,215,235)
#F6E7F4
(246,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0479A color. Also use rgb(176,71,154) instead hex code.

Text Font Color

.myTextColor { color: #B0479A; }

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

This text font color is #B0479A.


Background Color

.myBgColor { background-color: #B0479A; }

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

This div background color is #B0479A.


Border color

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

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

This div border color is #B0479A.


Opacity

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

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

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

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

This text has shadow with #B0479A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0479A on black background.


Color preview on white background

This text has color #B0479A on white background.



Black color preview on #B0479A background

This text has black color on #B0479A background.


White color preview on #B0479A background

This text has white color on #B0479A background.