COLOR #B39FF6

HEX: #B39FF6
RGB: (179,159,246)

Color info

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

RGB color model

#B39FF6 color RGB value is (179,159,246).

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

RGB channels and saturation

R 179 of 255 = 70%
G 159 of 255 = 62%
B 246 of 255 = 96%

179
159
246

R + G + B ~ 76%. #B39FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 159 + 246 = 584 (100%)
R 179 of 584 ~ 30.65%
G 159 of 584 ~ 27.23%
B 246 of 584 ~ 42.12%

%30.65
%27.23
%42.12

CMYK color model

#B39FF6 color CMYK value is (27,35,0,4).

  • cyan value is 27.24%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(27,35,0,4)
C27M35Y0K4 
(27%,35%,0%,4%)
(0.27/0.35/0.00/0.04)	

CMYK percentages

%27.24
%35.37
%0
%3.53

Codes

Color #B39FF6 in popluar color models

B39FF6
RGB179159246
HSL254°82.86%79.41%
HSB/HSV254°35.37%96.47%
CMYK27.24%35.37%0.00%
3.53%

Color #B39FF6 in popluar number systems.

HEXB39FF6
Decimal179159246
Binary101100111001111111110110
Octal263237366

Shades and tints

Shades of #B39FF6

#B39FF6
(179,159,246)
#A391E0
(163,145,224)
#9383CA
(147,131,202)
#8375B4
(131,117,180)
#73679E
(115,103,158)
#635988
(99,89,136)
#534B72
(83,75,114)
#433D5C
(67,61,92)
#332F46
(51,47,70)
#232130
(35,33,48)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B39FF6

#B39FF6
(179,159,246)
#B9A7F6
(185,167,246)
#BFAFF6
(191,175,246)
#C5B7F6
(197,183,246)
#CBBFF6
(203,191,246)
#D1C7F6
(209,199,246)
#D7CFF6
(215,207,246)
#DDD7F6
(221,215,246)
#E3DFF6
(227,223,246)
#E9E7F6
(233,231,246)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B39FF6; }

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

This text font color is #B39FF6.


Background Color

.myBgColor { background-color: #B39FF6; }

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

This div background color is #B39FF6.


Border color

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

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

This div border color is #B39FF6.


Opacity

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

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

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

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

This text has shadow with #B39FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39FF6 on black background.


Color preview on white background

This text has color #B39FF6 on white background.



Black color preview on #B39FF6 background

This text has black color on #B39FF6 background.


White color preview on #B39FF6 background

This text has white color on #B39FF6 background.