COLOR #B6A3FC

HEX: #B6A3FC RGB: (182,163,252)

Color info

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

RGB color model

#B6A3FC color RGB value is (182,163,252).

RGB: (182,163,252) (71%, 64%, 99%)

RGB channels and saturation

R 182 of 255 = 71%
G 163 of 255 = 64%
B 252 of 255 = 99%

182
163
252

R + G + B ~ 78%. #B6A3FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 163 + 252 = 597 (100%)
R 182 of 597 ~ 30.49%
G 163 of 597 ~ 27.3%
B 252 of 597 ~ 42.21'%

%30.49
%27.3
%42.21

CMYK color model

#B6A3FC color CMYK value is (28,35,0,1).

  • cyan value is 27.78%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (28,35,0,1)
C28M35Y0K1 (28%, 35%, 0%, 1%)
(0.28 / 0.35 / 0.00 / 0.01)

CMYK percentages

%27.78
%35.32
%0
%1.18

Codes

Color #B6A3FC in popluar color models

B6 A3 FC
RGB 182 163 252
HSL 253° 93.68% 81.37%
HSB/HSV 253° 35.32% 98.82%
CMYK 27.78% 35.32% 0.00%
1.18%

Color #B6A3FC in popluar number systems.

HEX B6 A3 FC
Decimal 182 163 252
Binary 10110110 10100011 11111100
Octal 266 243 374

Shades and tints

Shades of #B6A3FC

#B6A3FC
(182,163,252)
#A695E6
(166,149,230)
#9687D0
(150,135,208)
#8679BA
(134,121,186)
#766BA4
(118,107,164)
#665D8E
(102,93,142)
#564F78
(86,79,120)
#464162
(70,65,98)
#36334C
(54,51,76)
#262536
(38,37,54)
#161720
(22,23,32)
#000000
(0,0,0)

Tints of #B6A3FC

#B6A3FC
(182,163,252)
#BCABFC
(188,171,252)
#C2B3FC
(194,179,252)
#C8BBFC
(200,187,252)
#CEC3FC
(206,195,252)
#D4CBFC
(212,203,252)
#DAD3FC
(218,211,252)
#E0DBFC
(224,219,252)
#E6E3FC
(230,227,252)
#ECEBFC
(236,235,252)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A3FC color. Also use rgb(182,163,252) instead hex code.

Text Font Color

.myTextColor { color: #B6A3FC; }

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

This text font color is #B6A3FC.

Background Color

.myBgColor { background-color: #B6A3FC; }

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

This div background color is #B6A3FC.

Border color

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

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

This div border color is #B6A3FC.

Opacity

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

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

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

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

This text has shadow with #B6A3FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6A3FC.

Preview

Color preview on black background

This text has color #B6A3FC on black background.


Color preview on white background

This text has color #B6A3FC on white background.


Black color preview on #B6A3FC background

This text has black color on #B6A3FC background.


White color preview on #B6A3FC background

This text has white color on #B6A3FC background.


Related colors

Complementary color

Complementary color for #hex is #495C03.


I love getcolorcode.com

Triadic colors

1 #FCB6A3 and #A3FCB6 with #B6A3FC are triadic colors.

2 #FCA3B6 and #A3B6FC with #B6A3FC are triadic colors.