COLOR #BC64CE

HEX: #BC64CE
RGB: (188,100,206)

Color info

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

RGB color model

#BC64CE color RGB value is (188,100,206).

  • red value is 188;
  • green value is 100;
  • blue value is 206.
RGB:
(188,100,206)
(74%,39%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 100 of 255 = 39%
B 206 of 255 = 81%

188
100
206

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

Portions of RGB colors in percentages

R + G + B =
188 + 100 + 206 = 494 (100%)
R 188 of 494 ~ 38.06%
G 100 of 494 ~ 20.24%
B 206 of 494 ~ 41.7%

%38.06
%20.24
%41.7

CMYK color model

#BC64CE color CMYK value is (9,51,0,19).

  • cyan value is 8.74%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,51,0,19)
C9M51Y0K19 
(9%,51%,0%,19%)
(0.09/0.51/0.00/0.19)	

CMYK percentages

%8.74
%51.46
%0
%19.22

Codes

Color #BC64CE in popluar color models

BC64CE
RGB188100206
HSL290°51.96%60.00%
HSB/HSV290°51.46%80.78%
CMYK8.74%51.46%0.00%
19.22%

Color #BC64CE in popluar number systems.

HEXBC64CE
Decimal188100206
Binary10111100110010011001110
Octal274144316

Shades and tints

Shades of #BC64CE

#BC64CE
(188,100,206)
#AB5BBC
(171,91,188)
#9A52AA
(154,82,170)
#894998
(137,73,152)
#784086
(120,64,134)
#673774
(103,55,116)
#562E62
(86,46,98)
#452550
(69,37,80)
#341C3E
(52,28,62)
#23132C
(35,19,44)
#120A1A
(18,10,26)
#000000
(0,0,0)

Tints of #BC64CE

#BC64CE
(188,100,206)
#C272D2
(194,114,210)
#C880D6
(200,128,214)
#CE8EDA
(206,142,218)
#D49CDE
(212,156,222)
#DAAAE2
(218,170,226)
#E0B8E6
(224,184,230)
#E6C6EA
(230,198,234)
#ECD4EE
(236,212,238)
#F2E2F2
(242,226,242)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC64CE color. Also use rgb(188,100,206) instead hex code.

Text Font Color

.myTextColor { color: #BC64CE; }

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

This text font color is #BC64CE.


Background Color

.myBgColor { background-color: #BC64CE; }

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

This div background color is #BC64CE.


Border color

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

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

This div border color is #BC64CE.


Opacity

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

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

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

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

This text has shadow with #BC64CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC64CE on black background.


Color preview on white background

This text has color #BC64CE on white background.



Black color preview on #BC64CE background

This text has black color on #BC64CE background.


White color preview on #BC64CE background

This text has white color on #BC64CE background.