COLOR #B364EC

HEX: #B364EC
RGB: (179,100,236)

Color info

#B364EC contains mainly red and blue colors. Web safe color of #B364EC is #9966FF (or #96F).

RGB color model

#B364EC color RGB value is (179,100,236).

  • red value is 179;
  • green value is 100;
  • blue value is 236.
RGB:
(179,100,236)
(70%,39%,93%)

RGB channels and saturation

R 179 of 255 = 70%
G 100 of 255 = 39%
B 236 of 255 = 93%

179
100
236

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

Portions of RGB colors in percentages

R + G + B =
179 + 100 + 236 = 515 (100%)
R 179 of 515 ~ 34.76%
G 100 of 515 ~ 19.42%
B 236 of 515 ~ 45.83%

%34.76
%19.42
%45.83

CMYK color model

#B364EC color CMYK value is (24,58,0,7).

  • cyan value is 24.15%
  • magenta value is 57.63%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(24,58,0,7)
C24M58Y0K7 
(24%,58%,0%,7%)
(0.24/0.58/0.00/0.07)	

CMYK percentages

%24.15
%57.63
%0
%7.45

Codes

Color #B364EC in popluar color models

B364EC
RGB179100236
HSL275°78.16%65.88%
HSB/HSV275°57.63%92.55%
CMYK24.15%57.63%0.00%
7.45%

Color #B364EC in popluar number systems.

HEXB364EC
Decimal179100236
Binary10110011110010011101100
Octal263144354

Shades and tints

Shades of #B364EC

#B364EC
(179,100,236)
#A35BD7
(163,91,215)
#9352C2
(147,82,194)
#8349AD
(131,73,173)
#734098
(115,64,152)
#633783
(99,55,131)
#532E6E
(83,46,110)
#432559
(67,37,89)
#331C44
(51,28,68)
#23132F
(35,19,47)
#130A1A
(19,10,26)
#000000
(0,0,0)

Tints of #B364EC

#B364EC
(179,100,236)
#B972ED
(185,114,237)
#BF80EE
(191,128,238)
#C58EEF
(197,142,239)
#CB9CF0
(203,156,240)
#D1AAF1
(209,170,241)
#D7B8F2
(215,184,242)
#DDC6F3
(221,198,243)
#E3D4F4
(227,212,244)
#E9E2F5
(233,226,245)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B364EC color. Also use rgb(179,100,236) instead hex code.

Text Font Color

.myTextColor { color: #B364EC; }

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

This text font color is #B364EC.


Background Color

.myBgColor { background-color: #B364EC; }

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

This div background color is #B364EC.


Border color

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

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

This div border color is #B364EC.


Opacity

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

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

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

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

This text has shadow with #B364EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B364EC on black background.


Color preview on white background

This text has color #B364EC on white background.



Black color preview on #B364EC background

This text has black color on #B364EC background.


White color preview on #B364EC background

This text has white color on #B364EC background.