COLOR #B392E6

HEX: #B392E6
RGB: (179,146,230)

Color info

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

RGB color model

#B392E6 color RGB value is (179,146,230).

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

RGB channels and saturation

R 179 of 255 = 70%
G 146 of 255 = 57%
B 230 of 255 = 90%

179
146
230

R + G + B ~ 72%. #B392E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 146 + 230 = 555 (100%)
R 179 of 555 ~ 32.25%
G 146 of 555 ~ 26.31%
B 230 of 555 ~ 41.44%

%32.25
%26.31
%41.44

CMYK color model

#B392E6 color CMYK value is (22,37,0,10).

  • cyan value is 22.17%
  • magenta value is 36.52%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,37,0,10)
C22M37Y0K10 
(22%,37%,0%,10%)
(0.22/0.37/0.00/0.10)	

CMYK percentages

%22.17
%36.52
%0
%9.8

Codes

Color #B392E6 in popluar color models

B392E6
RGB179146230
HSL264°62.69%73.73%
HSB/HSV264°36.52%90.20%
CMYK22.17%36.52%0.00%
9.80%

Color #B392E6 in popluar number systems.

HEXB392E6
Decimal179146230
Binary101100111001001011100110
Octal263222346

Shades and tints

Shades of #B392E6

#B392E6
(179,146,230)
#A385D2
(163,133,210)
#9378BE
(147,120,190)
#836BAA
(131,107,170)
#735E96
(115,94,150)
#635182
(99,81,130)
#53446E
(83,68,110)
#43375A
(67,55,90)
#332A46
(51,42,70)
#231D32
(35,29,50)
#13101E
(19,16,30)
#000000
(0,0,0)

Tints of #B392E6

#B392E6
(179,146,230)
#B99BE8
(185,155,232)
#BFA4EA
(191,164,234)
#C5ADEC
(197,173,236)
#CBB6EE
(203,182,238)
#D1BFF0
(209,191,240)
#D7C8F2
(215,200,242)
#DDD1F4
(221,209,244)
#E3DAF6
(227,218,246)
#E9E3F8
(233,227,248)
#EFECFA
(239,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B392E6; }

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

This text font color is #B392E6.


Background Color

.myBgColor { background-color: #B392E6; }

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

This div background color is #B392E6.


Border color

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

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

This div border color is #B392E6.


Opacity

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

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

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

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

This text has shadow with #B392E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B392E6 on black background.


Color preview on white background

This text has color #B392E6 on white background.



Black color preview on #B392E6 background

This text has black color on #B392E6 background.


White color preview on #B392E6 background

This text has white color on #B392E6 background.