COLOR #B19CD1

HEX: #B19CD1
RGB: (177,156,209)

Color info

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

RGB color model

#B19CD1 color RGB value is (177,156,209).

  • red value is 177;
  • green value is 156;
  • blue value is 209.
RGB:
(177,156,209)
(69%,61%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 156 of 255 = 61%
B 209 of 255 = 82%

177
156
209

R + G + B ~ 71%. #B19CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 156 + 209 = 542 (100%)
R 177 of 542 ~ 32.66%
G 156 of 542 ~ 28.78%
B 209 of 542 ~ 38.56%

%32.66
%28.78
%38.56

CMYK color model

#B19CD1 color CMYK value is (15,25,0,18).

  • cyan value is 15.31%
  • magenta value is 25.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,25,0,18)
C15M25Y0K18 
(15%,25%,0%,18%)
(0.15/0.25/0.00/0.18)	

CMYK percentages

%15.31
%25.36
%0
%18.04

Codes

Color #B19CD1 in popluar color models

B19CD1
RGB177156209
HSL264°36.55%71.57%
HSB/HSV264°25.36%81.96%
CMYK15.31%25.36%0.00%
18.04%

Color #B19CD1 in popluar number systems.

HEXB19CD1
Decimal177156209
Binary101100011001110011010001
Octal261234321

Shades and tints

Shades of #B19CD1

#B19CD1
(177,156,209)
#A18EBE
(161,142,190)
#9180AB
(145,128,171)
#817298
(129,114,152)
#716485
(113,100,133)
#615672
(97,86,114)
#51485F
(81,72,95)
#413A4C
(65,58,76)
#312C39
(49,44,57)
#211E26
(33,30,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #B19CD1

#B19CD1
(177,156,209)
#B8A5D5
(184,165,213)
#BFAED9
(191,174,217)
#C6B7DD
(198,183,221)
#CDC0E1
(205,192,225)
#D4C9E5
(212,201,229)
#DBD2E9
(219,210,233)
#E2DBED
(226,219,237)
#E9E4F1
(233,228,241)
#F0EDF5
(240,237,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19CD1 color. Also use rgb(177,156,209) instead hex code.

Text Font Color

.myTextColor { color: #B19CD1; }

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

This text font color is #B19CD1.


Background Color

.myBgColor { background-color: #B19CD1; }

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

This div background color is #B19CD1.


Border color

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

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

This div border color is #B19CD1.


Opacity

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

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

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

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

This text has shadow with #B19CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19CD1 on black background.


Color preview on white background

This text has color #B19CD1 on white background.



Black color preview on #B19CD1 background

This text has black color on #B19CD1 background.


White color preview on #B19CD1 background

This text has white color on #B19CD1 background.