COLOR #BC87E8

HEX: #BC87E8
RGB: (188,135,232)

Color info

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

RGB color model

#BC87E8 color RGB value is (188,135,232).

  • red value is 188;
  • green value is 135;
  • blue value is 232.
RGB:
(188,135,232)
(74%,53%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 135 of 255 = 53%
B 232 of 255 = 91%

188
135
232

R + G + B ~ 73%. #BC87E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 135 + 232 = 555 (100%)
R 188 of 555 ~ 33.87%
G 135 of 555 ~ 24.32%
B 232 of 555 ~ 41.8%

%33.87
%24.32
%41.8

CMYK color model

#BC87E8 color CMYK value is (19,42,0,9).

  • cyan value is 18.97%
  • magenta value is 41.81%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(19,42,0,9)
C19M42Y0K9 
(19%,42%,0%,9%)
(0.19/0.42/0.00/0.09)	

CMYK percentages

%18.97
%41.81
%0
%9.02

Codes

Color #BC87E8 in popluar color models

BC87E8
RGB188135232
HSL273°67.83%71.96%
HSB/HSV273°41.81%90.98%
CMYK18.97%41.81%0.00%
9.02%

Color #BC87E8 in popluar number systems.

HEXBC87E8
Decimal188135232
Binary101111001000011111101000
Octal274207350

Shades and tints

Shades of #BC87E8

#BC87E8
(188,135,232)
#AB7BD3
(171,123,211)
#9A6FBE
(154,111,190)
#8963A9
(137,99,169)
#785794
(120,87,148)
#674B7F
(103,75,127)
#563F6A
(86,63,106)
#453355
(69,51,85)
#342740
(52,39,64)
#231B2B
(35,27,43)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BC87E8

#BC87E8
(188,135,232)
#C291EA
(194,145,234)
#C89BEC
(200,155,236)
#CEA5EE
(206,165,238)
#D4AFF0
(212,175,240)
#DAB9F2
(218,185,242)
#E0C3F4
(224,195,244)
#E6CDF6
(230,205,246)
#ECD7F8
(236,215,248)
#F2E1FA
(242,225,250)
#F8EBFC
(248,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC87E8 color. Also use rgb(188,135,232) instead hex code.

Text Font Color

.myTextColor { color: #BC87E8; }

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

This text font color is #BC87E8.


Background Color

.myBgColor { background-color: #BC87E8; }

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

This div background color is #BC87E8.


Border color

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

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

This div border color is #BC87E8.


Opacity

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

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

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

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

This text has shadow with #BC87E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC87E8 on black background.


Color preview on white background

This text has color #BC87E8 on white background.



Black color preview on #BC87E8 background

This text has black color on #BC87E8 background.


White color preview on #BC87E8 background

This text has white color on #BC87E8 background.