COLOR #B36FC6

HEX: #B36FC6
RGB: (179,111,198)

Color info

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

RGB color model

#B36FC6 color RGB value is (179,111,198).

  • red value is 179;
  • green value is 111;
  • blue value is 198.
RGB:
(179,111,198)
(70%,44%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 111 of 255 = 44%
B 198 of 255 = 78%

179
111
198

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

Portions of RGB colors in percentages

R + G + B =
179 + 111 + 198 = 488 (100%)
R 179 of 488 ~ 36.68%
G 111 of 488 ~ 22.75%
B 198 of 488 ~ 40.57%

%36.68
%22.75
%40.57

CMYK color model

#B36FC6 color CMYK value is (10,44,0,22).

  • cyan value is 9.60%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,44,0,22)
C10M44Y0K22 
(10%,44%,0%,22%)
(0.10/0.44/0.00/0.22)	

CMYK percentages

%9.6
%43.94
%0
%22.35

Codes

Color #B36FC6 in popluar color models

B36FC6
RGB179111198
HSL287°43.28%60.59%
HSB/HSV287°43.94%77.65%
CMYK9.60%43.94%0.00%
22.35%

Color #B36FC6 in popluar number systems.

HEXB36FC6
Decimal179111198
Binary10110011110111111000110
Octal263157306

Shades and tints

Shades of #B36FC6

#B36FC6
(179,111,198)
#A365B4
(163,101,180)
#935BA2
(147,91,162)
#835190
(131,81,144)
#73477E
(115,71,126)
#633D6C
(99,61,108)
#53335A
(83,51,90)
#432948
(67,41,72)
#331F36
(51,31,54)
#231524
(35,21,36)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B36FC6

#B36FC6
(179,111,198)
#B97CCB
(185,124,203)
#BF89D0
(191,137,208)
#C596D5
(197,150,213)
#CBA3DA
(203,163,218)
#D1B0DF
(209,176,223)
#D7BDE4
(215,189,228)
#DDCAE9
(221,202,233)
#E3D7EE
(227,215,238)
#E9E4F3
(233,228,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36FC6 color. Also use rgb(179,111,198) instead hex code.

Text Font Color

.myTextColor { color: #B36FC6; }

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

This text font color is #B36FC6.


Background Color

.myBgColor { background-color: #B36FC6; }

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

This div background color is #B36FC6.


Border color

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

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

This div border color is #B36FC6.


Opacity

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

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

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

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

This text has shadow with #B36FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36FC6 on black background.


Color preview on white background

This text has color #B36FC6 on white background.



Black color preview on #B36FC6 background

This text has black color on #B36FC6 background.


White color preview on #B36FC6 background

This text has white color on #B36FC6 background.