COLOR #B364D7

HEX: #B364D7
RGB: (179,100,215)

Color info

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

RGB color model

#B364D7 color RGB value is (179,100,215).

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

RGB channels and saturation

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

179
100
215

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

Portions of RGB colors in percentages

R + G + B =
179 + 100 + 215 = 494 (100%)
R 179 of 494 ~ 36.23%
G 100 of 494 ~ 20.24%
B 215 of 494 ~ 43.52%

%36.23
%20.24
%43.52

CMYK color model

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

  • cyan value is 16.74%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,53,0,16)
C17M53Y0K16 
(17%,53%,0%,16%)
(0.17/0.53/0.00/0.16)	

CMYK percentages

%16.74
%53.49
%0
%15.69

Codes

Color #B364D7 in popluar color models

B364D7
RGB179100215
HSL281°58.97%61.76%
HSB/HSV281°53.49%84.31%
CMYK16.74%53.49%0.00%
15.69%

Color #B364D7 in popluar number systems.

HEXB364D7
Decimal179100215
Binary10110011110010011010111
Octal263144327

Shades and tints

Shades of #B364D7

#B364D7
(179,100,215)
#A35BC4
(163,91,196)
#9352B1
(147,82,177)
#83499E
(131,73,158)
#73408B
(115,64,139)
#633778
(99,55,120)
#532E65
(83,46,101)
#432552
(67,37,82)
#331C3F
(51,28,63)
#23132C
(35,19,44)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #B364D7

#B364D7
(179,100,215)
#B972DA
(185,114,218)
#BF80DD
(191,128,221)
#C58EE0
(197,142,224)
#CB9CE3
(203,156,227)
#D1AAE6
(209,170,230)
#D7B8E9
(215,184,233)
#DDC6EC
(221,198,236)
#E3D4EF
(227,212,239)
#E9E2F2
(233,226,242)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B364D7; }

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

This text font color is #B364D7.


Background Color

.myBgColor { background-color: #B364D7; }

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

This div background color is #B364D7.


Border color

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

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

This div border color is #B364D7.


Opacity

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

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

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

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

This text has shadow with #B364D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B364D7 on black background.


Color preview on white background

This text has color #B364D7 on white background.



Black color preview on #B364D7 background

This text has black color on #B364D7 background.


White color preview on #B364D7 background

This text has white color on #B364D7 background.