COLOR #B39FD4

HEX: #B39FD4 RGB: (179,159,212)

Color info

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

RGB color model

#B39FD4 color RGB value is (179,159,212).

RGB: (179,159,212) (70%, 62%, 83%)

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 212 of 255 = 83%

179
159
212

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

Portions of RGB colors in percentages

R + G + B = 179 + 159 + 212 = 550 (100%)
R 179 of 550 ~ 32.55%
G 159 of 550 ~ 28.91%
B 212 of 550 ~ 38.55'%

%32.55
%28.91
%38.55

CMYK color model

#B39FD4 color CMYK value is (16,25,0,17).

  • cyan value is 15.57%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (16,25,0,17)
C16M25Y0K17 (16%, 25%, 0%, 17%)
(0.16 / 0.25 / 0.00 / 0.17)

CMYK percentages

%15.57
%25
%0
%16.86

Codes

Color #B39FD4 in popluar color models

B3 9F D4
RGB 179 159 212
HSL 263° 38.13% 72.75%
HSB/HSV 263° 25.00% 83.14%
CMYK 15.57% 25.00% 0.00%
16.86%

Color #B39FD4 in popluar number systems.

HEX B3 9F D4
Decimal 179 159 212
Binary 10110011 10011111 11010100
Octal 263 237 324

Shades and tints

Shades of #B39FD4

#B39FD4
(179,159,212)
#A391C1
(163,145,193)
#9383AE
(147,131,174)
#83759B
(131,117,155)
#736788
(115,103,136)
#635975
(99,89,117)
#534B62
(83,75,98)
#433D4F
(67,61,79)
#332F3C
(51,47,60)
#232129
(35,33,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #B39FD4

#B39FD4
(179,159,212)
#B9A7D7
(185,167,215)
#BFAFDA
(191,175,218)
#C5B7DD
(197,183,221)
#CBBFE0
(203,191,224)
#D1C7E3
(209,199,227)
#D7CFE6
(215,207,230)
#DDD7E9
(221,215,233)
#E3DFEC
(227,223,236)
#E9E7EF
(233,231,239)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39FD4; }

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

This text font color is #B39FD4.

Background Color

.myBgColor { background-color: #B39FD4; }

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

This div background color is #B39FD4.

Border color

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

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

This div border color is #B39FD4.

Opacity

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

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

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

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

This text has shadow with #B39FD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39FD4.

Preview

Color preview on black background

This text has color #B39FD4 on black background.


Color preview on white background

This text has color #B39FD4 on white background.


Black color preview on #B39FD4 background

This text has black color on #B39FD4 background.


White color preview on #B39FD4 background

This text has white color on #B39FD4 background.


Related colors

Complementary color

Complementary color for #hex is #4C602B.


I love getcolorcode.com

Triadic colors

1 #D4B39F and #9FD4B3 with #B39FD4 are triadic colors.

2 #D49FB3 and #9FB3D4 with #B39FD4 are triadic colors.