COLOR #B36FBF

HEX: #B36FBF
RGB: (179,111,191)

Color info

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

RGB color model

#B36FBF color RGB value is (179,111,191).

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

RGB channels and saturation

R 179 of 255 = 70%
G 111 of 255 = 44%
B 191 of 255 = 75%

179
111
191

R + G + B ~ 63%. #B36FBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 111 + 191 = 481 (100%)
R 179 of 481 ~ 37.21%
G 111 of 481 ~ 23.08%
B 191 of 481 ~ 39.71%

%37.21
%23.08
%39.71

CMYK color model

#B36FBF color CMYK value is (6,42,0,25).

  • cyan value is 6.28%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,42,0,25)
C6M42Y0K25 
(6%,42%,0%,25%)
(0.06/0.42/0.00/0.25)	

CMYK percentages

%6.28
%41.88
%0
%25.1

Codes

Color #B36FBF in popluar color models

B36FBF
RGB179111191
HSL291°38.46%59.22%
HSB/HSV291°41.88%74.90%
CMYK6.28%41.88%0.00%
25.10%

Color #B36FBF in popluar number systems.

HEXB36FBF
Decimal179111191
Binary10110011110111110111111
Octal263157277

Shades and tints

Shades of #B36FBF

#B36FBF
(179,111,191)
#A365AE
(163,101,174)
#935B9D
(147,91,157)
#83518C
(131,81,140)
#73477B
(115,71,123)
#633D6A
(99,61,106)
#533359
(83,51,89)
#432948
(67,41,72)
#331F37
(51,31,55)
#231526
(35,21,38)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #B36FBF

#B36FBF
(179,111,191)
#B97CC4
(185,124,196)
#BF89C9
(191,137,201)
#C596CE
(197,150,206)
#CBA3D3
(203,163,211)
#D1B0D8
(209,176,216)
#D7BDDD
(215,189,221)
#DDCAE2
(221,202,226)
#E3D7E7
(227,215,231)
#E9E4EC
(233,228,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B36FBF; }

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

This text font color is #B36FBF.


Background Color

.myBgColor { background-color: #B36FBF; }

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

This div background color is #B36FBF.


Border color

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

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

This div border color is #B36FBF.


Opacity

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

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

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

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

This text has shadow with #B36FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36FBF on black background.


Color preview on white background

This text has color #B36FBF on white background.



Black color preview on #B36FBF background

This text has black color on #B36FBF background.


White color preview on #B36FBF background

This text has white color on #B36FBF background.