COLOR #B1A1FF

HEX: #B1A1FF
RGB: (177,161,255)

Color info

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

RGB color model

#B1A1FF color RGB value is (177,161,255).

  • red value is 177;
  • green value is 161;
  • blue value is 255.
RGB:
(177,161,255)
(69%,63%,100%)

RGB channels and saturation

R 177 of 255 = 69%
G 161 of 255 = 63%
B 255 of 255 = 100%

177
161
255

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

Portions of RGB colors in percentages

R + G + B =
177 + 161 + 255 = 593 (100%)
R 177 of 593 ~ 29.85%
G 161 of 593 ~ 27.15%
B 255 of 593 ~ 43%

%29.85
%27.15
%43

CMYK color model

#B1A1FF color CMYK value is (31,37,0,0).

  • cyan value is 30.59%
  • magenta value is 36.86%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,37,0,0)
C31M37Y0K0 
(31%,37%,0%,0%)
(0.31/0.37/0.00/0.00)	

CMYK percentages

%30.59
%36.86
%0
%0

Codes

Color #B1A1FF in popluar color models

B1A1FF
RGB177161255
HSL250°100.00%81.57%
HSB/HSV250°36.86%100.00%
CMYK30.59%36.86%0.00%
0.00%

Color #B1A1FF in popluar number systems.

HEXB1A1FF
Decimal177161255
Binary101100011010000111111111
Octal261241377

Shades and tints

Shades of #B1A1FF

#B1A1FF
(177,161,255)
#A193E8
(161,147,232)
#9185D1
(145,133,209)
#8177BA
(129,119,186)
#7169A3
(113,105,163)
#615B8C
(97,91,140)
#514D75
(81,77,117)
#413F5E
(65,63,94)
#313147
(49,49,71)
#212330
(33,35,48)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1A1FF

#B1A1FF
(177,161,255)
#B8A9FF
(184,169,255)
#BFB1FF
(191,177,255)
#C6B9FF
(198,185,255)
#CDC1FF
(205,193,255)
#D4C9FF
(212,201,255)
#DBD1FF
(219,209,255)
#E2D9FF
(226,217,255)
#E9E1FF
(233,225,255)
#F0E9FF
(240,233,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A1FF color. Also use rgb(177,161,255) instead hex code.

Text Font Color

.myTextColor { color: #B1A1FF; }

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

This text font color is #B1A1FF.


Background Color

.myBgColor { background-color: #B1A1FF; }

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

This div background color is #B1A1FF.


Border color

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

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

This div border color is #B1A1FF.


Opacity

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

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

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

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

This text has shadow with #B1A1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A1FF on black background.


Color preview on white background

This text has color #B1A1FF on white background.



Black color preview on #B1A1FF background

This text has black color on #B1A1FF background.


White color preview on #B1A1FF background

This text has white color on #B1A1FF background.