COLOR #B19DFA

HEX: #B19DFA RGB: (177,157,250)

Color info

#B19DFA contains mainly blue color. Web safe color of #B19DFA is #9999FF (or #99F).

RGB color model

#B19DFA color RGB value is (177,157,250).

RGB: (177,157,250) (69%, 62%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 157 of 255 = 62%
B 250 of 255 = 98%

177
157
250

R + G + B ~ 76%. #B19DFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 157 + 250 = 584 (100%)
R 177 of 584 ~ 30.31%
G 157 of 584 ~ 26.88%
B 250 of 584 ~ 42.81'%

%30.31
%26.88
%42.81

CMYK color model

#B19DFA color CMYK value is (29,37,0,2).

  • cyan value is 29.20%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (29,37,0,2)
C29M37Y0K2 (29%, 37%, 0%, 2%)
(0.29 / 0.37 / 0.00 / 0.02)

CMYK percentages

%29.2
%37.2
%0
%1.96

Codes

Color #B19DFA in popluar color models

B1 9D FA
RGB 177 157 250
HSL 253° 90.29% 79.80%
HSB/HSV 253° 37.20% 98.04%
CMYK 29.20% 37.20% 0.00%
1.96%

Color #B19DFA in popluar number systems.

HEX B1 9D FA
Decimal 177 157 250
Binary 10110001 10011101 11111010
Octal 261 235 372

Shades and tints

Shades of #B19DFA

#B19DFA
(177,157,250)
#A18FE4
(161,143,228)
#9181CE
(145,129,206)
#8173B8
(129,115,184)
#7165A2
(113,101,162)
#61578C
(97,87,140)
#514976
(81,73,118)
#413B60
(65,59,96)
#312D4A
(49,45,74)
#211F34
(33,31,52)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #B19DFA

#B19DFA
(177,157,250)
#B8A5FA
(184,165,250)
#BFADFA
(191,173,250)
#C6B5FA
(198,181,250)
#CDBDFA
(205,189,250)
#D4C5FA
(212,197,250)
#DBCDFA
(219,205,250)
#E2D5FA
(226,213,250)
#E9DDFA
(233,221,250)
#F0E5FA
(240,229,250)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19DFA color. Also use rgb(177,157,250) instead hex code.

Text Font Color

.myTextColor { color: #B19DFA; }

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

This text font color is #B19DFA.

Background Color

.myBgColor { background-color: #B19DFA; }

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

This div background color is #B19DFA.

Border color

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

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

This div border color is #B19DFA.

Opacity

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

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

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

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

This text has shadow with #B19DFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19DFA.

Preview

Color preview on black background

This text has color #B19DFA on black background.


Color preview on white background

This text has color #B19DFA on white background.


Black color preview on #B19DFA background

This text has black color on #B19DFA background.


White color preview on #B19DFA background

This text has white color on #B19DFA background.


Related colors

Complementary color

Complementary color for #hex is #4E6205.


I love getcolorcode.com

Triadic colors

1 #FAB19D and #9DFAB1 with #B19DFA are triadic colors.

2 #FA9DB1 and #9DB1FA with #B19DFA are triadic colors.