COLOR #B4A3F8

HEX: #B4A3F8 RGB: (180,163,248)

Color info

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

RGB color model

#B4A3F8 color RGB value is (180,163,248).

RGB: (180,163,248) (71%, 64%, 97%)

RGB channels and saturation

R 180 of 255 = 71%
G 163 of 255 = 64%
B 248 of 255 = 97%

180
163
248

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

Portions of RGB colors in percentages

R + G + B = 180 + 163 + 248 = 591 (100%)
R 180 of 591 ~ 30.46%
G 163 of 591 ~ 27.58%
B 248 of 591 ~ 41.96'%

%30.46
%27.58
%41.96

CMYK color model

#B4A3F8 color CMYK value is (27,34,0,3).

  • cyan value is 27.42%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (27,34,0,3) C27M34Y0K3 (27%,34%,0%,3%) (0.27/0.34/0.00/0.03) 

CMYK percentages

%27.42
%34.27
%0
%2.75

Codes

Color #B4A3F8 in popluar color models

B4 A3 F8
RGB 180 163 248
HSL 252° 85.86% 80.59%
HSB/HSV 252° 34.27% 97.25%
CMYK 27.42% 34.27% 0.00%
2.75%

Color #B4A3F8 in popluar number systems.

HEX B4 A3 F8
Decimal 180 163 248
Binary 10110100 10100011 11111000
Octal 264 243 370

Shades and tints

Shades of #B4A3F8

#B4A3F8
(180,163,248)
#A495E2
(164,149,226)
#9487CC
(148,135,204)
#8479B6
(132,121,182)
#746BA0
(116,107,160)
#645D8A
(100,93,138)
#544F74
(84,79,116)
#44415E
(68,65,94)
#343348
(52,51,72)
#242532
(36,37,50)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #B4A3F8

#B4A3F8
(180,163,248)
#BAABF8
(186,171,248)
#C0B3F8
(192,179,248)
#C6BBF8
(198,187,248)
#CCC3F8
(204,195,248)
#D2CBF8
(210,203,248)
#D8D3F8
(216,211,248)
#DEDBF8
(222,219,248)
#E4E3F8
(228,227,248)
#EAEBF8
(234,235,248)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A3F8; }

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

This text font color is #B4A3F8.

Background Color

.myBgColor { background-color: #B4A3F8; }

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

This div background color is #B4A3F8.

Border color

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

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

This div border color is #B4A3F8.

Opacity

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

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

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

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

This text has shadow with #B4A3F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4A3F8.

Preview

Color preview on black background

This text has color #B4A3F8 on black background.


Color preview on white background

This text has color #B4A3F8 on white background.


Black color preview on #B4A3F8 background

This text has black color on #B4A3F8 background.


White color preview on #B4A3F8 background

This text has white color on #B4A3F8 background.


Related colors

Complementary color

Complementary color for #hex is #4B5C07.


I love getcolorcode.com

Triadic colors

1 #F8B4A3 and #A3F8B4 with #B4A3F8 are triadic colors.

2 #F8A3B4 and #A3B4F8 with #B4A3F8 are triadic colors.