COLOR #B39BC0

HEX: #B39BC0 RGB: (179,155,192)

Color info

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

RGB color model

#B39BC0 color RGB value is (179,155,192).

RGB: (179,155,192) (70%, 61%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 192 of 255 = 75%

179
155
192

R + G + B ~ 69%. #B39BC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 155 + 192 = 526 (100%)
R 179 of 526 ~ 34.03%
G 155 of 526 ~ 29.47%
B 192 of 526 ~ 36.5'%

%34.03
%29.47
%36.5

CMYK color model

#B39BC0 color CMYK value is (7,19,0,25).

  • cyan value is 6.77%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (7,19,0,25) C7M19Y0K25 (7%,19%,0%,25%) (0.07/0.19/0.00/0.25) 

CMYK percentages

%6.77
%19.27
%0
%24.71

Codes

Color #B39BC0 in popluar color models

B3 9B C0
RGB 179 155 192
HSL 279° 22.70% 68.04%
HSB/HSV 279° 19.27% 75.29%
CMYK 6.77% 19.27% 0.00%
24.71%

Color #B39BC0 in popluar number systems.

HEX B3 9B C0
Decimal 179 155 192
Binary 10110011 10011011 11000000
Octal 263 233 300

Shades and tints

Shades of #B39BC0

#B39BC0
(179,155,192)
#A38DAF
(163,141,175)
#937F9E
(147,127,158)
#83718D
(131,113,141)
#73637C
(115,99,124)
#63556B
(99,85,107)
#53475A
(83,71,90)
#433949
(67,57,73)
#332B38
(51,43,56)
#231D27
(35,29,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B39BC0

#B39BC0
(179,155,192)
#B9A4C5
(185,164,197)
#BFADCA
(191,173,202)
#C5B6CF
(197,182,207)
#CBBFD4
(203,191,212)
#D1C8D9
(209,200,217)
#D7D1DE
(215,209,222)
#DDDAE3
(221,218,227)
#E3E3E8
(227,227,232)
#E9ECED
(233,236,237)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39BC0 color. Also use rgb(179,155,192) instead hex code.

Text Font Color

.myTextColor { color: #B39BC0; }

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

This text font color is #B39BC0.

Background Color

.myBgColor { background-color: #B39BC0; }

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

This div background color is #B39BC0.

Border color

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

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

This div border color is #B39BC0.

Opacity

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

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

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

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

This text has shadow with #B39BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39BC0.

Preview

Color preview on black background

This text has color #B39BC0 on black background.


Color preview on white background

This text has color #B39BC0 on white background.


Black color preview on #B39BC0 background

This text has black color on #B39BC0 background.


White color preview on #B39BC0 background

This text has white color on #B39BC0 background.


Related colors

Complementary color

Complementary color for #hex is #4C643F.


I love getcolorcode.com

Triadic colors

1 #C0B39B and #9BC0B3 with #B39BC0 are triadic colors.

2 #C09BB3 and #9BB3C0 with #B39BC0 are triadic colors.