COLOR #B343A5

HEX: #B343A5
RGB: (179,67,165)

Color info

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

RGB color model

#B343A5 color RGB value is (179,67,165).

  • red value is 179;
  • green value is 67;
  • blue value is 165.
RGB:
(179,67,165)
(70%,26%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 67 of 255 = 26%
B 165 of 255 = 65%

179
67
165

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

Portions of RGB colors in percentages

R + G + B =
179 + 67 + 165 = 411 (100%)
R 179 of 411 ~ 43.55%
G 67 of 411 ~ 16.3%
B 165 of 411 ~ 40.15%

%43.55
%16.3
%40.15

CMYK color model

#B343A5 color CMYK value is (0,63,8,30).

  • cyan value is 0.00%
  • magenta value is 62.57%
  • yellow value is 7.82%
  • key color value is 29.80%
CMYK:
(0,63,8,30)
C0M63Y8K30 
(0%,63%,8%,30%)
(0.00/0.63/0.08/0.30)	

CMYK percentages

%0
%62.57
%7.82
%29.8

Codes

Color #B343A5 in popluar color models

B343A5
RGB17967165
HSL308°45.53%48.24%
HSB/HSV308°62.57%70.20%
CMYK0.00%62.57%7.82%
29.80%

Color #B343A5 in popluar number systems.

HEXB343A5
Decimal17967165
Binary10110011100001110100101
Octal263103245

Shades and tints

Shades of #B343A5

#B343A5
(179,67,165)
#A33D96
(163,61,150)
#933787
(147,55,135)
#833178
(131,49,120)
#732B69
(115,43,105)
#63255A
(99,37,90)
#531F4B
(83,31,75)
#43193C
(67,25,60)
#33132D
(51,19,45)
#230D1E
(35,13,30)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #B343A5

#B343A5
(179,67,165)
#B954AD
(185,84,173)
#BF65B5
(191,101,181)
#C576BD
(197,118,189)
#CB87C5
(203,135,197)
#D198CD
(209,152,205)
#D7A9D5
(215,169,213)
#DDBADD
(221,186,221)
#E3CBE5
(227,203,229)
#E9DCED
(233,220,237)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B343A5 color. Also use rgb(179,67,165) instead hex code.

Text Font Color

.myTextColor { color: #B343A5; }

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

This text font color is #B343A5.


Background Color

.myBgColor { background-color: #B343A5; }

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

This div background color is #B343A5.


Border color

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

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

This div border color is #B343A5.


Opacity

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

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

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

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

This text has shadow with #B343A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B343A5 on black background.


Color preview on white background

This text has color #B343A5 on white background.



Black color preview on #B343A5 background

This text has black color on #B343A5 background.


White color preview on #B343A5 background

This text has white color on #B343A5 background.