COLOR #B391D7

HEX: #B391D7
RGB: (179,145,215)

Color info

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

RGB color model

#B391D7 color RGB value is (179,145,215).

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

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 215 of 255 = 84%

179
145
215

R + G + B ~ 70%. #B391D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 215 = 539 (100%)
R 179 of 539 ~ 33.21%
G 145 of 539 ~ 26.9%
B 215 of 539 ~ 39.89%

%33.21
%26.9
%39.89

CMYK color model

#B391D7 color CMYK value is (17,33,0,16).

  • cyan value is 16.74%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,33,0,16)
C17M33Y0K16 
(17%,33%,0%,16%)
(0.17/0.33/0.00/0.16)	

CMYK percentages

%16.74
%32.56
%0
%15.69

Codes

Color #B391D7 in popluar color models

B391D7
RGB179145215
HSL269°46.67%70.59%
HSB/HSV269°32.56%84.31%
CMYK16.74%32.56%0.00%
15.69%

Color #B391D7 in popluar number systems.

HEXB391D7
Decimal179145215
Binary101100111001000111010111
Octal263221327

Shades and tints

Shades of #B391D7

#B391D7
(179,145,215)
#A384C4
(163,132,196)
#9377B1
(147,119,177)
#836A9E
(131,106,158)
#735D8B
(115,93,139)
#635078
(99,80,120)
#534365
(83,67,101)
#433652
(67,54,82)
#33293F
(51,41,63)
#231C2C
(35,28,44)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #B391D7

#B391D7
(179,145,215)
#B99BDA
(185,155,218)
#BFA5DD
(191,165,221)
#C5AFE0
(197,175,224)
#CBB9E3
(203,185,227)
#D1C3E6
(209,195,230)
#D7CDE9
(215,205,233)
#DDD7EC
(221,215,236)
#E3E1EF
(227,225,239)
#E9EBF2
(233,235,242)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B391D7; }

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

This text font color is #B391D7.


Background Color

.myBgColor { background-color: #B391D7; }

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

This div background color is #B391D7.


Border color

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

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

This div border color is #B391D7.


Opacity

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

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

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

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

This text has shadow with #B391D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B391D7 on black background.


Color preview on white background

This text has color #B391D7 on white background.



Black color preview on #B391D7 background

This text has black color on #B391D7 background.


White color preview on #B391D7 background

This text has white color on #B391D7 background.