COLOR #B395E2

HEX: #B395E2
RGB: (179,149,226)

Color info

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

RGB color model

#B395E2 color RGB value is (179,149,226).

  • red value is 179;
  • green value is 149;
  • blue value is 226.
RGB:
(179,149,226)
(70%,58%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 149 of 255 = 58%
B 226 of 255 = 89%

179
149
226

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

Portions of RGB colors in percentages

R + G + B =
179 + 149 + 226 = 554 (100%)
R 179 of 554 ~ 32.31%
G 149 of 554 ~ 26.9%
B 226 of 554 ~ 40.79%

%32.31
%26.9
%40.79

CMYK color model

#B395E2 color CMYK value is (21,34,0,11).

  • cyan value is 20.80%
  • magenta value is 34.07%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(21,34,0,11)
C21M34Y0K11 
(21%,34%,0%,11%)
(0.21/0.34/0.00/0.11)	

CMYK percentages

%20.8
%34.07
%0
%11.37

Codes

Color #B395E2 in popluar color models

B395E2
RGB179149226
HSL263°57.04%73.53%
HSB/HSV263°34.07%88.63%
CMYK20.80%34.07%0.00%
11.37%

Color #B395E2 in popluar number systems.

HEXB395E2
Decimal179149226
Binary101100111001010111100010
Octal263225342

Shades and tints

Shades of #B395E2

#B395E2
(179,149,226)
#A388CE
(163,136,206)
#937BBA
(147,123,186)
#836EA6
(131,110,166)
#736192
(115,97,146)
#63547E
(99,84,126)
#53476A
(83,71,106)
#433A56
(67,58,86)
#332D42
(51,45,66)
#23202E
(35,32,46)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #B395E2

#B395E2
(179,149,226)
#B99EE4
(185,158,228)
#BFA7E6
(191,167,230)
#C5B0E8
(197,176,232)
#CBB9EA
(203,185,234)
#D1C2EC
(209,194,236)
#D7CBEE
(215,203,238)
#DDD4F0
(221,212,240)
#E3DDF2
(227,221,242)
#E9E6F4
(233,230,244)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B395E2 color. Also use rgb(179,149,226) instead hex code.

Text Font Color

.myTextColor { color: #B395E2; }

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

This text font color is #B395E2.


Background Color

.myBgColor { background-color: #B395E2; }

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

This div background color is #B395E2.


Border color

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

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

This div border color is #B395E2.


Opacity

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

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

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

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

This text has shadow with #B395E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B395E2 on black background.


Color preview on white background

This text has color #B395E2 on white background.



Black color preview on #B395E2 background

This text has black color on #B395E2 background.


White color preview on #B395E2 background

This text has white color on #B395E2 background.