COLOR #B19EDA

HEX: #B19EDA RGB: (177,158,218)

Color info

#B19EDA contains mainly red and blue colors. Web safe color of #B19EDA is #9999CC (or #99C).

RGB color model

#B19EDA color RGB value is (177,158,218).

RGB: (177,158,218) (69%, 62%, 85%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 218 of 255 = 85%

177
158
218

R + G + B ~ 72%. #B19EDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 218 = 553 (100%)
R 177 of 553 ~ 32.01%
G 158 of 553 ~ 28.57%
B 218 of 553 ~ 39.42'%

%32.01
%28.57
%39.42

CMYK color model

#B19EDA color CMYK value is (19,28,0,15).

  • cyan value is 18.81%
  • magenta value is 27.52%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (19,28,0,15)
C19M28Y0K15 (19%, 28%, 0%, 15%)
(0.19 / 0.28 / 0.00 / 0.15)

CMYK percentages

%18.81
%27.52
%0
%14.51

Codes

Color #B19EDA in popluar color models

B1 9E DA
RGB 177 158 218
HSL 259° 44.78% 73.73%
HSB/HSV 259° 27.52% 85.49%
CMYK 18.81% 27.52% 0.00%
14.51%

Color #B19EDA in popluar number systems.

HEX B1 9E DA
Decimal 177 158 218
Binary 10110001 10011110 11011010
Octal 261 236 332

Shades and tints

Shades of #B19EDA

#B19EDA
(177,158,218)
#A190C7
(161,144,199)
#9182B4
(145,130,180)
#8174A1
(129,116,161)
#71668E
(113,102,142)
#61587B
(97,88,123)
#514A68
(81,74,104)
#413C55
(65,60,85)
#312E42
(49,46,66)
#21202F
(33,32,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #B19EDA

#B19EDA
(177,158,218)
#B8A6DD
(184,166,221)
#BFAEE0
(191,174,224)
#C6B6E3
(198,182,227)
#CDBEE6
(205,190,230)
#D4C6E9
(212,198,233)
#DBCEEC
(219,206,236)
#E2D6EF
(226,214,239)
#E9DEF2
(233,222,242)
#F0E6F5
(240,230,245)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19EDA color. Also use rgb(177,158,218) instead hex code.

Text Font Color

.myTextColor { color: #B19EDA; }

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

This text font color is #B19EDA.

Background Color

.myBgColor { background-color: #B19EDA; }

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

This div background color is #B19EDA.

Border color

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

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

This div border color is #B19EDA.

Opacity

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

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

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

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

This text has shadow with #B19EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19EDA.

Preview

Color preview on black background

This text has color #B19EDA on black background.


Color preview on white background

This text has color #B19EDA on white background.


Black color preview on #B19EDA background

This text has black color on #B19EDA background.


White color preview on #B19EDA background

This text has white color on #B19EDA background.


Related colors

Complementary color

Complementary color for #hex is #4E6125.


I love getcolorcode.com

Triadic colors

1 #DAB19E and #9EDAB1 with #B19EDA are triadic colors.

2 #DA9EB1 and #9EB1DA with #B19EDA are triadic colors.