COLOR #B16BD2

HEX: #B16BD2
RGB: (177,107,210)

Color info

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

RGB color model

#B16BD2 color RGB value is (177,107,210).

  • red value is 177;
  • green value is 107;
  • blue value is 210.
RGB:
(177,107,210)
(69%,42%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 210 of 255 = 82%

177
107
210

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

Portions of RGB colors in percentages

R + G + B =
177 + 107 + 210 = 494 (100%)
R 177 of 494 ~ 35.83%
G 107 of 494 ~ 21.66%
B 210 of 494 ~ 42.51%

%35.83
%21.66
%42.51

CMYK color model

#B16BD2 color CMYK value is (16,49,0,18).

  • cyan value is 15.71%
  • magenta value is 49.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(16,49,0,18)
C16M49Y0K18 
(16%,49%,0%,18%)
(0.16/0.49/0.00/0.18)	

CMYK percentages

%15.71
%49.05
%0
%17.65

Codes

Color #B16BD2 in popluar color models

B16BD2
RGB177107210
HSL281°53.37%62.16%
HSB/HSV281°49.05%82.35%
CMYK15.71%49.05%0.00%
17.65%

Color #B16BD2 in popluar number systems.

HEXB16BD2
Decimal177107210
Binary10110001110101111010010
Octal261153322

Shades and tints

Shades of #B16BD2

#B16BD2
(177,107,210)
#A162BF
(161,98,191)
#9159AC
(145,89,172)
#815099
(129,80,153)
#714786
(113,71,134)
#613E73
(97,62,115)
#513560
(81,53,96)
#412C4D
(65,44,77)
#31233A
(49,35,58)
#211A27
(33,26,39)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #B16BD2

#B16BD2
(177,107,210)
#B878D6
(184,120,214)
#BF85DA
(191,133,218)
#C692DE
(198,146,222)
#CD9FE2
(205,159,226)
#D4ACE6
(212,172,230)
#DBB9EA
(219,185,234)
#E2C6EE
(226,198,238)
#E9D3F2
(233,211,242)
#F0E0F6
(240,224,246)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16BD2 color. Also use rgb(177,107,210) instead hex code.

Text Font Color

.myTextColor { color: #B16BD2; }

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

This text font color is #B16BD2.


Background Color

.myBgColor { background-color: #B16BD2; }

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

This div background color is #B16BD2.


Border color

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

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

This div border color is #B16BD2.


Opacity

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

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

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

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

This text has shadow with #B16BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16BD2 on black background.


Color preview on white background

This text has color #B16BD2 on white background.



Black color preview on #B16BD2 background

This text has black color on #B16BD2 background.


White color preview on #B16BD2 background

This text has white color on #B16BD2 background.