COLOR #B39BEE

HEX: #B39BEE
RGB: (179,155,238)

Color info

#B39BEE contains mainly red and blue colors. Web safe color of #B39BEE is #9999FF (or #99F).

RGB color model

#B39BEE color RGB value is (179,155,238).

  • red value is 179;
  • green value is 155;
  • blue value is 238.
RGB:
(179,155,238)
(70%,61%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 155 of 255 = 61%
B 238 of 255 = 93%

179
155
238

R + G + B ~ 75%. #B39BEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 155 + 238 = 572 (100%)
R 179 of 572 ~ 31.29%
G 155 of 572 ~ 27.1%
B 238 of 572 ~ 41.61%

%31.29
%27.1
%41.61

CMYK color model

#B39BEE color CMYK value is (25,35,0,7).

  • cyan value is 24.79%
  • magenta value is 34.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(25,35,0,7)
C25M35Y0K7 
(25%,35%,0%,7%)
(0.25/0.35/0.00/0.07)	

CMYK percentages

%24.79
%34.87
%0
%6.67

Codes

Color #B39BEE in popluar color models

B39BEE
RGB179155238
HSL257°70.94%77.06%
HSB/HSV257°34.87%93.33%
CMYK24.79%34.87%0.00%
6.67%

Color #B39BEE in popluar number systems.

HEXB39BEE
Decimal179155238
Binary101100111001101111101110
Octal263233356

Shades and tints

Shades of #B39BEE

#B39BEE
(179,155,238)
#A38DD9
(163,141,217)
#937FC4
(147,127,196)
#8371AF
(131,113,175)
#73639A
(115,99,154)
#635585
(99,85,133)
#534770
(83,71,112)
#43395B
(67,57,91)
#332B46
(51,43,70)
#231D31
(35,29,49)
#130F1C
(19,15,28)
#000000
(0,0,0)

Tints of #B39BEE

#B39BEE
(179,155,238)
#B9A4EF
(185,164,239)
#BFADF0
(191,173,240)
#C5B6F1
(197,182,241)
#CBBFF2
(203,191,242)
#D1C8F3
(209,200,243)
#D7D1F4
(215,209,244)
#DDDAF5
(221,218,245)
#E3E3F6
(227,227,246)
#E9ECF7
(233,236,247)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39BEE color. Also use rgb(179,155,238) instead hex code.

Text Font Color

.myTextColor { color: #B39BEE; }

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

This text font color is #B39BEE.


Background Color

.myBgColor { background-color: #B39BEE; }

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

This div background color is #B39BEE.


Border color

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

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

This div border color is #B39BEE.


Opacity

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

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

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

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

This text has shadow with #B39BEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B39BEE on black background.


Color preview on white background

This text has color #B39BEE on white background.



Black color preview on #B39BEE background

This text has black color on #B39BEE background.


White color preview on #B39BEE background

This text has white color on #B39BEE background.