COLOR #B391CE

HEX: #B391CE
RGB: (179,145,206)

Color info

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

RGB color model

#B391CE color RGB value is (179,145,206).

  • red value is 179;
  • green value is 145;
  • blue value is 206.
RGB:
(179,145,206)
(70%,57%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 206 of 255 = 81%

179
145
206

R + G + B ~ 69%. #B391CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 206 = 530 (100%)
R 179 of 530 ~ 33.77%
G 145 of 530 ~ 27.36%
B 206 of 530 ~ 38.87%

%33.77
%27.36
%38.87

CMYK color model

#B391CE color CMYK value is (13,30,0,19).

  • cyan value is 13.11%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,30,0,19)
C13M30Y0K19 
(13%,30%,0%,19%)
(0.13/0.30/0.00/0.19)	

CMYK percentages

%13.11
%29.61
%0
%19.22

Codes

Color #B391CE in popluar color models

B391CE
RGB179145206
HSL273°38.36%68.82%
HSB/HSV273°29.61%80.78%
CMYK13.11%29.61%0.00%
19.22%

Color #B391CE in popluar number systems.

HEXB391CE
Decimal179145206
Binary101100111001000111001110
Octal263221316

Shades and tints

Shades of #B391CE

#B391CE
(179,145,206)
#A384BC
(163,132,188)
#9377AA
(147,119,170)
#836A98
(131,106,152)
#735D86
(115,93,134)
#635074
(99,80,116)
#534362
(83,67,98)
#433650
(67,54,80)
#33293E
(51,41,62)
#231C2C
(35,28,44)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #B391CE

#B391CE
(179,145,206)
#B99BD2
(185,155,210)
#BFA5D6
(191,165,214)
#C5AFDA
(197,175,218)
#CBB9DE
(203,185,222)
#D1C3E2
(209,195,226)
#D7CDE6
(215,205,230)
#DDD7EA
(221,215,234)
#E3E1EE
(227,225,238)
#E9EBF2
(233,235,242)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B391CE color. Also use rgb(179,145,206) instead hex code.

Text Font Color

.myTextColor { color: #B391CE; }

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

This text font color is #B391CE.


Background Color

.myBgColor { background-color: #B391CE; }

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

This div background color is #B391CE.


Border color

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

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

This div border color is #B391CE.


Opacity

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

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

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

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

This text has shadow with #B391CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B391CE on black background.


Color preview on white background

This text has color #B391CE on white background.



Black color preview on #B391CE background

This text has black color on #B391CE background.


White color preview on #B391CE background

This text has white color on #B391CE background.