COLOR #B3A1FA

HEX: #B3A1FA
RGB: (179,161,250)

Color info

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

RGB color model

#B3A1FA color RGB value is (179,161,250).

  • red value is 179;
  • green value is 161;
  • blue value is 250.
RGB:
(179,161,250)
(70%,63%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 161 of 255 = 63%
B 250 of 255 = 98%

179
161
250

R + G + B ~ 77%. #B3A1FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 161 + 250 = 590 (100%)
R 179 of 590 ~ 30.34%
G 161 of 590 ~ 27.29%
B 250 of 590 ~ 42.37%

%30.34
%27.29
%42.37

CMYK color model

#B3A1FA color CMYK value is (28,36,0,2).

  • cyan value is 28.40%
  • magenta value is 35.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,36,0,2)
C28M36Y0K2 
(28%,36%,0%,2%)
(0.28/0.36/0.00/0.02)	

CMYK percentages

%28.4
%35.6
%0
%1.96

Codes

Color #B3A1FA in popluar color models

B3A1FA
RGB179161250
HSL252°89.90%80.59%
HSB/HSV252°35.60%98.04%
CMYK28.40%35.60%0.00%
1.96%

Color #B3A1FA in popluar number systems.

HEXB3A1FA
Decimal179161250
Binary101100111010000111111010
Octal263241372

Shades and tints

Shades of #B3A1FA

#B3A1FA
(179,161,250)
#A393E4
(163,147,228)
#9385CE
(147,133,206)
#8377B8
(131,119,184)
#7369A2
(115,105,162)
#635B8C
(99,91,140)
#534D76
(83,77,118)
#433F60
(67,63,96)
#33314A
(51,49,74)
#232334
(35,35,52)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #B3A1FA

#B3A1FA
(179,161,250)
#B9A9FA
(185,169,250)
#BFB1FA
(191,177,250)
#C5B9FA
(197,185,250)
#CBC1FA
(203,193,250)
#D1C9FA
(209,201,250)
#D7D1FA
(215,209,250)
#DDD9FA
(221,217,250)
#E3E1FA
(227,225,250)
#E9E9FA
(233,233,250)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3A1FA color. Also use rgb(179,161,250) instead hex code.

Text Font Color

.myTextColor { color: #B3A1FA; }

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

This text font color is #B3A1FA.


Background Color

.myBgColor { background-color: #B3A1FA; }

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

This div background color is #B3A1FA.


Border color

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

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

This div border color is #B3A1FA.


Opacity

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

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

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

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

This text has shadow with #B3A1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A1FA on black background.


Color preview on white background

This text has color #B3A1FA on white background.



Black color preview on #B3A1FA background

This text has black color on #B3A1FA background.


White color preview on #B3A1FA background

This text has white color on #B3A1FA background.