COLOR #B164B7

HEX: #B164B7
RGB: (177,100,183)

Color info

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

RGB color model

#B164B7 color RGB value is (177,100,183).

  • red value is 177;
  • green value is 100;
  • blue value is 183.
RGB:
(177,100,183)
(69%,39%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 100 of 255 = 39%
B 183 of 255 = 72%

177
100
183

R + G + B ~ 60%. #B164B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 100 + 183 = 460 (100%)
R 177 of 460 ~ 38.48%
G 100 of 460 ~ 21.74%
B 183 of 460 ~ 39.78%

%38.48
%21.74
%39.78

CMYK color model

#B164B7 color CMYK value is (3,45,0,28).

  • cyan value is 3.28%
  • magenta value is 45.36%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,45,0,28)
C3M45Y0K28 
(3%,45%,0%,28%)
(0.03/0.45/0.00/0.28)	

CMYK percentages

%3.28
%45.36
%0
%28.24

Codes

Color #B164B7 in popluar color models

B164B7
RGB177100183
HSL296°36.56%55.49%
HSB/HSV296°45.36%71.76%
CMYK3.28%45.36%0.00%
28.24%

Color #B164B7 in popluar number systems.

HEXB164B7
Decimal177100183
Binary10110001110010010110111
Octal261144267

Shades and tints

Shades of #B164B7

#B164B7
(177,100,183)
#A15BA7
(161,91,167)
#915297
(145,82,151)
#814987
(129,73,135)
#714077
(113,64,119)
#613767
(97,55,103)
#512E57
(81,46,87)
#412547
(65,37,71)
#311C37
(49,28,55)
#211327
(33,19,39)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #B164B7

#B164B7
(177,100,183)
#B872BD
(184,114,189)
#BF80C3
(191,128,195)
#C68EC9
(198,142,201)
#CD9CCF
(205,156,207)
#D4AAD5
(212,170,213)
#DBB8DB
(219,184,219)
#E2C6E1
(226,198,225)
#E9D4E7
(233,212,231)
#F0E2ED
(240,226,237)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B164B7 color. Also use rgb(177,100,183) instead hex code.

Text Font Color

.myTextColor { color: #B164B7; }

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

This text font color is #B164B7.


Background Color

.myBgColor { background-color: #B164B7; }

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

This div background color is #B164B7.


Border color

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

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

This div border color is #B164B7.


Opacity

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

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

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

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

This text has shadow with #B164B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B164B7 on black background.


Color preview on white background

This text has color #B164B7 on white background.



Black color preview on #B164B7 background

This text has black color on #B164B7 background.


White color preview on #B164B7 background

This text has white color on #B164B7 background.