COLOR #B3A1F0

HEX: #B3A1F0
RGB: (179,161,240)

Color info

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

RGB color model

#B3A1F0 color RGB value is (179,161,240).

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

RGB channels and saturation

R 179 of 255 = 70%
G 161 of 255 = 63%
B 240 of 255 = 94%

179
161
240

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

Portions of RGB colors in percentages

R + G + B =
179 + 161 + 240 = 580 (100%)
R 179 of 580 ~ 30.86%
G 161 of 580 ~ 27.76%
B 240 of 580 ~ 41.38%

%30.86
%27.76
%41.38

CMYK color model

#B3A1F0 color CMYK value is (25,33,0,6).

  • cyan value is 25.42%
  • magenta value is 32.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,33,0,6)
C25M33Y0K6 
(25%,33%,0%,6%)
(0.25/0.33/0.00/0.06)	

CMYK percentages

%25.42
%32.92
%0
%5.88

Codes

Color #B3A1F0 in popluar color models

B3A1F0
RGB179161240
HSL254°72.48%78.63%
HSB/HSV254°32.92%94.12%
CMYK25.42%32.92%0.00%
5.88%

Color #B3A1F0 in popluar number systems.

HEXB3A1F0
Decimal179161240
Binary101100111010000111110000
Octal263241360

Shades and tints

Shades of #B3A1F0

#B3A1F0
(179,161,240)
#A393DB
(163,147,219)
#9385C6
(147,133,198)
#8377B1
(131,119,177)
#73699C
(115,105,156)
#635B87
(99,91,135)
#534D72
(83,77,114)
#433F5D
(67,63,93)
#333148
(51,49,72)
#232333
(35,35,51)
#13151E
(19,21,30)
#000000
(0,0,0)

Tints of #B3A1F0

#B3A1F0
(179,161,240)
#B9A9F1
(185,169,241)
#BFB1F2
(191,177,242)
#C5B9F3
(197,185,243)
#CBC1F4
(203,193,244)
#D1C9F5
(209,201,245)
#D7D1F6
(215,209,246)
#DDD9F7
(221,217,247)
#E3E1F8
(227,225,248)
#E9E9F9
(233,233,249)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3A1F0; }

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

This text font color is #B3A1F0.


Background Color

.myBgColor { background-color: #B3A1F0; }

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

This div background color is #B3A1F0.


Border color

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

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

This div border color is #B3A1F0.


Opacity

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

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

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

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

This text has shadow with #B3A1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3A1F0 on black background.


Color preview on white background

This text has color #B3A1F0 on white background.



Black color preview on #B3A1F0 background

This text has black color on #B3A1F0 background.


White color preview on #B3A1F0 background

This text has white color on #B3A1F0 background.