COLOR #B4A0F8

HEX: #B4A0F8
RGB: (180,160,248)

Color info

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

RGB color model

#B4A0F8 color RGB value is (180,160,248).

  • red value is 180;
  • green value is 160;
  • blue value is 248.
RGB:
(180,160,248)
(71%,63%,97%)

RGB channels and saturation

R 180 of 255 = 71%
G 160 of 255 = 63%
B 248 of 255 = 97%

180
160
248

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

Portions of RGB colors in percentages

R + G + B =
180 + 160 + 248 = 588 (100%)
R 180 of 588 ~ 30.61%
G 160 of 588 ~ 27.21%
B 248 of 588 ~ 42.18%

%30.61
%27.21
%42.18

CMYK color model

#B4A0F8 color CMYK value is (27,35,0,3).

  • cyan value is 27.42%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(27,35,0,3)
C27M35Y0K3 
(27%,35%,0%,3%)
(0.27/0.35/0.00/0.03)	

CMYK percentages

%27.42
%35.48
%0
%2.75

Codes

Color #B4A0F8 in popluar color models

B4A0F8
RGB180160248
HSL254°86.27%80.00%
HSB/HSV254°35.48%97.25%
CMYK27.42%35.48%0.00%
2.75%

Color #B4A0F8 in popluar number systems.

HEXB4A0F8
Decimal180160248
Binary101101001010000011111000
Octal264240370

Shades and tints

Shades of #B4A0F8

#B4A0F8
(180,160,248)
#A492E2
(164,146,226)
#9484CC
(148,132,204)
#8476B6
(132,118,182)
#7468A0
(116,104,160)
#645A8A
(100,90,138)
#544C74
(84,76,116)
#443E5E
(68,62,94)
#343048
(52,48,72)
#242232
(36,34,50)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #B4A0F8

#B4A0F8
(180,160,248)
#BAA8F8
(186,168,248)
#C0B0F8
(192,176,248)
#C6B8F8
(198,184,248)
#CCC0F8
(204,192,248)
#D2C8F8
(210,200,248)
#D8D0F8
(216,208,248)
#DED8F8
(222,216,248)
#E4E0F8
(228,224,248)
#EAE8F8
(234,232,248)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A0F8; }

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

This text font color is #B4A0F8.


Background Color

.myBgColor { background-color: #B4A0F8; }

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

This div background color is #B4A0F8.


Border color

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

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

This div border color is #B4A0F8.


Opacity

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

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

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

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

This text has shadow with #B4A0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A0F8 on black background.


Color preview on white background

This text has color #B4A0F8 on white background.



Black color preview on #B4A0F8 background

This text has black color on #B4A0F8 background.


White color preview on #B4A0F8 background

This text has white color on #B4A0F8 background.