COLOR #B391C0

HEX: #B391C0
RGB: (179,145,192)

Color info

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

RGB color model

#B391C0 color RGB value is (179,145,192).

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

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 192 of 255 = 75%

179
145
192

R + G + B ~ 67%. #B391C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 192 = 516 (100%)
R 179 of 516 ~ 34.69%
G 145 of 516 ~ 28.1%
B 192 of 516 ~ 37.21%

%34.69
%28.1
%37.21

CMYK color model

#B391C0 color CMYK value is (7,24,0,25).

  • cyan value is 6.77%
  • magenta value is 24.48%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,24,0,25)
C7M24Y0K25 
(7%,24%,0%,25%)
(0.07/0.24/0.00/0.25)	

CMYK percentages

%6.77
%24.48
%0
%24.71

Codes

Color #B391C0 in popluar color models

B391C0
RGB179145192
HSL283°27.17%66.08%
HSB/HSV283°24.48%75.29%
CMYK6.77%24.48%0.00%
24.71%

Color #B391C0 in popluar number systems.

HEXB391C0
Decimal179145192
Binary101100111001000111000000
Octal263221300

Shades and tints

Shades of #B391C0

#B391C0
(179,145,192)
#A384AF
(163,132,175)
#93779E
(147,119,158)
#836A8D
(131,106,141)
#735D7C
(115,93,124)
#63506B
(99,80,107)
#53435A
(83,67,90)
#433649
(67,54,73)
#332938
(51,41,56)
#231C27
(35,28,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B391C0

#B391C0
(179,145,192)
#B99BC5
(185,155,197)
#BFA5CA
(191,165,202)
#C5AFCF
(197,175,207)
#CBB9D4
(203,185,212)
#D1C3D9
(209,195,217)
#D7CDDE
(215,205,222)
#DDD7E3
(221,215,227)
#E3E1E8
(227,225,232)
#E9EBED
(233,235,237)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B391C0; }

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

This text font color is #B391C0.


Background Color

.myBgColor { background-color: #B391C0; }

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

This div background color is #B391C0.


Border color

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

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

This div border color is #B391C0.


Opacity

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

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

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

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

This text has shadow with #B391C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B391C0 on black background.


Color preview on white background

This text has color #B391C0 on white background.



Black color preview on #B391C0 background

This text has black color on #B391C0 background.


White color preview on #B391C0 background

This text has white color on #B391C0 background.