COLOR #B376C0

HEX: #B376C0
RGB: (179,118,192)

Color info

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

RGB color model

#B376C0 color RGB value is (179,118,192).

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

RGB channels and saturation

R 179 of 255 = 70%
G 118 of 255 = 46%
B 192 of 255 = 75%

179
118
192

R + G + B ~ 64%. #B376C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 118 + 192 = 489 (100%)
R 179 of 489 ~ 36.61%
G 118 of 489 ~ 24.13%
B 192 of 489 ~ 39.26%

%36.61
%24.13
%39.26

CMYK color model

#B376C0 color CMYK value is (7,39,0,25).

  • cyan value is 6.77%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,39,0,25)
C7M39Y0K25 
(7%,39%,0%,25%)
(0.07/0.39/0.00/0.25)	

CMYK percentages

%6.77
%38.54
%0
%24.71

Codes

Color #B376C0 in popluar color models

B376C0
RGB179118192
HSL289°37.00%60.78%
HSB/HSV289°38.54%75.29%
CMYK6.77%38.54%0.00%
24.71%

Color #B376C0 in popluar number systems.

HEXB376C0
Decimal179118192
Binary10110011111011011000000
Octal263166300

Shades and tints

Shades of #B376C0

#B376C0
(179,118,192)
#A36CAF
(163,108,175)
#93629E
(147,98,158)
#83588D
(131,88,141)
#734E7C
(115,78,124)
#63446B
(99,68,107)
#533A5A
(83,58,90)
#433049
(67,48,73)
#332638
(51,38,56)
#231C27
(35,28,39)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #B376C0

#B376C0
(179,118,192)
#B982C5
(185,130,197)
#BF8ECA
(191,142,202)
#C59ACF
(197,154,207)
#CBA6D4
(203,166,212)
#D1B2D9
(209,178,217)
#D7BEDE
(215,190,222)
#DDCAE3
(221,202,227)
#E3D6E8
(227,214,232)
#E9E2ED
(233,226,237)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B376C0; }

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

This text font color is #B376C0.


Background Color

.myBgColor { background-color: #B376C0; }

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

This div background color is #B376C0.


Border color

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

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

This div border color is #B376C0.


Opacity

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

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

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

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

This text has shadow with #B376C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B376C0 on black background.


Color preview on white background

This text has color #B376C0 on white background.



Black color preview on #B376C0 background

This text has black color on #B376C0 background.


White color preview on #B376C0 background

This text has white color on #B376C0 background.