COLOR #B377CE

HEX: #B377CE RGB: (179,119,206)

Color info

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

RGB color model

#B377CE color RGB value is (179,119,206).

RGB: (179,119,206) (70%, 47%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 119 of 255 = 47%
B 206 of 255 = 81%

179
119
206

R + G + B ~ 66%. #B377CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 119 + 206 = 504 (100%)
R 179 of 504 ~ 35.52%
G 119 of 504 ~ 23.61%
B 206 of 504 ~ 40.87'%

%35.52
%23.61
%40.87

CMYK color model

#B377CE color CMYK value is (13,42,0,19).

  • cyan value is 13.11%
  • magenta value is 42.23%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,42,0,19)
C13M42Y0K19 (13%, 42%, 0%, 19%)
(0.13 / 0.42 / 0.00 / 0.19)

CMYK percentages

%13.11
%42.23
%0
%19.22

Codes

Color #B377CE in popluar color models

B3 77 CE
RGB 179 119 206
HSL 281° 47.03% 63.73%
HSB/HSV 281° 42.23% 80.78%
CMYK 13.11% 42.23% 0.00%
19.22%

Color #B377CE in popluar number systems.

HEX B3 77 CE
Decimal 179 119 206
Binary 10110011 1110111 11001110
Octal 263 167 316

Shades and tints

Shades of #B377CE

#B377CE
(179,119,206)
#A36DBC
(163,109,188)
#9363AA
(147,99,170)
#835998
(131,89,152)
#734F86
(115,79,134)
#634574
(99,69,116)
#533B62
(83,59,98)
#433150
(67,49,80)
#33273E
(51,39,62)
#231D2C
(35,29,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B377CE

#B377CE
(179,119,206)
#B983D2
(185,131,210)
#BF8FD6
(191,143,214)
#C59BDA
(197,155,218)
#CBA7DE
(203,167,222)
#D1B3E2
(209,179,226)
#D7BFE6
(215,191,230)
#DDCBEA
(221,203,234)
#E3D7EE
(227,215,238)
#E9E3F2
(233,227,242)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B377CE; }

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

This text font color is #B377CE.

Background Color

.myBgColor { background-color: #B377CE; }

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

This div background color is #B377CE.

Border color

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

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

This div border color is #B377CE.

Opacity

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

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

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

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

This text has shadow with #B377CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B377CE.

Preview

Color preview on black background

This text has color #B377CE on black background.


Color preview on white background

This text has color #B377CE on white background.


Black color preview on #B377CE background

This text has black color on #B377CE background.


White color preview on #B377CE background

This text has white color on #B377CE background.


Related colors

Complementary color

Complementary color for #hex is #4C8831.


I love getcolorcode.com

Triadic colors

1 #CEB377 and #77CEB3 with #B377CE are triadic colors.

2 #CE77B3 and #77B3CE with #B377CE are triadic colors.