COLOR #B3479B

HEX: #B3479B
RGB: (179,71,155)

Color info

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

RGB color model

#B3479B color RGB value is (179,71,155).

  • red value is 179;
  • green value is 71;
  • blue value is 155.
RGB:
(179,71,155)
(70%,28%,61%)

RGB channels and saturation

R 179 of 255 = 70%
G 71 of 255 = 28%
B 155 of 255 = 61%

179
71
155

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

Portions of RGB colors in percentages

R + G + B =
179 + 71 + 155 = 405 (100%)
R 179 of 405 ~ 44.2%
G 71 of 405 ~ 17.53%
B 155 of 405 ~ 38.27%

%44.2
%17.53
%38.27

CMYK color model

#B3479B color CMYK value is (0,60,13,30).

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(0,60,13,30)
C0M60Y13K30 
(0%,60%,13%,30%)
(0.00/0.60/0.13/0.30)	

CMYK percentages

%0
%60.34
%13.41
%29.8

Codes

Color #B3479B in popluar color models

B3479B
RGB17971155
HSL313°43.20%49.02%
HSB/HSV313°60.34%70.20%
CMYK0.00%60.34%13.41%
29.80%

Color #B3479B in popluar number systems.

HEXB3479B
Decimal17971155
Binary10110011100011110011011
Octal263107233

Shades and tints

Shades of #B3479B

#B3479B
(179,71,155)
#A3418D
(163,65,141)
#933B7F
(147,59,127)
#833571
(131,53,113)
#732F63
(115,47,99)
#632955
(99,41,85)
#532347
(83,35,71)
#431D39
(67,29,57)
#33172B
(51,23,43)
#23111D
(35,17,29)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #B3479B

#B3479B
(179,71,155)
#B957A4
(185,87,164)
#BF67AD
(191,103,173)
#C577B6
(197,119,182)
#CB87BF
(203,135,191)
#D197C8
(209,151,200)
#D7A7D1
(215,167,209)
#DDB7DA
(221,183,218)
#E3C7E3
(227,199,227)
#E9D7EC
(233,215,236)
#EFE7F5
(239,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3479B color. Also use rgb(179,71,155) instead hex code.

Text Font Color

.myTextColor { color: #B3479B; }

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

This text font color is #B3479B.


Background Color

.myBgColor { background-color: #B3479B; }

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

This div background color is #B3479B.


Border color

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

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

This div border color is #B3479B.


Opacity

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

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

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

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

This text has shadow with #B3479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3479B on black background.


Color preview on white background

This text has color #B3479B on white background.



Black color preview on #B3479B background

This text has black color on #B3479B background.


White color preview on #B3479B background

This text has white color on #B3479B background.