COLOR #B36DBD

HEX: #B36DBD
RGB: (179,109,189)

Color info

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

RGB color model

#B36DBD color RGB value is (179,109,189).

  • red value is 179;
  • green value is 109;
  • blue value is 189.
RGB:
(179,109,189)
(70%,43%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 109 of 255 = 43%
B 189 of 255 = 74%

179
109
189

R + G + B ~ 62%. #B36DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 109 + 189 = 477 (100%)
R 179 of 477 ~ 37.53%
G 109 of 477 ~ 22.85%
B 189 of 477 ~ 39.62%

%37.53
%22.85
%39.62

CMYK color model

#B36DBD color CMYK value is (5,42,0,26).

  • cyan value is 5.29%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,42,0,26)
C5M42Y0K26 
(5%,42%,0%,26%)
(0.05/0.42/0.00/0.26)	

CMYK percentages

%5.29
%42.33
%0
%25.88

Codes

Color #B36DBD in popluar color models

B36DBD
RGB179109189
HSL293°37.74%58.43%
HSB/HSV293°42.33%74.12%
CMYK5.29%42.33%0.00%
25.88%

Color #B36DBD in popluar number systems.

HEXB36DBD
Decimal179109189
Binary10110011110110110111101
Octal263155275

Shades and tints

Shades of #B36DBD

#B36DBD
(179,109,189)
#A364AC
(163,100,172)
#935B9B
(147,91,155)
#83528A
(131,82,138)
#734979
(115,73,121)
#634068
(99,64,104)
#533757
(83,55,87)
#432E46
(67,46,70)
#332535
(51,37,53)
#231C24
(35,28,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #B36DBD

#B36DBD
(179,109,189)
#B97AC3
(185,122,195)
#BF87C9
(191,135,201)
#C594CF
(197,148,207)
#CBA1D5
(203,161,213)
#D1AEDB
(209,174,219)
#D7BBE1
(215,187,225)
#DDC8E7
(221,200,231)
#E3D5ED
(227,213,237)
#E9E2F3
(233,226,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B36DBD color. Also use rgb(179,109,189) instead hex code.

Text Font Color

.myTextColor { color: #B36DBD; }

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

This text font color is #B36DBD.


Background Color

.myBgColor { background-color: #B36DBD; }

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

This div background color is #B36DBD.


Border color

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

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

This div border color is #B36DBD.


Opacity

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

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

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

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

This text has shadow with #B36DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B36DBD on black background.


Color preview on white background

This text has color #B36DBD on white background.



Black color preview on #B36DBD background

This text has black color on #B36DBD background.


White color preview on #B36DBD background

This text has white color on #B36DBD background.