COLOR #B377B7

HEX: #B377B7 RGB: (179,119,183)

Color info

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

RGB color model

#B377B7 color RGB value is (179,119,183).

RGB: (179,119,183) (70%, 47%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 183 of 255 = 72%

179
119
183

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

Portions of RGB colors in percentages

R + G + B = 179 + 119 + 183 = 481 (100%)
R 179 of 481 ~ 37.21%
G 119 of 481 ~ 24.74%
B 183 of 481 ~ 38.05'%

%37.21
%24.74
%38.05

CMYK color model

#B377B7 color CMYK value is (2,35,0,28).

  • cyan value is 2.19%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (2,35,0,28)
C2M35Y0K28 (2%, 35%, 0%, 28%)
(0.02 / 0.35 / 0.00 / 0.28)

CMYK percentages

%2.19
%34.97
%0
%28.24

Codes

Color #B377B7 in popluar color models

B3 77 B7
RGB 179 119 183
HSL 296° 30.77% 59.22%
HSB/HSV 296° 34.97% 71.76%
CMYK 2.19% 34.97% 0.00%
28.24%

Color #B377B7 in popluar number systems.

HEX B3 77 B7
Decimal 179 119 183
Binary 10110011 1110111 10110111
Octal 263 167 267

Shades and tints

Shades of #B377B7

#B377B7
(179,119,183)
#A36DA7
(163,109,167)
#936397
(147,99,151)
#835987
(131,89,135)
#734F77
(115,79,119)
#634567
(99,69,103)
#533B57
(83,59,87)
#433147
(67,49,71)
#332737
(51,39,55)
#231D27
(35,29,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B377B7

#B377B7
(179,119,183)
#B983BD
(185,131,189)
#BF8FC3
(191,143,195)
#C59BC9
(197,155,201)
#CBA7CF
(203,167,207)
#D1B3D5
(209,179,213)
#D7BFDB
(215,191,219)
#DDCBE1
(221,203,225)
#E3D7E7
(227,215,231)
#E9E3ED
(233,227,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B377B7; }

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

This text font color is #B377B7.

Background Color

.myBgColor { background-color: #B377B7; }

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

This div background color is #B377B7.

Border color

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

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

This div border color is #B377B7.

Opacity

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

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

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

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

This text has shadow with #B377B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B377B7.

Preview

Color preview on black background

This text has color #B377B7 on black background.


Color preview on white background

This text has color #B377B7 on white background.


Black color preview on #B377B7 background

This text has black color on #B377B7 background.


White color preview on #B377B7 background

This text has white color on #B377B7 background.


Related colors

Complementary color

Complementary color for #hex is #4C8848.


I love getcolorcode.com

Triadic colors

1 #B7B377 and #77B7B3 with #B377B7 are triadic colors.

2 #B777B3 and #77B3B7 with #B377B7 are triadic colors.