COLOR #B39ADC

HEX: #B39ADC RGB: (179,154,220)

Color info

#B39ADC contains mainly red and blue colors. Web safe color of #B39ADC is #9999CC (or #99C).

RGB color model

#B39ADC color RGB value is (179,154,220).

RGB: (179,154,220) (70%, 60%, 86%)

RGB channels and saturation

R 179 of 255 = 70%
G 154 of 255 = 60%
B 220 of 255 = 86%

179
154
220

R + G + B ~ 72%. #B39ADC is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 154 + 220 = 553 (100%)
R 179 of 553 ~ 32.37%
G 154 of 553 ~ 27.85%
B 220 of 553 ~ 39.78'%

%32.37
%27.85
%39.78

CMYK color model

#B39ADC color CMYK value is (19,30,0,14).

  • cyan value is 18.64%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (19,30,0,14)
C19M30Y0K14 (19%, 30%, 0%, 14%)
(0.19 / 0.30 / 0.00 / 0.14)

CMYK percentages

%18.64
%30
%0
%13.73

Codes

Color #B39ADC in popluar color models

B3 9A DC
RGB 179 154 220
HSL 263° 48.53% 73.33%
HSB/HSV 263° 30.00% 86.27%
CMYK 18.64% 30.00% 0.00%
13.73%

Color #B39ADC in popluar number systems.

HEX B3 9A DC
Decimal 179 154 220
Binary 10110011 10011010 11011100
Octal 263 232 334

Shades and tints

Shades of #B39ADC

#B39ADC
(179,154,220)
#A38CC8
(163,140,200)
#937EB4
(147,126,180)
#8370A0
(131,112,160)
#73628C
(115,98,140)
#635478
(99,84,120)
#534664
(83,70,100)
#433850
(67,56,80)
#332A3C
(51,42,60)
#231C28
(35,28,40)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #B39ADC

#B39ADC
(179,154,220)
#B9A3DF
(185,163,223)
#BFACE2
(191,172,226)
#C5B5E5
(197,181,229)
#CBBEE8
(203,190,232)
#D1C7EB
(209,199,235)
#D7D0EE
(215,208,238)
#DDD9F1
(221,217,241)
#E3E2F4
(227,226,244)
#E9EBF7
(233,235,247)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39ADC color. Also use rgb(179,154,220) instead hex code.

Text Font Color

.myTextColor { color: #B39ADC; }

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

This text font color is #B39ADC.

Background Color

.myBgColor { background-color: #B39ADC; }

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

This div background color is #B39ADC.

Border color

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

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

This div border color is #B39ADC.

Opacity

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

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

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

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

This text has shadow with #B39ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39ADC.

Preview

Color preview on black background

This text has color #B39ADC on black background.


Color preview on white background

This text has color #B39ADC on white background.


Black color preview on #B39ADC background

This text has black color on #B39ADC background.


White color preview on #B39ADC background

This text has white color on #B39ADC background.


Related colors

Complementary color

Complementary color for #hex is #4C6523.


I love getcolorcode.com

Triadic colors

1 #DCB39A and #9ADCB3 with #B39ADC are triadic colors.

2 #DC9AB3 and #9AB3DC with #B39ADC are triadic colors.