COLOR #B39FFF

HEX: #B39FFF RGB: (179,159,255)

Color info

#B39FFF contains mainly blue color. Web safe color of #B39FFF is #9999FF (or #99F).

RGB color model

#B39FFF color RGB value is (179,159,255).

RGB: (179,159,255) (70%, 62%, 100%)

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 255 of 255 = 100%

179
159
255

R + G + B ~ 77%. #B39FFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 159 + 255 = 593 (100%)
R 179 of 593 ~ 30.19%
G 159 of 593 ~ 26.81%
B 255 of 593 ~ 43'%

%30.19
%26.81
%43

CMYK color model

#B39FFF color CMYK value is (30,38,0,0).

  • cyan value is 29.80%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (30,38,0,0)
C30M38Y0K0 (30%, 38%, 0%, 0%)
(0.30 / 0.38 / 0.00 / 0.00)

CMYK percentages

%29.8
%37.65
%0
%0

Codes

Color #B39FFF in popluar color models

B3 9F FF
RGB 179 159 255
HSL 253° 100.00% 81.18%
HSB/HSV 253° 37.65% 100.00%
CMYK 29.80% 37.65% 0.00%
0.00%

Color #B39FFF in popluar number systems.

HEX B3 9F FF
Decimal 179 159 255
Binary 10110011 10011111 11111111
Octal 263 237 377

Shades and tints

Shades of #B39FFF

#B39FFF
(179,159,255)
#A391E8
(163,145,232)
#9383D1
(147,131,209)
#8375BA
(131,117,186)
#7367A3
(115,103,163)
#63598C
(99,89,140)
#534B75
(83,75,117)
#433D5E
(67,61,94)
#332F47
(51,47,71)
#232130
(35,33,48)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #B39FFF

#B39FFF
(179,159,255)
#B9A7FF
(185,167,255)
#BFAFFF
(191,175,255)
#C5B7FF
(197,183,255)
#CBBFFF
(203,191,255)
#D1C7FF
(209,199,255)
#D7CFFF
(215,207,255)
#DDD7FF
(221,215,255)
#E3DFFF
(227,223,255)
#E9E7FF
(233,231,255)
#EFEFFF
(239,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39FFF; }

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

This text font color is #B39FFF.

Background Color

.myBgColor { background-color: #B39FFF; }

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

This div background color is #B39FFF.

Border color

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

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

This div border color is #B39FFF.

Opacity

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

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

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

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

This text has shadow with #B39FFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39FFF.

Preview

Color preview on black background

This text has color #B39FFF on black background.


Color preview on white background

This text has color #B39FFF on white background.


Black color preview on #B39FFF background

This text has black color on #B39FFF background.


White color preview on #B39FFF background

This text has white color on #B39FFF background.


Related colors

Complementary color

Complementary color for #hex is #4C6000.


I love getcolorcode.com

Triadic colors

1 #FFB39F and #9FFFB3 with #B39FFF are triadic colors.

2 #FF9FB3 and #9FB3FF with #B39FFF are triadic colors.