COLOR #B347A2

HEX: #B347A2
RGB: (179,71,162)

Color info

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

RGB color model

#B347A2 color RGB value is (179,71,162).

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

RGB channels and saturation

R 179 of 255 = 70%
G 71 of 255 = 28%
B 162 of 255 = 64%

179
71
162

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

Portions of RGB colors in percentages

R + G + B =
179 + 71 + 162 = 412 (100%)
R 179 of 412 ~ 43.45%
G 71 of 412 ~ 17.23%
B 162 of 412 ~ 39.32%

%43.45
%17.23
%39.32

CMYK color model

#B347A2 color CMYK value is (0,60,9,30).

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(0,60,9,30)
C0M60Y9K30 
(0%,60%,9%,30%)
(0.00/0.60/0.09/0.30)	

CMYK percentages

%0
%60.34
%9.5
%29.8

Codes

Color #B347A2 in popluar color models

B347A2
RGB17971162
HSL309°43.20%49.02%
HSB/HSV309°60.34%70.20%
CMYK0.00%60.34%9.50%
29.80%

Color #B347A2 in popluar number systems.

HEXB347A2
Decimal17971162
Binary10110011100011110100010
Octal263107242

Shades and tints

Shades of #B347A2

#B347A2
(179,71,162)
#A34194
(163,65,148)
#933B86
(147,59,134)
#833578
(131,53,120)
#732F6A
(115,47,106)
#63295C
(99,41,92)
#53234E
(83,35,78)
#431D40
(67,29,64)
#331732
(51,23,50)
#231124
(35,17,36)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #B347A2

#B347A2
(179,71,162)
#B957AA
(185,87,170)
#BF67B2
(191,103,178)
#C577BA
(197,119,186)
#CB87C2
(203,135,194)
#D197CA
(209,151,202)
#D7A7D2
(215,167,210)
#DDB7DA
(221,183,218)
#E3C7E2
(227,199,226)
#E9D7EA
(233,215,234)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B347A2; }

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

This text font color is #B347A2.


Background Color

.myBgColor { background-color: #B347A2; }

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

This div background color is #B347A2.


Border color

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

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

This div border color is #B347A2.


Opacity

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

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

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

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

This text has shadow with #B347A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B347A2 on black background.


Color preview on white background

This text has color #B347A2 on white background.



Black color preview on #B347A2 background

This text has black color on #B347A2 background.


White color preview on #B347A2 background

This text has white color on #B347A2 background.