COLOR #B4B4FF

HEX: #B4B4FF
RGB: (180,180,255)

Color info

#B4B4FF contains mainly blue color. Web safe color of #B4B4FF is #CCCCFF (or #CCF).

RGB color model

#B4B4FF color RGB value is (180,180,255).

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

RGB channels and saturation

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

180
180
255

R + G + B ~ 81%. #B4B4FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 255 = 615 (100%)
R 180 of 615 ~ 29.27%
G 180 of 615 ~ 29.27%
B 255 of 615 ~ 41.46%

%29.27
%29.27
%41.46

CMYK color model

#B4B4FF color CMYK value is (29,29,0,0).

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

CMYK percentages

%29.41
%29.41
%0
%0

Codes

Color #B4B4FF in popluar color models

B4B4FF
RGB180180255
HSL240°100.00%85.29%
HSB/HSV240°29.41%100.00%
CMYK29.41%29.41%0.00%
0.00%

Color #B4B4FF in popluar number systems.

HEXB4B4FF
Decimal180180255
Binary101101001011010011111111
Octal264264377

Shades and tints

Shades of #B4B4FF

#B4B4FF
(180,180,255)
#A4A4E8
(164,164,232)
#9494D1
(148,148,209)
#8484BA
(132,132,186)
#7474A3
(116,116,163)
#64648C
(100,100,140)
#545475
(84,84,117)
#44445E
(68,68,94)
#343447
(52,52,71)
#242430
(36,36,48)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #B4B4FF

#B4B4FF
(180,180,255)
#BABAFF
(186,186,255)
#C0C0FF
(192,192,255)
#C6C6FF
(198,198,255)
#CCCCFF
(204,204,255)
#D2D2FF
(210,210,255)
#D8D8FF
(216,216,255)
#DEDEFF
(222,222,255)
#E4E4FF
(228,228,255)
#EAEAFF
(234,234,255)
#F0F0FF
(240,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B4FF; }

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

This text font color is #B4B4FF.


Background Color

.myBgColor { background-color: #B4B4FF; }

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

This div background color is #B4B4FF.


Border color

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

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

This div border color is #B4B4FF.


Opacity

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

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

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

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

This text has shadow with #B4B4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4FF on black background.


Color preview on white background

This text has color #B4B4FF on white background.



Black color preview on #B4B4FF background

This text has black color on #B4B4FF background.


White color preview on #B4B4FF background

This text has white color on #B4B4FF background.