COLOR #B344A8

HEX: #B344A8
RGB: (179,68,168)

Color info

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

RGB color model

#B344A8 color RGB value is (179,68,168).

  • red value is 179;
  • green value is 68;
  • blue value is 168.
RGB:
(179,68,168)
(70%,27%,66%)

RGB channels and saturation

R 179 of 255 = 70%
G 68 of 255 = 27%
B 168 of 255 = 66%

179
68
168

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

Portions of RGB colors in percentages

R + G + B =
179 + 68 + 168 = 415 (100%)
R 179 of 415 ~ 43.13%
G 68 of 415 ~ 16.39%
B 168 of 415 ~ 40.48%

%43.13
%16.39
%40.48

CMYK color model

#B344A8 color CMYK value is (0,62,6,30).

  • cyan value is 0.00%
  • magenta value is 62.01%
  • yellow value is 6.15%
  • key color value is 29.80%
CMYK:
(0,62,6,30)
C0M62Y6K30 
(0%,62%,6%,30%)
(0.00/0.62/0.06/0.30)	

CMYK percentages

%0
%62.01
%6.15
%29.8

Codes

Color #B344A8 in popluar color models

B344A8
RGB17968168
HSL306°44.94%48.43%
HSB/HSV306°62.01%70.20%
CMYK0.00%62.01%6.15%
29.80%

Color #B344A8 in popluar number systems.

HEXB344A8
Decimal17968168
Binary10110011100010010101000
Octal263104250

Shades and tints

Shades of #B344A8

#B344A8
(179,68,168)
#A33E99
(163,62,153)
#93388A
(147,56,138)
#83327B
(131,50,123)
#732C6C
(115,44,108)
#63265D
(99,38,93)
#53204E
(83,32,78)
#431A3F
(67,26,63)
#331430
(51,20,48)
#230E21
(35,14,33)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #B344A8

#B344A8
(179,68,168)
#B955AF
(185,85,175)
#BF66B6
(191,102,182)
#C577BD
(197,119,189)
#CB88C4
(203,136,196)
#D199CB
(209,153,203)
#D7AAD2
(215,170,210)
#DDBBD9
(221,187,217)
#E3CCE0
(227,204,224)
#E9DDE7
(233,221,231)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B344A8 color. Also use rgb(179,68,168) instead hex code.

Text Font Color

.myTextColor { color: #B344A8; }

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

This text font color is #B344A8.


Background Color

.myBgColor { background-color: #B344A8; }

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

This div background color is #B344A8.


Border color

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

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

This div border color is #B344A8.


Opacity

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

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

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

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

This text has shadow with #B344A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B344A8 on black background.


Color preview on white background

This text has color #B344A8 on white background.



Black color preview on #B344A8 background

This text has black color on #B344A8 background.


White color preview on #B344A8 background

This text has white color on #B344A8 background.