COLOR #B391B6

HEX: #B391B6
RGB: (179,145,182)

Color info

#B391B6 contains red, green and blue colors in about the same proportion. Web safe color of #B391B6 is #9999CC (or #99C).

RGB color model

#B391B6 color RGB value is (179,145,182).

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

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 182 of 255 = 71%

179
145
182

R + G + B ~ 66%. #B391B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 182 = 506 (100%)
R 179 of 506 ~ 35.38%
G 145 of 506 ~ 28.66%
B 182 of 506 ~ 35.97%

%35.38
%28.66
%35.97

CMYK color model

#B391B6 color CMYK value is (2,20,0,29).

  • cyan value is 1.65%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(2,20,0,29)
C2M20Y0K29 
(2%,20%,0%,29%)
(0.02/0.20/0.00/0.29)	

CMYK percentages

%1.65
%20.33
%0
%28.63

Codes

Color #B391B6 in popluar color models

B391B6
RGB179145182
HSL295°20.22%64.12%
HSB/HSV295°20.33%71.37%
CMYK1.65%20.33%0.00%
28.63%

Color #B391B6 in popluar number systems.

HEXB391B6
Decimal179145182
Binary101100111001000110110110
Octal263221266

Shades and tints

Shades of #B391B6

#B391B6
(179,145,182)
#A384A6
(163,132,166)
#937796
(147,119,150)
#836A86
(131,106,134)
#735D76
(115,93,118)
#635066
(99,80,102)
#534356
(83,67,86)
#433646
(67,54,70)
#332936
(51,41,54)
#231C26
(35,28,38)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B391B6

#B391B6
(179,145,182)
#B99BBC
(185,155,188)
#BFA5C2
(191,165,194)
#C5AFC8
(197,175,200)
#CBB9CE
(203,185,206)
#D1C3D4
(209,195,212)
#D7CDDA
(215,205,218)
#DDD7E0
(221,215,224)
#E3E1E6
(227,225,230)
#E9EBEC
(233,235,236)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B391B6; }

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

This text font color is #B391B6.


Background Color

.myBgColor { background-color: #B391B6; }

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

This div background color is #B391B6.


Border color

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

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

This div border color is #B391B6.


Opacity

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

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

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

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

This text has shadow with #B391B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B391B6 on black background.


Color preview on white background

This text has color #B391B6 on white background.



Black color preview on #B391B6 background

This text has black color on #B391B6 background.


White color preview on #B391B6 background

This text has white color on #B391B6 background.