COLOR #B39FDD

HEX: #B39FDD
RGB: (179,159,221)

Color info

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

RGB color model

#B39FDD color RGB value is (179,159,221).

  • red value is 179;
  • green value is 159;
  • blue value is 221.
RGB:
(179,159,221)
(70%,62%,87%)

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 221 of 255 = 87%

179
159
221

R + G + B ~ 73%. #B39FDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 159 + 221 = 559 (100%)
R 179 of 559 ~ 32.02%
G 159 of 559 ~ 28.44%
B 221 of 559 ~ 39.53%

%32.02
%28.44
%39.53

CMYK color model

#B39FDD color CMYK value is (19,28,0,13).

  • cyan value is 19.00%
  • magenta value is 28.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,28,0,13)
C19M28Y0K13 
(19%,28%,0%,13%)
(0.19/0.28/0.00/0.13)	

CMYK percentages

%19
%28.05
%0
%13.33

Codes

Color #B39FDD in popluar color models

B39FDD
RGB179159221
HSL259°47.69%74.51%
HSB/HSV259°28.05%86.67%
CMYK19.00%28.05%0.00%
13.33%

Color #B39FDD in popluar number systems.

HEXB39FDD
Decimal179159221
Binary101100111001111111011101
Octal263237335

Shades and tints

Shades of #B39FDD

#B39FDD
(179,159,221)
#A391C9
(163,145,201)
#9383B5
(147,131,181)
#8375A1
(131,117,161)
#73678D
(115,103,141)
#635979
(99,89,121)
#534B65
(83,75,101)
#433D51
(67,61,81)
#332F3D
(51,47,61)
#232129
(35,33,41)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #B39FDD

#B39FDD
(179,159,221)
#B9A7E0
(185,167,224)
#BFAFE3
(191,175,227)
#C5B7E6
(197,183,230)
#CBBFE9
(203,191,233)
#D1C7EC
(209,199,236)
#D7CFEF
(215,207,239)
#DDD7F2
(221,215,242)
#E3DFF5
(227,223,245)
#E9E7F8
(233,231,248)
#EFEFFB
(239,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39FDD; }

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

This text font color is #B39FDD.


Background Color

.myBgColor { background-color: #B39FDD; }

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

This div background color is #B39FDD.


Border color

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

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

This div border color is #B39FDD.


Opacity

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

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

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

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

This text has shadow with #B39FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39FDD on black background.


Color preview on white background

This text has color #B39FDD on white background.



Black color preview on #B39FDD background

This text has black color on #B39FDD background.


White color preview on #B39FDD background

This text has white color on #B39FDD background.