COLOR #B16BE6

HEX: #B16BE6 RGB: (177,107,230)

Color info

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

RGB color model

#B16BE6 color RGB value is (177,107,230).

RGB: (177,107,230) (69%, 42%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 107 of 255 = 42%
B 230 of 255 = 90%

177
107
230

R + G + B ~ 67%. #B16BE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 107 + 230 = 514 (100%)
R 177 of 514 ~ 34.44%
G 107 of 514 ~ 20.82%
B 230 of 514 ~ 44.75'%

%34.44
%20.82
%44.75

CMYK color model

#B16BE6 color CMYK value is (23,53,0,10).

  • cyan value is 23.04%
  • magenta value is 53.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (23,53,0,10) C23M53Y0K10 (23%,53%,0%,10%) (0.23/0.53/0.00/0.10) 

CMYK percentages

%23.04
%53.48
%0
%9.8

Codes

Color #B16BE6 in popluar color models

B1 6B E6
RGB 177 107 230
HSL 274° 71.10% 66.08%
HSB/HSV 274° 53.48% 90.20%
CMYK 23.04% 53.48% 0.00%
9.80%

Color #B16BE6 in popluar number systems.

HEX B1 6B E6
Decimal 177 107 230
Binary 10110001 1101011 11100110
Octal 261 153 346

Shades and tints

Shades of #B16BE6

#B16BE6
(177,107,230)
#A162D2
(161,98,210)
#9159BE
(145,89,190)
#8150AA
(129,80,170)
#714796
(113,71,150)
#613E82
(97,62,130)
#51356E
(81,53,110)
#412C5A
(65,44,90)
#312346
(49,35,70)
#211A32
(33,26,50)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #B16BE6

#B16BE6
(177,107,230)
#B878E8
(184,120,232)
#BF85EA
(191,133,234)
#C692EC
(198,146,236)
#CD9FEE
(205,159,238)
#D4ACF0
(212,172,240)
#DBB9F2
(219,185,242)
#E2C6F4
(226,198,244)
#E9D3F6
(233,211,246)
#F0E0F8
(240,224,248)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16BE6; }

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

This text font color is #B16BE6.

Background Color

.myBgColor { background-color: #B16BE6; }

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

This div background color is #B16BE6.

Border color

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

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

This div border color is #B16BE6.

Opacity

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

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

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

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

This text has shadow with #B16BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B16BE6.

Preview

Color preview on black background

This text has color #B16BE6 on black background.


Color preview on white background

This text has color #B16BE6 on white background.


Black color preview on #B16BE6 background

This text has black color on #B16BE6 background.


White color preview on #B16BE6 background

This text has white color on #B16BE6 background.


Related colors

Complementary color

Complementary color for #hex is #4E9419.


I love getcolorcode.com

Triadic colors

1 #E6B16B and #6BE6B1 with #B16BE6 are triadic colors.

2 #E66BB1 and #6BB1E6 with #B16BE6 are triadic colors.