COLOR #B379C6

HEX: #B379C6 RGB: (179,121,198)

Color info

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

RGB color model

#B379C6 color RGB value is (179,121,198).

RGB: (179,121,198) (70%, 47%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 121 of 255 = 47%
B 198 of 255 = 78%

179
121
198

R + G + B ~ 65%. #B379C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 121 + 198 = 498 (100%)
R 179 of 498 ~ 35.94%
G 121 of 498 ~ 24.3%
B 198 of 498 ~ 39.76'%

%35.94
%24.3
%39.76

CMYK color model

#B379C6 color CMYK value is (10,39,0,22).

  • cyan value is 9.60%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (10,39,0,22)
C10M39Y0K22 (10%, 39%, 0%, 22%)
(0.10 / 0.39 / 0.00 / 0.22)

CMYK percentages

%9.6
%38.89
%0
%22.35

Codes

Color #B379C6 in popluar color models

B3 79 C6
RGB 179 121 198
HSL 285° 40.31% 62.55%
HSB/HSV 285° 38.89% 77.65%
CMYK 9.60% 38.89% 0.00%
22.35%

Color #B379C6 in popluar number systems.

HEX B3 79 C6
Decimal 179 121 198
Binary 10110011 1111001 11000110
Octal 263 171 306

Shades and tints

Shades of #B379C6

#B379C6
(179,121,198)
#A36EB4
(163,110,180)
#9363A2
(147,99,162)
#835890
(131,88,144)
#734D7E
(115,77,126)
#63426C
(99,66,108)
#53375A
(83,55,90)
#432C48
(67,44,72)
#332136
(51,33,54)
#231624
(35,22,36)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B379C6

#B379C6
(179,121,198)
#B985CB
(185,133,203)
#BF91D0
(191,145,208)
#C59DD5
(197,157,213)
#CBA9DA
(203,169,218)
#D1B5DF
(209,181,223)
#D7C1E4
(215,193,228)
#DDCDE9
(221,205,233)
#E3D9EE
(227,217,238)
#E9E5F3
(233,229,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B379C6 color. Also use rgb(179,121,198) instead hex code.

Text Font Color

.myTextColor { color: #B379C6; }

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

This text font color is #B379C6.

Background Color

.myBgColor { background-color: #B379C6; }

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

This div background color is #B379C6.

Border color

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

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

This div border color is #B379C6.

Opacity

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

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

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

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

This text has shadow with #B379C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B379C6.

Preview

Color preview on black background

This text has color #B379C6 on black background.


Color preview on white background

This text has color #B379C6 on white background.


Black color preview on #B379C6 background

This text has black color on #B379C6 background.


White color preview on #B379C6 background

This text has white color on #B379C6 background.


Related colors

Complementary color

Complementary color for #hex is #4C8639.


I love getcolorcode.com

Triadic colors

1 #C6B379 and #79C6B3 with #B379C6 are triadic colors.

2 #C679B3 and #79B3C6 with #B379C6 are triadic colors.