COLOR #B39FDA

HEX: #B39FDA RGB: (179,159,218)

Color info

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

RGB color model

#B39FDA color RGB value is (179,159,218).

RGB: (179,159,218) (70%, 62%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 218 of 255 = 85%

179
159
218

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

Portions of RGB colors in percentages

R + G + B = 179 + 159 + 218 = 556 (100%)
R 179 of 556 ~ 32.19%
G 159 of 556 ~ 28.6%
B 218 of 556 ~ 39.21'%

%32.19
%28.6
%39.21

CMYK color model

#B39FDA color CMYK value is (18,27,0,15).

  • cyan value is 17.89%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (18,27,0,15)
C18M27Y0K15 (18%, 27%, 0%, 15%)
(0.18 / 0.27 / 0.00 / 0.15)

CMYK percentages

%17.89
%27.06
%0
%14.51

Codes

Color #B39FDA in popluar color models

B3 9F DA
RGB 179 159 218
HSL 260° 44.36% 73.92%
HSB/HSV 260° 27.06% 85.49%
CMYK 17.89% 27.06% 0.00%
14.51%

Color #B39FDA in popluar number systems.

HEX B3 9F DA
Decimal 179 159 218
Binary 10110011 10011111 11011010
Octal 263 237 332

Shades and tints

Shades of #B39FDA

#B39FDA
(179,159,218)
#A391C7
(163,145,199)
#9383B4
(147,131,180)
#8375A1
(131,117,161)
#73678E
(115,103,142)
#63597B
(99,89,123)
#534B68
(83,75,104)
#433D55
(67,61,85)
#332F42
(51,47,66)
#23212F
(35,33,47)
#13131C
(19,19,28)
#000000
(0,0,0)

Tints of #B39FDA

#B39FDA
(179,159,218)
#B9A7DD
(185,167,221)
#BFAFE0
(191,175,224)
#C5B7E3
(197,183,227)
#CBBFE6
(203,191,230)
#D1C7E9
(209,199,233)
#D7CFEC
(215,207,236)
#DDD7EF
(221,215,239)
#E3DFF2
(227,223,242)
#E9E7F5
(233,231,245)
#EFEFF8
(239,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39FDA color. Also use rgb(179,159,218) instead hex code.

Text Font Color

.myTextColor { color: #B39FDA; }

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

This text font color is #B39FDA.

Background Color

.myBgColor { background-color: #B39FDA; }

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

This div background color is #B39FDA.

Border color

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

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

This div border color is #B39FDA.

Opacity

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

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

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

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

This text has shadow with #B39FDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39FDA.

Preview

Color preview on black background

This text has color #B39FDA on black background.


Color preview on white background

This text has color #B39FDA on white background.


Black color preview on #B39FDA background

This text has black color on #B39FDA background.


White color preview on #B39FDA background

This text has white color on #B39FDA background.


Related colors

Complementary color

Complementary color for #hex is #4C6025.


I love getcolorcode.com

Triadic colors

1 #DAB39F and #9FDAB3 with #B39FDA are triadic colors.

2 #DA9FB3 and #9FB3DA with #B39FDA are triadic colors.