COLOR #B377A2

HEX: #B377A2 RGB: (179,119,162)

Color info

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

RGB color model

#B377A2 color RGB value is (179,119,162).

RGB: (179,119,162) (70%, 47%, 64%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 162 of 255 = 64%

179
119
162

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

Portions of RGB colors in percentages

R + G + B = 179 + 119 + 162 = 460 (100%)
R 179 of 460 ~ 38.91%
G 119 of 460 ~ 25.87%
B 162 of 460 ~ 35.22'%

%38.91
%25.87
%35.22

CMYK color model

#B377A2 color CMYK value is (0,34,9,30).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 9.50%
  • key color value is 29.80%

CMYK: (0,34,9,30)
C0M34Y9K30 (0%, 34%, 9%, 30%)
(0.00 / 0.34 / 0.09 / 0.30)

CMYK percentages

%0
%33.52
%9.5
%29.8

Codes

Color #B377A2 in popluar color models

B3 77 A2
RGB 179 119 162
HSL 317° 28.30% 58.43%
HSB/HSV 317° 33.52% 70.20%
CMYK 0.00% 33.52% 9.50%
29.80%

Color #B377A2 in popluar number systems.

HEX B3 77 A2
Decimal 179 119 162
Binary 10110011 1110111 10100010
Octal 263 167 242

Shades and tints

Shades of #B377A2

#B377A2
(179,119,162)
#A36D94
(163,109,148)
#936386
(147,99,134)
#835978
(131,89,120)
#734F6A
(115,79,106)
#63455C
(99,69,92)
#533B4E
(83,59,78)
#433140
(67,49,64)
#332732
(51,39,50)
#231D24
(35,29,36)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B377A2

#B377A2
(179,119,162)
#B983AA
(185,131,170)
#BF8FB2
(191,143,178)
#C59BBA
(197,155,186)
#CBA7C2
(203,167,194)
#D1B3CA
(209,179,202)
#D7BFD2
(215,191,210)
#DDCBDA
(221,203,218)
#E3D7E2
(227,215,226)
#E9E3EA
(233,227,234)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B377A2; }

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

This text font color is #B377A2.

Background Color

.myBgColor { background-color: #B377A2; }

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

This div background color is #B377A2.

Border color

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

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

This div border color is #B377A2.

Opacity

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

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

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

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

This text has shadow with #B377A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B377A2.

Preview

Color preview on black background

This text has color #B377A2 on black background.


Color preview on white background

This text has color #B377A2 on white background.


Black color preview on #B377A2 background

This text has black color on #B377A2 background.


White color preview on #B377A2 background

This text has white color on #B377A2 background.


Related colors

Complementary color

Complementary color for #hex is #4C885D.


I love getcolorcode.com

Triadic colors

1 #A2B377 and #77A2B3 with #B377A2 are triadic colors.

2 #A277B3 and #77B3A2 with #B377A2 are triadic colors.