COLOR #B16BF2

HEX: #B16BF2
RGB: (177,107,242)

Color info

#B16BF2 contains mainly blue color. Web safe color of #B16BF2 is #9966FF (or #96F).

RGB color model

#B16BF2 color RGB value is (177,107,242).

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

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 242 of 255 = 95%

177
107
242

R + G + B ~ 69%. #B16BF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 107 + 242 = 526 (100%)
R 177 of 526 ~ 33.65%
G 107 of 526 ~ 20.34%
B 242 of 526 ~ 46.01%

%33.65
%20.34
%46.01

CMYK color model

#B16BF2 color CMYK value is (27,56,0,5).

  • cyan value is 26.86%
  • magenta value is 55.79%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(27,56,0,5)
C27M56Y0K5 
(27%,56%,0%,5%)
(0.27/0.56/0.00/0.05)	

CMYK percentages

%26.86
%55.79
%0
%5.1

Codes

Color #B16BF2 in popluar color models

B16BF2
RGB177107242
HSL271°83.85%68.43%
HSB/HSV271°55.79%94.90%
CMYK26.86%55.79%0.00%
5.10%

Color #B16BF2 in popluar number systems.

HEXB16BF2
Decimal177107242
Binary10110001110101111110010
Octal261153362

Shades and tints

Shades of #B16BF2

#B16BF2
(177,107,242)
#A162DC
(161,98,220)
#9159C6
(145,89,198)
#8150B0
(129,80,176)
#71479A
(113,71,154)
#613E84
(97,62,132)
#51356E
(81,53,110)
#412C58
(65,44,88)
#312342
(49,35,66)
#211A2C
(33,26,44)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B16BF2

#B16BF2
(177,107,242)
#B878F3
(184,120,243)
#BF85F4
(191,133,244)
#C692F5
(198,146,245)
#CD9FF6
(205,159,246)
#D4ACF7
(212,172,247)
#DBB9F8
(219,185,248)
#E2C6F9
(226,198,249)
#E9D3FA
(233,211,250)
#F0E0FB
(240,224,251)
#F7EDFC
(247,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16BF2; }

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

This text font color is #B16BF2.


Background Color

.myBgColor { background-color: #B16BF2; }

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

This div background color is #B16BF2.


Border color

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

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

This div border color is #B16BF2.


Opacity

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

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

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

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

This text has shadow with #B16BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16BF2 on black background.


Color preview on white background

This text has color #B16BF2 on white background.



Black color preview on #B16BF2 background

This text has black color on #B16BF2 background.


White color preview on #B16BF2 background

This text has white color on #B16BF2 background.