COLOR #BC6ED6

HEX: #BC6ED6
RGB: (188,110,214)

Color info

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

RGB color model

#BC6ED6 color RGB value is (188,110,214).

  • red value is 188;
  • green value is 110;
  • blue value is 214.
RGB:
(188,110,214)
(74%,43%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 110 of 255 = 43%
B 214 of 255 = 84%

188
110
214

R + G + B ~ 67%. #BC6ED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 110 + 214 = 512 (100%)
R 188 of 512 ~ 36.72%
G 110 of 512 ~ 21.48%
B 214 of 512 ~ 41.8%

%36.72
%21.48
%41.8

CMYK color model

#BC6ED6 color CMYK value is (12,49,0,16).

  • cyan value is 12.15%
  • magenta value is 48.60%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,49,0,16)
C12M49Y0K16 
(12%,49%,0%,16%)
(0.12/0.49/0.00/0.16)	

CMYK percentages

%12.15
%48.6
%0
%16.08

Codes

Color #BC6ED6 in popluar color models

BC6ED6
RGB188110214
HSL285°55.91%63.53%
HSB/HSV285°48.60%83.92%
CMYK12.15%48.60%0.00%
16.08%

Color #BC6ED6 in popluar number systems.

HEXBC6ED6
Decimal188110214
Binary10111100110111011010110
Octal274156326

Shades and tints

Shades of #BC6ED6

#BC6ED6
(188,110,214)
#AB64C3
(171,100,195)
#9A5AB0
(154,90,176)
#89509D
(137,80,157)
#78468A
(120,70,138)
#673C77
(103,60,119)
#563264
(86,50,100)
#452851
(69,40,81)
#341E3E
(52,30,62)
#23142B
(35,20,43)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #BC6ED6

#BC6ED6
(188,110,214)
#C27BD9
(194,123,217)
#C888DC
(200,136,220)
#CE95DF
(206,149,223)
#D4A2E2
(212,162,226)
#DAAFE5
(218,175,229)
#E0BCE8
(224,188,232)
#E6C9EB
(230,201,235)
#ECD6EE
(236,214,238)
#F2E3F1
(242,227,241)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6ED6 color. Also use rgb(188,110,214) instead hex code.

Text Font Color

.myTextColor { color: #BC6ED6; }

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

This text font color is #BC6ED6.


Background Color

.myBgColor { background-color: #BC6ED6; }

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

This div background color is #BC6ED6.


Border color

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

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

This div border color is #BC6ED6.


Opacity

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

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

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

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

This text has shadow with #BC6ED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6ED6 on black background.


Color preview on white background

This text has color #BC6ED6 on white background.



Black color preview on #BC6ED6 background

This text has black color on #BC6ED6 background.


White color preview on #BC6ED6 background

This text has white color on #BC6ED6 background.