COLOR #BC8AF4

HEX: #BC8AF4
RGB: (188,138,244)

Color info

#BC8AF4 contains mainly red and blue colors. Web safe color of #BC8AF4 is #CC99FF (or #C9F).

RGB color model

#BC8AF4 color RGB value is (188,138,244).

  • red value is 188;
  • green value is 138;
  • blue value is 244.
RGB:
(188,138,244)
(74%,54%,96%)

RGB channels and saturation

R 188 of 255 = 74%
G 138 of 255 = 54%
B 244 of 255 = 96%

188
138
244

R + G + B ~ 75%. #BC8AF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 138 + 244 = 570 (100%)
R 188 of 570 ~ 32.98%
G 138 of 570 ~ 24.21%
B 244 of 570 ~ 42.81%

%32.98
%24.21
%42.81

CMYK color model

#BC8AF4 color CMYK value is (23,43,0,4).

  • cyan value is 22.95%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(23,43,0,4)
C23M43Y0K4 
(23%,43%,0%,4%)
(0.23/0.43/0.00/0.04)	

CMYK percentages

%22.95
%43.44
%0
%4.31

Codes

Color #BC8AF4 in popluar color models

BC8AF4
RGB188138244
HSL268°82.81%74.90%
HSB/HSV268°43.44%95.69%
CMYK22.95%43.44%0.00%
4.31%

Color #BC8AF4 in popluar number systems.

HEXBC8AF4
Decimal188138244
Binary101111001000101011110100
Octal274212364

Shades and tints

Shades of #BC8AF4

#BC8AF4
(188,138,244)
#AB7EDE
(171,126,222)
#9A72C8
(154,114,200)
#8966B2
(137,102,178)
#785A9C
(120,90,156)
#674E86
(103,78,134)
#564270
(86,66,112)
#45365A
(69,54,90)
#342A44
(52,42,68)
#231E2E
(35,30,46)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BC8AF4

#BC8AF4
(188,138,244)
#C294F5
(194,148,245)
#C89EF6
(200,158,246)
#CEA8F7
(206,168,247)
#D4B2F8
(212,178,248)
#DABCF9
(218,188,249)
#E0C6FA
(224,198,250)
#E6D0FB
(230,208,251)
#ECDAFC
(236,218,252)
#F2E4FD
(242,228,253)
#F8EEFE
(248,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8AF4 color. Also use rgb(188,138,244) instead hex code.

Text Font Color

.myTextColor { color: #BC8AF4; }

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

This text font color is #BC8AF4.


Background Color

.myBgColor { background-color: #BC8AF4; }

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

This div background color is #BC8AF4.


Border color

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

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

This div border color is #BC8AF4.


Opacity

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

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

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

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

This text has shadow with #BC8AF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8AF4 on black background.


Color preview on white background

This text has color #BC8AF4 on white background.



Black color preview on #BC8AF4 background

This text has black color on #BC8AF4 background.


White color preview on #BC8AF4 background

This text has white color on #BC8AF4 background.