COLOR #B392FA

HEX: #B392FA
RGB: (179,146,250)

Color info

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

RGB color model

#B392FA color RGB value is (179,146,250).

  • red value is 179;
  • green value is 146;
  • blue value is 250.
RGB:
(179,146,250)
(70%,57%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 250 of 255 = 98%

179
146
250

R + G + B ~ 75%. #B392FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 250 = 575 (100%)
R 179 of 575 ~ 31.13%
G 146 of 575 ~ 25.39%
B 250 of 575 ~ 43.48%

%31.13
%25.39
%43.48

CMYK color model

#B392FA color CMYK value is (28,42,0,2).

  • cyan value is 28.40%
  • magenta value is 41.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,42,0,2)
C28M42Y0K2 
(28%,42%,0%,2%)
(0.28/0.42/0.00/0.02)	

CMYK percentages

%28.4
%41.6
%0
%1.96

Codes

Color #B392FA in popluar color models

B392FA
RGB179146250
HSL259°91.23%77.65%
HSB/HSV259°41.60%98.04%
CMYK28.40%41.60%0.00%
1.96%

Color #B392FA in popluar number systems.

HEXB392FA
Decimal179146250
Binary101100111001001011111010
Octal263222372

Shades and tints

Shades of #B392FA

#B392FA
(179,146,250)
#A385E4
(163,133,228)
#9378CE
(147,120,206)
#836BB8
(131,107,184)
#735EA2
(115,94,162)
#63518C
(99,81,140)
#534476
(83,68,118)
#433760
(67,55,96)
#332A4A
(51,42,74)
#231D34
(35,29,52)
#13101E
(19,16,30)
#000000
(0,0,0)

Tints of #B392FA

#B392FA
(179,146,250)
#B99BFA
(185,155,250)
#BFA4FA
(191,164,250)
#C5ADFA
(197,173,250)
#CBB6FA
(203,182,250)
#D1BFFA
(209,191,250)
#D7C8FA
(215,200,250)
#DDD1FA
(221,209,250)
#E3DAFA
(227,218,250)
#E9E3FA
(233,227,250)
#EFECFA
(239,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B392FA color. Also use rgb(179,146,250) instead hex code.

Text Font Color

.myTextColor { color: #B392FA; }

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

This text font color is #B392FA.


Background Color

.myBgColor { background-color: #B392FA; }

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

This div background color is #B392FA.


Border color

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

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

This div border color is #B392FA.


Opacity

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

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

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

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

This text has shadow with #B392FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B392FA on black background.


Color preview on white background

This text has color #B392FA on white background.



Black color preview on #B392FA background

This text has black color on #B392FA background.


White color preview on #B392FA background

This text has white color on #B392FA background.