COLOR #BC6DC0

HEX: #BC6DC0
RGB: (188,109,192)

Color info

#BC6DC0 contains mainly red and blue colors. Web safe color of #BC6DC0 is #CC66CC (or #C6C).

RGB color model

#BC6DC0 color RGB value is (188,109,192).

  • red value is 188;
  • green value is 109;
  • blue value is 192.
RGB:
(188,109,192)
(74%,43%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 192 of 255 = 75%

188
109
192

R + G + B ~ 64%. #BC6DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 109 + 192 = 489 (100%)
R 188 of 489 ~ 38.45%
G 109 of 489 ~ 22.29%
B 192 of 489 ~ 39.26%

%38.45
%22.29
%39.26

CMYK color model

#BC6DC0 color CMYK value is (2,43,0,25).

  • cyan value is 2.08%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(2,43,0,25)
C2M43Y0K25 
(2%,43%,0%,25%)
(0.02/0.43/0.00/0.25)	

CMYK percentages

%2.08
%43.23
%0
%24.71

Codes

Color #BC6DC0 in popluar color models

BC6DC0
RGB188109192
HSL297°39.71%59.02%
HSB/HSV297°43.23%75.29%
CMYK2.08%43.23%0.00%
24.71%

Color #BC6DC0 in popluar number systems.

HEXBC6DC0
Decimal188109192
Binary10111100110110111000000
Octal274155300

Shades and tints

Shades of #BC6DC0

#BC6DC0
(188,109,192)
#AB64AF
(171,100,175)
#9A5B9E
(154,91,158)
#89528D
(137,82,141)
#78497C
(120,73,124)
#67406B
(103,64,107)
#56375A
(86,55,90)
#452E49
(69,46,73)
#342538
(52,37,56)
#231C27
(35,28,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BC6DC0

#BC6DC0
(188,109,192)
#C27AC5
(194,122,197)
#C887CA
(200,135,202)
#CE94CF
(206,148,207)
#D4A1D4
(212,161,212)
#DAAED9
(218,174,217)
#E0BBDE
(224,187,222)
#E6C8E3
(230,200,227)
#ECD5E8
(236,213,232)
#F2E2ED
(242,226,237)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6DC0 color. Also use rgb(188,109,192) instead hex code.

Text Font Color

.myTextColor { color: #BC6DC0; }

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

This text font color is #BC6DC0.


Background Color

.myBgColor { background-color: #BC6DC0; }

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

This div background color is #BC6DC0.


Border color

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

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

This div border color is #BC6DC0.


Opacity

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

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

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

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

This text has shadow with #BC6DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6DC0 on black background.


Color preview on white background

This text has color #BC6DC0 on white background.



Black color preview on #BC6DC0 background

This text has black color on #BC6DC0 background.


White color preview on #BC6DC0 background

This text has white color on #BC6DC0 background.