COLOR #B377AC

HEX: #B377AC
RGB: (179,119,172)

Color info

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

RGB color model

#B377AC color RGB value is (179,119,172).

  • red value is 179;
  • green value is 119;
  • blue value is 172.
RGB:
(179,119,172)
(70%,47%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 172 of 255 = 67%

179
119
172

R + G + B ~ 61%. #B377AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 119 + 172 = 470 (100%)
R 179 of 470 ~ 38.09%
G 119 of 470 ~ 25.32%
B 172 of 470 ~ 36.6%

%38.09
%25.32
%36.6

CMYK color model

#B377AC color CMYK value is (0,34,4,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(0,34,4,30)
C0M34Y4K30 
(0%,34%,4%,30%)
(0.00/0.34/0.04/0.30)	

CMYK percentages

%0
%33.52
%3.91
%29.8

Codes

Color #B377AC in popluar color models

B377AC
RGB179119172
HSL307°28.30%58.43%
HSB/HSV307°33.52%70.20%
CMYK0.00%33.52%3.91%
29.80%

Color #B377AC in popluar number systems.

HEXB377AC
Decimal179119172
Binary10110011111011110101100
Octal263167254

Shades and tints

Shades of #B377AC

#B377AC
(179,119,172)
#A36D9D
(163,109,157)
#93638E
(147,99,142)
#83597F
(131,89,127)
#734F70
(115,79,112)
#634561
(99,69,97)
#533B52
(83,59,82)
#433143
(67,49,67)
#332734
(51,39,52)
#231D25
(35,29,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B377AC

#B377AC
(179,119,172)
#B983B3
(185,131,179)
#BF8FBA
(191,143,186)
#C59BC1
(197,155,193)
#CBA7C8
(203,167,200)
#D1B3CF
(209,179,207)
#D7BFD6
(215,191,214)
#DDCBDD
(221,203,221)
#E3D7E4
(227,215,228)
#E9E3EB
(233,227,235)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B377AC color. Also use rgb(179,119,172) instead hex code.

Text Font Color

.myTextColor { color: #B377AC; }

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

This text font color is #B377AC.


Background Color

.myBgColor { background-color: #B377AC; }

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

This div background color is #B377AC.


Border color

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

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

This div border color is #B377AC.


Opacity

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

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

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

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

This text has shadow with #B377AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B377AC on black background.


Color preview on white background

This text has color #B377AC on white background.



Black color preview on #B377AC background

This text has black color on #B377AC background.


White color preview on #B377AC background

This text has white color on #B377AC background.