COLOR #B376B2

HEX: #B376B2
RGB: (179,118,178)

Color info

#B376B2 contains mainly red and blue colors. Web safe color of #B376B2 is #996699 (or #969).

RGB color model

#B376B2 color RGB value is (179,118,178).

  • red value is 179;
  • green value is 118;
  • blue value is 178.
RGB:
(179,118,178)
(70%,46%,70%)

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 178 of 255 = 70%

179
118
178

R + G + B ~ 62%. #B376B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 118 + 178 = 475 (100%)
R 179 of 475 ~ 37.68%
G 118 of 475 ~ 24.84%
B 178 of 475 ~ 37.47%

%37.68
%24.84
%37.47

CMYK color model

#B376B2 color CMYK value is (0,34,1,30).

  • cyan value is 0.00%
  • magenta value is 34.08%
  • yellow value is 0.56%
  • key color value is 29.80%
CMYK:
(0,34,1,30)
C0M34Y1K30 
(0%,34%,1%,30%)
(0.00/0.34/0.01/0.30)	

CMYK percentages

%0
%34.08
%0.56
%29.8

Codes

Color #B376B2 in popluar color models

B376B2
RGB179118178
HSL301°28.64%58.24%
HSB/HSV301°34.08%70.20%
CMYK0.00%34.08%0.56%
29.80%

Color #B376B2 in popluar number systems.

HEXB376B2
Decimal179118178
Binary10110011111011010110010
Octal263166262

Shades and tints

Shades of #B376B2

#B376B2
(179,118,178)
#A36CA2
(163,108,162)
#936292
(147,98,146)
#835882
(131,88,130)
#734E72
(115,78,114)
#634462
(99,68,98)
#533A52
(83,58,82)
#433042
(67,48,66)
#332632
(51,38,50)
#231C22
(35,28,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B376B2

#B376B2
(179,118,178)
#B982B9
(185,130,185)
#BF8EC0
(191,142,192)
#C59AC7
(197,154,199)
#CBA6CE
(203,166,206)
#D1B2D5
(209,178,213)
#D7BEDC
(215,190,220)
#DDCAE3
(221,202,227)
#E3D6EA
(227,214,234)
#E9E2F1
(233,226,241)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B376B2 color. Also use rgb(179,118,178) instead hex code.

Text Font Color

.myTextColor { color: #B376B2; }

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

This text font color is #B376B2.


Background Color

.myBgColor { background-color: #B376B2; }

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

This div background color is #B376B2.


Border color

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

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

This div border color is #B376B2.


Opacity

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

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

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

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

This text has shadow with #B376B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B376B2 on black background.


Color preview on white background

This text has color #B376B2 on white background.



Black color preview on #B376B2 background

This text has black color on #B376B2 background.


White color preview on #B376B2 background

This text has white color on #B376B2 background.