COLOR #B16BCA

HEX: #B16BCA
RGB: (177,107,202)

Color info

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

RGB color model

#B16BCA color RGB value is (177,107,202).

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

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 202 of 255 = 79%

177
107
202

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

Portions of RGB colors in percentages

R + G + B =
177 + 107 + 202 = 486 (100%)
R 177 of 486 ~ 36.42%
G 107 of 486 ~ 22.02%
B 202 of 486 ~ 41.56%

%36.42
%22.02
%41.56

CMYK color model

#B16BCA color CMYK value is (12,47,0,21).

  • cyan value is 12.38%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,47,0,21)
C12M47Y0K21 
(12%,47%,0%,21%)
(0.12/0.47/0.00/0.21)	

CMYK percentages

%12.38
%47.03
%0
%20.78

Codes

Color #B16BCA in popluar color models

B16BCA
RGB177107202
HSL284°47.26%60.59%
HSB/HSV284°47.03%79.22%
CMYK12.38%47.03%0.00%
20.78%

Color #B16BCA in popluar number systems.

HEXB16BCA
Decimal177107202
Binary10110001110101111001010
Octal261153312

Shades and tints

Shades of #B16BCA

#B16BCA
(177,107,202)
#A162B8
(161,98,184)
#9159A6
(145,89,166)
#815094
(129,80,148)
#714782
(113,71,130)
#613E70
(97,62,112)
#51355E
(81,53,94)
#412C4C
(65,44,76)
#31233A
(49,35,58)
#211A28
(33,26,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B16BCA

#B16BCA
(177,107,202)
#B878CE
(184,120,206)
#BF85D2
(191,133,210)
#C692D6
(198,146,214)
#CD9FDA
(205,159,218)
#D4ACDE
(212,172,222)
#DBB9E2
(219,185,226)
#E2C6E6
(226,198,230)
#E9D3EA
(233,211,234)
#F0E0EE
(240,224,238)
#F7EDF2
(247,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16BCA; }

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

This text font color is #B16BCA.


Background Color

.myBgColor { background-color: #B16BCA; }

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

This div background color is #B16BCA.


Border color

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

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

This div border color is #B16BCA.


Opacity

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

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

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

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

This text has shadow with #B16BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16BCA on black background.


Color preview on white background

This text has color #B16BCA on white background.



Black color preview on #B16BCA background

This text has black color on #B16BCA background.


White color preview on #B16BCA background

This text has white color on #B16BCA background.