COLOR #B39EE4

HEX: #B39EE4 RGB: (179,158,228)

Color info

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

RGB color model

#B39EE4 color RGB value is (179,158,228).

RGB: (179,158,228) (70%, 62%, 89%)

RGB channels and saturation

R 179 of 255 = 70%
G 158 of 255 = 62%
B 228 of 255 = 89%

179
158
228

R + G + B ~ 74%. #B39EE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 158 + 228 = 565 (100%)
R 179 of 565 ~ 31.68%
G 158 of 565 ~ 27.96%
B 228 of 565 ~ 40.35'%

%31.68
%27.96
%40.35

CMYK color model

#B39EE4 color CMYK value is (21,31,0,11).

  • cyan value is 21.49%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (21,31,0,11)
C21M31Y0K11 (21%, 31%, 0%, 11%)
(0.21 / 0.31 / 0.00 / 0.11)

CMYK percentages

%21.49
%30.7
%0
%10.59

Codes

Color #B39EE4 in popluar color models

B3 9E E4
RGB 179 158 228
HSL 258° 56.45% 75.69%
HSB/HSV 258° 30.70% 89.41%
CMYK 21.49% 30.70% 0.00%
10.59%

Color #B39EE4 in popluar number systems.

HEX B3 9E E4
Decimal 179 158 228
Binary 10110011 10011110 11100100
Octal 263 236 344

Shades and tints

Shades of #B39EE4

#B39EE4
(179,158,228)
#A390D0
(163,144,208)
#9382BC
(147,130,188)
#8374A8
(131,116,168)
#736694
(115,102,148)
#635880
(99,88,128)
#534A6C
(83,74,108)
#433C58
(67,60,88)
#332E44
(51,46,68)
#232030
(35,32,48)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #B39EE4

#B39EE4
(179,158,228)
#B9A6E6
(185,166,230)
#BFAEE8
(191,174,232)
#C5B6EA
(197,182,234)
#CBBEEC
(203,190,236)
#D1C6EE
(209,198,238)
#D7CEF0
(215,206,240)
#DDD6F2
(221,214,242)
#E3DEF4
(227,222,244)
#E9E6F6
(233,230,246)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B39EE4 color. Also use rgb(179,158,228) instead hex code.

Text Font Color

.myTextColor { color: #B39EE4; }

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

This text font color is #B39EE4.

Background Color

.myBgColor { background-color: #B39EE4; }

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

This div background color is #B39EE4.

Border color

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

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

This div border color is #B39EE4.

Opacity

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

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

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

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

This text has shadow with #B39EE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B39EE4.

Preview

Color preview on black background

This text has color #B39EE4 on black background.


Color preview on white background

This text has color #B39EE4 on white background.


Black color preview on #B39EE4 background

This text has black color on #B39EE4 background.


White color preview on #B39EE4 background

This text has white color on #B39EE4 background.


Related colors

Complementary color

Complementary color for #hex is #4C611B.


I love getcolorcode.com

Triadic colors

1 #E4B39E and #9EE4B3 with #B39EE4 are triadic colors.

2 #E49EB3 and #9EB3E4 with #B39EE4 are triadic colors.