COLOR #B4B3FF

HEX: #B4B3FF
RGB: (180,179,255)

Color info

#B4B3FF contains mainly blue color. Web safe color of #B4B3FF is #CC99FF (or #C9F).

RGB color model

#B4B3FF color RGB value is (180,179,255).

  • red value is 180;
  • green value is 179;
  • blue value is 255.
RGB:
(180,179,255)
(71%,70%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 255 of 255 = 100%

180
179
255

R + G + B ~ 80%. #B4B3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 255 = 614 (100%)
R 180 of 614 ~ 29.32%
G 179 of 614 ~ 29.15%
B 255 of 614 ~ 41.53%

%29.32
%29.15
%41.53

CMYK color model

#B4B3FF color CMYK value is (29,30,0,0).

  • cyan value is 29.41%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(29,30,0,0)
C29M30Y0K0 
(29%,30%,0%,0%)
(0.29/0.30/0.00/0.00)	

CMYK percentages

%29.41
%29.8
%0
%0

Codes

Color #B4B3FF in popluar color models

B4B3FF
RGB180179255
HSL241°100.00%85.10%
HSB/HSV241°29.80%100.00%
CMYK29.41%29.80%0.00%
0.00%

Color #B4B3FF in popluar number systems.

HEXB4B3FF
Decimal180179255
Binary101101001011001111111111
Octal264263377

Shades and tints

Shades of #B4B3FF

#B4B3FF
(180,179,255)
#A4A3E8
(164,163,232)
#9493D1
(148,147,209)
#8483BA
(132,131,186)
#7473A3
(116,115,163)
#64638C
(100,99,140)
#545375
(84,83,117)
#44435E
(68,67,94)
#343347
(52,51,71)
#242330
(36,35,48)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #B4B3FF

#B4B3FF
(180,179,255)
#BAB9FF
(186,185,255)
#C0BFFF
(192,191,255)
#C6C5FF
(198,197,255)
#CCCBFF
(204,203,255)
#D2D1FF
(210,209,255)
#D8D7FF
(216,215,255)
#DEDDFF
(222,221,255)
#E4E3FF
(228,227,255)
#EAE9FF
(234,233,255)
#F0EFFF
(240,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B3FF color. Also use rgb(180,179,255) instead hex code.

Text Font Color

.myTextColor { color: #B4B3FF; }

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

This text font color is #B4B3FF.


Background Color

.myBgColor { background-color: #B4B3FF; }

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

This div background color is #B4B3FF.


Border color

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

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

This div border color is #B4B3FF.


Opacity

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

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

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

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

This text has shadow with #B4B3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B3FF on black background.


Color preview on white background

This text has color #B4B3FF on white background.



Black color preview on #B4B3FF background

This text has black color on #B4B3FF background.


White color preview on #B4B3FF background

This text has white color on #B4B3FF background.