COLOR #BC8DEC

HEX: #BC8DEC
RGB: (188,141,236)

Color info

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

RGB color model

#BC8DEC color RGB value is (188,141,236).

  • red value is 188;
  • green value is 141;
  • blue value is 236.
RGB:
(188,141,236)
(74%,55%,93%)

RGB channels and saturation

R 188 of 255 = 74%
G 141 of 255 = 55%
B 236 of 255 = 93%

188
141
236

R + G + B ~ 74%. #BC8DEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 141 + 236 = 565 (100%)
R 188 of 565 ~ 33.27%
G 141 of 565 ~ 24.96%
B 236 of 565 ~ 41.77%

%33.27
%24.96
%41.77

CMYK color model

#BC8DEC color CMYK value is (20,40,0,7).

  • cyan value is 20.34%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(20,40,0,7)
C20M40Y0K7 
(20%,40%,0%,7%)
(0.20/0.40/0.00/0.07)	

CMYK percentages

%20.34
%40.25
%0
%7.45

Codes

Color #BC8DEC in popluar color models

BC8DEC
RGB188141236
HSL270°71.43%73.92%
HSB/HSV270°40.25%92.55%
CMYK20.34%40.25%0.00%
7.45%

Color #BC8DEC in popluar number systems.

HEXBC8DEC
Decimal188141236
Binary101111001000110111101100
Octal274215354

Shades and tints

Shades of #BC8DEC

#BC8DEC
(188,141,236)
#AB81D7
(171,129,215)
#9A75C2
(154,117,194)
#8969AD
(137,105,173)
#785D98
(120,93,152)
#675183
(103,81,131)
#56456E
(86,69,110)
#453959
(69,57,89)
#342D44
(52,45,68)
#23212F
(35,33,47)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BC8DEC

#BC8DEC
(188,141,236)
#C297ED
(194,151,237)
#C8A1EE
(200,161,238)
#CEABEF
(206,171,239)
#D4B5F0
(212,181,240)
#DABFF1
(218,191,241)
#E0C9F2
(224,201,242)
#E6D3F3
(230,211,243)
#ECDDF4
(236,221,244)
#F2E7F5
(242,231,245)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8DEC color. Also use rgb(188,141,236) instead hex code.

Text Font Color

.myTextColor { color: #BC8DEC; }

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

This text font color is #BC8DEC.


Background Color

.myBgColor { background-color: #BC8DEC; }

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

This div background color is #BC8DEC.


Border color

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

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

This div border color is #BC8DEC.


Opacity

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

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

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

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

This text has shadow with #BC8DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8DEC on black background.


Color preview on white background

This text has color #BC8DEC on white background.



Black color preview on #BC8DEC background

This text has black color on #BC8DEC background.


White color preview on #BC8DEC background

This text has white color on #BC8DEC background.