COLOR #B364D6

HEX: #B364D6
RGB: (179,100,214)

Color info

#B364D6 contains mainly red and blue colors. Web safe color of #B364D6 is #9966CC (or #96C).

RGB color model

#B364D6 color RGB value is (179,100,214).

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

RGB channels and saturation

R 179 of 255 = 70%
G 100 of 255 = 39%
B 214 of 255 = 84%

179
100
214

R + G + B ~ 64%. #B364D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 100 + 214 = 493 (100%)
R 179 of 493 ~ 36.31%
G 100 of 493 ~ 20.28%
B 214 of 493 ~ 43.41%

%36.31
%20.28
%43.41

CMYK color model

#B364D6 color CMYK value is (16,53,0,16).

  • cyan value is 16.36%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(16,53,0,16)
C16M53Y0K16 
(16%,53%,0%,16%)
(0.16/0.53/0.00/0.16)	

CMYK percentages

%16.36
%53.27
%0
%16.08

Codes

Color #B364D6 in popluar color models

B364D6
RGB179100214
HSL282°58.16%61.57%
HSB/HSV282°53.27%83.92%
CMYK16.36%53.27%0.00%
16.08%

Color #B364D6 in popluar number systems.

HEXB364D6
Decimal179100214
Binary10110011110010011010110
Octal263144326

Shades and tints

Shades of #B364D6

#B364D6
(179,100,214)
#A35BC3
(163,91,195)
#9352B0
(147,82,176)
#83499D
(131,73,157)
#73408A
(115,64,138)
#633777
(99,55,119)
#532E64
(83,46,100)
#432551
(67,37,81)
#331C3E
(51,28,62)
#23132B
(35,19,43)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #B364D6

#B364D6
(179,100,214)
#B972D9
(185,114,217)
#BF80DC
(191,128,220)
#C58EDF
(197,142,223)
#CB9CE2
(203,156,226)
#D1AAE5
(209,170,229)
#D7B8E8
(215,184,232)
#DDC6EB
(221,198,235)
#E3D4EE
(227,212,238)
#E9E2F1
(233,226,241)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B364D6; }

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

This text font color is #B364D6.


Background Color

.myBgColor { background-color: #B364D6; }

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

This div background color is #B364D6.


Border color

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

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

This div border color is #B364D6.


Opacity

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

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

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

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

This text has shadow with #B364D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B364D6 on black background.


Color preview on white background

This text has color #B364D6 on white background.



Black color preview on #B364D6 background

This text has black color on #B364D6 background.


White color preview on #B364D6 background

This text has white color on #B364D6 background.