COLOR #B39CD2

HEX: #B39CD2 RGB: (179,156,210)

Color info

#B39CD2 contains red, green and blue colors in about the same proportion. Web safe color of #B39CD2 is #9999CC (or #99C).

RGB color model

#B39CD2 color RGB value is (179,156,210).

RGB: (179,156,210) (70%, 61%, 82%)

RGB channels and saturation

R 179 of 255 = 70%
G 156 of 255 = 61%
B 210 of 255 = 82%

179
156
210

R + G + B ~ 71%. #B39CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 156 + 210 = 545 (100%)
R 179 of 545 ~ 32.84%
G 156 of 545 ~ 28.62%
B 210 of 545 ~ 38.53'%

%32.84
%28.62
%38.53

CMYK color model

#B39CD2 color CMYK value is (15,26,0,18).

  • cyan value is 14.76%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (15,26,0,18)
C15M26Y0K18 (15%, 26%, 0%, 18%)
(0.15 / 0.26 / 0.00 / 0.18)

CMYK percentages

%14.76
%25.71
%0
%17.65

Codes

Color #B39CD2 in popluar color models

B3 9C D2
RGB 179 156 210
HSL 266° 37.50% 71.76%
HSB/HSV 266° 25.71% 82.35%
CMYK 14.76% 25.71% 0.00%
17.65%

Color #B39CD2 in popluar number systems.

HEX B3 9C D2
Decimal 179 156 210
Binary 10110011 10011100 11010010
Octal 263 234 322

Shades and tints

Shades of #B39CD2

#B39CD2
(179,156,210)
#A38EBF
(163,142,191)
#9380AC
(147,128,172)
#837299
(131,114,153)
#736486
(115,100,134)
#635673
(99,86,115)
#534860
(83,72,96)
#433A4D
(67,58,77)
#332C3A
(51,44,58)
#231E27
(35,30,39)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #B39CD2

#B39CD2
(179,156,210)
#B9A5D6
(185,165,214)
#BFAEDA
(191,174,218)
#C5B7DE
(197,183,222)
#CBC0E2
(203,192,226)
#D1C9E6
(209,201,230)
#D7D2EA
(215,210,234)
#DDDBEE
(221,219,238)
#E3E4F2
(227,228,242)
#E9EDF6
(233,237,246)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39CD2 color. Also use rgb(179,156,210) instead hex code.

Text Font Color

.myTextColor { color: #B39CD2; }

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

This text font color is #B39CD2.

Background Color

.myBgColor { background-color: #B39CD2; }

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

This div background color is #B39CD2.

Border color

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

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

This div border color is #B39CD2.

Opacity

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

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

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

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

This text has shadow with #B39CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39CD2.

Preview

Color preview on black background

This text has color #B39CD2 on black background.


Color preview on white background

This text has color #B39CD2 on white background.


Black color preview on #B39CD2 background

This text has black color on #B39CD2 background.


White color preview on #B39CD2 background

This text has white color on #B39CD2 background.


Related colors

Complementary color

Complementary color for #hex is #4C632D.


I love getcolorcode.com

Triadic colors

1 #D2B39C and #9CD2B3 with #B39CD2 are triadic colors.

2 #D29CB3 and #9CB3D2 with #B39CD2 are triadic colors.