COLOR #B36CD7

HEX: #B36CD7
RGB: (179,108,215)

Color info

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

RGB color model

#B36CD7 color RGB value is (179,108,215).

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

RGB channels and saturation

R 179 of 255 = 70%
G 108 of 255 = 42%
B 215 of 255 = 84%

179
108
215

R + G + B ~ 65%. #B36CD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 108 + 215 = 502 (100%)
R 179 of 502 ~ 35.66%
G 108 of 502 ~ 21.51%
B 215 of 502 ~ 42.83%

%35.66
%21.51
%42.83

CMYK color model

#B36CD7 color CMYK value is (17,50,0,16).

  • cyan value is 16.74%
  • magenta value is 49.77%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,50,0,16)
C17M50Y0K16 
(17%,50%,0%,16%)
(0.17/0.50/0.00/0.16)	

CMYK percentages

%16.74
%49.77
%0
%15.69

Codes

Color #B36CD7 in popluar color models

B36CD7
RGB179108215
HSL280°57.22%63.33%
HSB/HSV280°49.77%84.31%
CMYK16.74%49.77%0.00%
15.69%

Color #B36CD7 in popluar number systems.

HEXB36CD7
Decimal179108215
Binary10110011110110011010111
Octal263154327

Shades and tints

Shades of #B36CD7

#B36CD7
(179,108,215)
#A363C4
(163,99,196)
#935AB1
(147,90,177)
#83519E
(131,81,158)
#73488B
(115,72,139)
#633F78
(99,63,120)
#533665
(83,54,101)
#432D52
(67,45,82)
#33243F
(51,36,63)
#231B2C
(35,27,44)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B36CD7

#B36CD7
(179,108,215)
#B979DA
(185,121,218)
#BF86DD
(191,134,221)
#C593E0
(197,147,224)
#CBA0E3
(203,160,227)
#D1ADE6
(209,173,230)
#D7BAE9
(215,186,233)
#DDC7EC
(221,199,236)
#E3D4EF
(227,212,239)
#E9E1F2
(233,225,242)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36CD7; }

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

This text font color is #B36CD7.


Background Color

.myBgColor { background-color: #B36CD7; }

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

This div background color is #B36CD7.


Border color

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

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

This div border color is #B36CD7.


Opacity

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

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

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

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

This text has shadow with #B36CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36CD7 on black background.


Color preview on white background

This text has color #B36CD7 on white background.



Black color preview on #B36CD7 background

This text has black color on #B36CD7 background.


White color preview on #B36CD7 background

This text has white color on #B36CD7 background.