COLOR #B386FB

HEX: #B386FB
RGB: (179,134,251)

Color info

#B386FB contains mainly blue color. Web safe color of #B386FB is #9999FF (or #99F).

RGB color model

#B386FB color RGB value is (179,134,251).

  • red value is 179;
  • green value is 134;
  • blue value is 251.
RGB:
(179,134,251)
(70%,53%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 134 of 255 = 53%
B 251 of 255 = 98%

179
134
251

R + G + B ~ 74%. #B386FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 134 + 251 = 564 (100%)
R 179 of 564 ~ 31.74%
G 134 of 564 ~ 23.76%
B 251 of 564 ~ 44.5%

%31.74
%23.76
%44.5

CMYK color model

#B386FB color CMYK value is (29,47,0,2).

  • cyan value is 28.69%
  • magenta value is 46.61%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,47,0,2)
C29M47Y0K2 
(29%,47%,0%,2%)
(0.29/0.47/0.00/0.02)	

CMYK percentages

%28.69
%46.61
%0
%1.57

Codes

Color #B386FB in popluar color models

B386FB
RGB179134251
HSL263°93.60%75.49%
HSB/HSV263°46.61%98.43%
CMYK28.69%46.61%0.00%
1.57%

Color #B386FB in popluar number systems.

HEXB386FB
Decimal179134251
Binary101100111000011011111011
Octal263206373

Shades and tints

Shades of #B386FB

#B386FB
(179,134,251)
#A37AE5
(163,122,229)
#936ECF
(147,110,207)
#8362B9
(131,98,185)
#7356A3
(115,86,163)
#634A8D
(99,74,141)
#533E77
(83,62,119)
#433261
(67,50,97)
#33264B
(51,38,75)
#231A35
(35,26,53)
#130E1F
(19,14,31)
#000000
(0,0,0)

Tints of #B386FB

#B386FB
(179,134,251)
#B991FB
(185,145,251)
#BF9CFB
(191,156,251)
#C5A7FB
(197,167,251)
#CBB2FB
(203,178,251)
#D1BDFB
(209,189,251)
#D7C8FB
(215,200,251)
#DDD3FB
(221,211,251)
#E3DEFB
(227,222,251)
#E9E9FB
(233,233,251)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B386FB color. Also use rgb(179,134,251) instead hex code.

Text Font Color

.myTextColor { color: #B386FB; }

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

This text font color is #B386FB.


Background Color

.myBgColor { background-color: #B386FB; }

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

This div background color is #B386FB.


Border color

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

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

This div border color is #B386FB.


Opacity

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

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

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

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

This text has shadow with #B386FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B386FB on black background.


Color preview on white background

This text has color #B386FB on white background.



Black color preview on #B386FB background

This text has black color on #B386FB background.


White color preview on #B386FB background

This text has white color on #B386FB background.