COLOR #BC6EC4

HEX: #BC6EC4
RGB: (188,110,196)

Color info

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

RGB color model

#BC6EC4 color RGB value is (188,110,196).

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

RGB channels and saturation

R 188 of 255 = 74%
G 110 of 255 = 43%
B 196 of 255 = 77%

188
110
196

R + G + B ~ 65%. #BC6EC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 110 + 196 = 494 (100%)
R 188 of 494 ~ 38.06%
G 110 of 494 ~ 22.27%
B 196 of 494 ~ 39.68%

%38.06
%22.27
%39.68

CMYK color model

#BC6EC4 color CMYK value is (4,44,0,23).

  • cyan value is 4.08%
  • magenta value is 43.88%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,44,0,23)
C4M44Y0K23 
(4%,44%,0%,23%)
(0.04/0.44/0.00/0.23)	

CMYK percentages

%4.08
%43.88
%0
%23.14

Codes

Color #BC6EC4 in popluar color models

BC6EC4
RGB188110196
HSL294°42.16%60.00%
HSB/HSV294°43.88%76.86%
CMYK4.08%43.88%0.00%
23.14%

Color #BC6EC4 in popluar number systems.

HEXBC6EC4
Decimal188110196
Binary10111100110111011000100
Octal274156304

Shades and tints

Shades of #BC6EC4

#BC6EC4
(188,110,196)
#AB64B3
(171,100,179)
#9A5AA2
(154,90,162)
#895091
(137,80,145)
#784680
(120,70,128)
#673C6F
(103,60,111)
#56325E
(86,50,94)
#45284D
(69,40,77)
#341E3C
(52,30,60)
#23142B
(35,20,43)
#120A1A
(18,10,26)
#000000
(0,0,0)

Tints of #BC6EC4

#BC6EC4
(188,110,196)
#C27BC9
(194,123,201)
#C888CE
(200,136,206)
#CE95D3
(206,149,211)
#D4A2D8
(212,162,216)
#DAAFDD
(218,175,221)
#E0BCE2
(224,188,226)
#E6C9E7
(230,201,231)
#ECD6EC
(236,214,236)
#F2E3F1
(242,227,241)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6EC4; }

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

This text font color is #BC6EC4.


Background Color

.myBgColor { background-color: #BC6EC4; }

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

This div background color is #BC6EC4.


Border color

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

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

This div border color is #BC6EC4.


Opacity

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

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

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

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

This text has shadow with #BC6EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6EC4 on black background.


Color preview on white background

This text has color #BC6EC4 on white background.



Black color preview on #BC6EC4 background

This text has black color on #BC6EC4 background.


White color preview on #BC6EC4 background

This text has white color on #BC6EC4 background.