COLOR #B179CF

HEX: #B179CF
RGB: (177,121,207)

Color info

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

RGB color model

#B179CF color RGB value is (177,121,207).

  • red value is 177;
  • green value is 121;
  • blue value is 207.
RGB:
(177,121,207)
(69%,47%,81%)

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 207 of 255 = 81%

177
121
207

R + G + B ~ 66%. #B179CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 207 = 505 (100%)
R 177 of 505 ~ 35.05%
G 121 of 505 ~ 23.96%
B 207 of 505 ~ 40.99%

%35.05
%23.96
%40.99

CMYK color model

#B179CF color CMYK value is (14,42,0,19).

  • cyan value is 14.49%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,42,0,19)
C14M42Y0K19 
(14%,42%,0%,19%)
(0.14/0.42/0.00/0.19)	

CMYK percentages

%14.49
%41.55
%0
%18.82

Codes

Color #B179CF in popluar color models

B179CF
RGB177121207
HSL279°47.25%64.31%
HSB/HSV279°41.55%81.18%
CMYK14.49%41.55%0.00%
18.82%

Color #B179CF in popluar number systems.

HEXB179CF
Decimal177121207
Binary10110001111100111001111
Octal261171317

Shades and tints

Shades of #B179CF

#B179CF
(177,121,207)
#A16EBD
(161,110,189)
#9163AB
(145,99,171)
#815899
(129,88,153)
#714D87
(113,77,135)
#614275
(97,66,117)
#513763
(81,55,99)
#412C51
(65,44,81)
#31213F
(49,33,63)
#21162D
(33,22,45)
#110B1B
(17,11,27)
#000000
(0,0,0)

Tints of #B179CF

#B179CF
(177,121,207)
#B885D3
(184,133,211)
#BF91D7
(191,145,215)
#C69DDB
(198,157,219)
#CDA9DF
(205,169,223)
#D4B5E3
(212,181,227)
#DBC1E7
(219,193,231)
#E2CDEB
(226,205,235)
#E9D9EF
(233,217,239)
#F0E5F3
(240,229,243)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B179CF color. Also use rgb(177,121,207) instead hex code.

Text Font Color

.myTextColor { color: #B179CF; }

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

This text font color is #B179CF.


Background Color

.myBgColor { background-color: #B179CF; }

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

This div background color is #B179CF.


Border color

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

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

This div border color is #B179CF.


Opacity

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

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

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

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

This text has shadow with #B179CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B179CF on black background.


Color preview on white background

This text has color #B179CF on white background.



Black color preview on #B179CF background

This text has black color on #B179CF background.


White color preview on #B179CF background

This text has white color on #B179CF background.