COLOR #BC8FF2

HEX: #BC8FF2
RGB: (188,143,242)

Color info

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

RGB color model

#BC8FF2 color RGB value is (188,143,242).

  • red value is 188;
  • green value is 143;
  • blue value is 242.
RGB:
(188,143,242)
(74%,56%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 242 of 255 = 95%

188
143
242

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

Portions of RGB colors in percentages

R + G + B =
188 + 143 + 242 = 573 (100%)
R 188 of 573 ~ 32.81%
G 143 of 573 ~ 24.96%
B 242 of 573 ~ 42.23%

%32.81
%24.96
%42.23

CMYK color model

#BC8FF2 color CMYK value is (22,41,0,5).

  • cyan value is 22.31%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,41,0,5)
C22M41Y0K5 
(22%,41%,0%,5%)
(0.22/0.41/0.00/0.05)	

CMYK percentages

%22.31
%40.91
%0
%5.1

Codes

Color #BC8FF2 in popluar color models

BC8FF2
RGB188143242
HSL267°79.20%75.49%
HSB/HSV267°40.91%94.90%
CMYK22.31%40.91%0.00%
5.10%

Color #BC8FF2 in popluar number systems.

HEXBC8FF2
Decimal188143242
Binary101111001000111111110010
Octal274217362

Shades and tints

Shades of #BC8FF2

#BC8FF2
(188,143,242)
#AB82DC
(171,130,220)
#9A75C6
(154,117,198)
#8968B0
(137,104,176)
#785B9A
(120,91,154)
#674E84
(103,78,132)
#56416E
(86,65,110)
#453458
(69,52,88)
#342742
(52,39,66)
#231A2C
(35,26,44)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #BC8FF2

#BC8FF2
(188,143,242)
#C299F3
(194,153,243)
#C8A3F4
(200,163,244)
#CEADF5
(206,173,245)
#D4B7F6
(212,183,246)
#DAC1F7
(218,193,247)
#E0CBF8
(224,203,248)
#E6D5F9
(230,213,249)
#ECDFFA
(236,223,250)
#F2E9FB
(242,233,251)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8FF2 color. Also use rgb(188,143,242) instead hex code.

Text Font Color

.myTextColor { color: #BC8FF2; }

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

This text font color is #BC8FF2.


Background Color

.myBgColor { background-color: #BC8FF2; }

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

This div background color is #BC8FF2.


Border color

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

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

This div border color is #BC8FF2.


Opacity

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

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

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

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

This text has shadow with #BC8FF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8FF2 on black background.


Color preview on white background

This text has color #BC8FF2 on white background.



Black color preview on #BC8FF2 background

This text has black color on #BC8FF2 background.


White color preview on #BC8FF2 background

This text has white color on #BC8FF2 background.