COLOR #B376BA

HEX: #B376BA
RGB: (179,118,186)

Color info

#B376BA contains mainly red and blue colors. Web safe color of #B376BA is #9966CC (or #96C).

RGB color model

#B376BA color RGB value is (179,118,186).

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

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 186 of 255 = 73%

179
118
186

R + G + B ~ 63%. #B376BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 118 + 186 = 483 (100%)
R 179 of 483 ~ 37.06%
G 118 of 483 ~ 24.43%
B 186 of 483 ~ 38.51%

%37.06
%24.43
%38.51

CMYK color model

#B376BA color CMYK value is (4,37,0,27).

  • cyan value is 3.76%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(4,37,0,27)
C4M37Y0K27 
(4%,37%,0%,27%)
(0.04/0.37/0.00/0.27)	

CMYK percentages

%3.76
%36.56
%0
%27.06

Codes

Color #B376BA in popluar color models

B376BA
RGB179118186
HSL294°33.01%59.61%
HSB/HSV294°36.56%72.94%
CMYK3.76%36.56%0.00%
27.06%

Color #B376BA in popluar number systems.

HEXB376BA
Decimal179118186
Binary10110011111011010111010
Octal263166272

Shades and tints

Shades of #B376BA

#B376BA
(179,118,186)
#A36CAA
(163,108,170)
#93629A
(147,98,154)
#83588A
(131,88,138)
#734E7A
(115,78,122)
#63446A
(99,68,106)
#533A5A
(83,58,90)
#43304A
(67,48,74)
#33263A
(51,38,58)
#231C2A
(35,28,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #B376BA

#B376BA
(179,118,186)
#B982C0
(185,130,192)
#BF8EC6
(191,142,198)
#C59ACC
(197,154,204)
#CBA6D2
(203,166,210)
#D1B2D8
(209,178,216)
#D7BEDE
(215,190,222)
#DDCAE4
(221,202,228)
#E3D6EA
(227,214,234)
#E9E2F0
(233,226,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B376BA; }

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

This text font color is #B376BA.


Background Color

.myBgColor { background-color: #B376BA; }

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

This div background color is #B376BA.


Border color

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

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

This div border color is #B376BA.


Opacity

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

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

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

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

This text has shadow with #B376BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B376BA on black background.


Color preview on white background

This text has color #B376BA on white background.



Black color preview on #B376BA background

This text has black color on #B376BA background.


White color preview on #B376BA background

This text has white color on #B376BA background.