COLOR #BC6DD7

HEX: #BC6DD7
RGB: (188,109,215)

Color info

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

RGB color model

#BC6DD7 color RGB value is (188,109,215).

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

RGB channels and saturation

R 188 of 255 = 74%
G 109 of 255 = 43%
B 215 of 255 = 84%

188
109
215

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

Portions of RGB colors in percentages

R + G + B =
188 + 109 + 215 = 512 (100%)
R 188 of 512 ~ 36.72%
G 109 of 512 ~ 21.29%
B 215 of 512 ~ 41.99%

%36.72
%21.29
%41.99

CMYK color model

#BC6DD7 color CMYK value is (13,49,0,16).

  • cyan value is 12.56%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,49,0,16)
C13M49Y0K16 
(13%,49%,0%,16%)
(0.13/0.49/0.00/0.16)	

CMYK percentages

%12.56
%49.3
%0
%15.69

Codes

Color #BC6DD7 in popluar color models

BC6DD7
RGB188109215
HSL285°56.99%63.53%
HSB/HSV285°49.30%84.31%
CMYK12.56%49.30%0.00%
15.69%

Color #BC6DD7 in popluar number systems.

HEXBC6DD7
Decimal188109215
Binary10111100110110111010111
Octal274155327

Shades and tints

Shades of #BC6DD7

#BC6DD7
(188,109,215)
#AB64C4
(171,100,196)
#9A5BB1
(154,91,177)
#89529E
(137,82,158)
#78498B
(120,73,139)
#674078
(103,64,120)
#563765
(86,55,101)
#452E52
(69,46,82)
#34253F
(52,37,63)
#231C2C
(35,28,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #BC6DD7

#BC6DD7
(188,109,215)
#C27ADA
(194,122,218)
#C887DD
(200,135,221)
#CE94E0
(206,148,224)
#D4A1E3
(212,161,227)
#DAAEE6
(218,174,230)
#E0BBE9
(224,187,233)
#E6C8EC
(230,200,236)
#ECD5EF
(236,213,239)
#F2E2F2
(242,226,242)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6DD7; }

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

This text font color is #BC6DD7.


Background Color

.myBgColor { background-color: #BC6DD7; }

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

This div background color is #BC6DD7.


Border color

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

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

This div border color is #BC6DD7.


Opacity

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

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

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

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

This text has shadow with #BC6DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6DD7 on black background.


Color preview on white background

This text has color #BC6DD7 on white background.



Black color preview on #BC6DD7 background

This text has black color on #BC6DD7 background.


White color preview on #BC6DD7 background

This text has white color on #BC6DD7 background.