COLOR #B19FC4

HEX: #B19FC4
RGB: (177,159,196)

Color info

#B19FC4 contains red, green and blue colors in about the same proportion. Web safe color of #B19FC4 is #9999CC (or #99C).

RGB color model

#B19FC4 color RGB value is (177,159,196).

  • red value is 177;
  • green value is 159;
  • blue value is 196.
RGB:
(177,159,196)
(69%,62%,77%)

RGB channels and saturation

R 177 of 255 = 69%
G 159 of 255 = 62%
B 196 of 255 = 77%

177
159
196

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

Portions of RGB colors in percentages

R + G + B =
177 + 159 + 196 = 532 (100%)
R 177 of 532 ~ 33.27%
G 159 of 532 ~ 29.89%
B 196 of 532 ~ 36.84%

%33.27
%29.89
%36.84

CMYK color model

#B19FC4 color CMYK value is (10,19,0,23).

  • cyan value is 9.69%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(10,19,0,23)
C10M19Y0K23 
(10%,19%,0%,23%)
(0.10/0.19/0.00/0.23)	

CMYK percentages

%9.69
%18.88
%0
%23.14

Codes

Color #B19FC4 in popluar color models

B19FC4
RGB177159196
HSL269°23.87%69.61%
HSB/HSV269°18.88%76.86%
CMYK9.69%18.88%0.00%
23.14%

Color #B19FC4 in popluar number systems.

HEXB19FC4
Decimal177159196
Binary101100011001111111000100
Octal261237304

Shades and tints

Shades of #B19FC4

#B19FC4
(177,159,196)
#A191B3
(161,145,179)
#9183A2
(145,131,162)
#817591
(129,117,145)
#716780
(113,103,128)
#61596F
(97,89,111)
#514B5E
(81,75,94)
#413D4D
(65,61,77)
#312F3C
(49,47,60)
#21212B
(33,33,43)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #B19FC4

#B19FC4
(177,159,196)
#B8A7C9
(184,167,201)
#BFAFCE
(191,175,206)
#C6B7D3
(198,183,211)
#CDBFD8
(205,191,216)
#D4C7DD
(212,199,221)
#DBCFE2
(219,207,226)
#E2D7E7
(226,215,231)
#E9DFEC
(233,223,236)
#F0E7F1
(240,231,241)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19FC4 color. Also use rgb(177,159,196) instead hex code.

Text Font Color

.myTextColor { color: #B19FC4; }

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

This text font color is #B19FC4.


Background Color

.myBgColor { background-color: #B19FC4; }

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

This div background color is #B19FC4.


Border color

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

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

This div border color is #B19FC4.


Opacity

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

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

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

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

This text has shadow with #B19FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19FC4 on black background.


Color preview on white background

This text has color #B19FC4 on white background.



Black color preview on #B19FC4 background

This text has black color on #B19FC4 background.


White color preview on #B19FC4 background

This text has white color on #B19FC4 background.