COLOR #B391D4

HEX: #B391D4
RGB: (179,145,212)

Color info

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

RGB color model

#B391D4 color RGB value is (179,145,212).

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

RGB channels and saturation

R 179 of 255 = 70%
G 145 of 255 = 57%
B 212 of 255 = 83%

179
145
212

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

Portions of RGB colors in percentages

R + G + B =
179 + 145 + 212 = 536 (100%)
R 179 of 536 ~ 33.4%
G 145 of 536 ~ 27.05%
B 212 of 536 ~ 39.55%

%33.4
%27.05
%39.55

CMYK color model

#B391D4 color CMYK value is (16,32,0,17).

  • cyan value is 15.57%
  • magenta value is 31.60%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(16,32,0,17)
C16M32Y0K17 
(16%,32%,0%,17%)
(0.16/0.32/0.00/0.17)	

CMYK percentages

%15.57
%31.6
%0
%16.86

Codes

Color #B391D4 in popluar color models

B391D4
RGB179145212
HSL270°43.79%70.00%
HSB/HSV270°31.60%83.14%
CMYK15.57%31.60%0.00%
16.86%

Color #B391D4 in popluar number systems.

HEXB391D4
Decimal179145212
Binary101100111001000111010100
Octal263221324

Shades and tints

Shades of #B391D4

#B391D4
(179,145,212)
#A384C1
(163,132,193)
#9377AE
(147,119,174)
#836A9B
(131,106,155)
#735D88
(115,93,136)
#635075
(99,80,117)
#534362
(83,67,98)
#43364F
(67,54,79)
#33293C
(51,41,60)
#231C29
(35,28,41)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #B391D4

#B391D4
(179,145,212)
#B99BD7
(185,155,215)
#BFA5DA
(191,165,218)
#C5AFDD
(197,175,221)
#CBB9E0
(203,185,224)
#D1C3E3
(209,195,227)
#D7CDE6
(215,205,230)
#DDD7E9
(221,215,233)
#E3E1EC
(227,225,236)
#E9EBEF
(233,235,239)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B391D4; }

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

This text font color is #B391D4.


Background Color

.myBgColor { background-color: #B391D4; }

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

This div background color is #B391D4.


Border color

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

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

This div border color is #B391D4.


Opacity

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

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

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

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

This text has shadow with #B391D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B391D4 on black background.


Color preview on white background

This text has color #B391D4 on white background.



Black color preview on #B391D4 background

This text has black color on #B391D4 background.


White color preview on #B391D4 background

This text has white color on #B391D4 background.