COLOR #BC68C7

HEX: #BC68C7
RGB: (188,104,199)

Color info

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

RGB color model

#BC68C7 color RGB value is (188,104,199).

  • red value is 188;
  • green value is 104;
  • blue value is 199.
RGB:
(188,104,199)
(74%,41%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 104 of 255 = 41%
B 199 of 255 = 78%

188
104
199

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

Portions of RGB colors in percentages

R + G + B =
188 + 104 + 199 = 491 (100%)
R 188 of 491 ~ 38.29%
G 104 of 491 ~ 21.18%
B 199 of 491 ~ 40.53%

%38.29
%21.18
%40.53

CMYK color model

#BC68C7 color CMYK value is (6,48,0,22).

  • cyan value is 5.53%
  • magenta value is 47.74%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,48,0,22)
C6M48Y0K22 
(6%,48%,0%,22%)
(0.06/0.48/0.00/0.22)	

CMYK percentages

%5.53
%47.74
%0
%21.96

Codes

Color #BC68C7 in popluar color models

BC68C7
RGB188104199
HSL293°45.89%59.41%
HSB/HSV293°47.74%78.04%
CMYK5.53%47.74%0.00%
21.96%

Color #BC68C7 in popluar number systems.

HEXBC68C7
Decimal188104199
Binary10111100110100011000111
Octal274150307

Shades and tints

Shades of #BC68C7

#BC68C7
(188,104,199)
#AB5FB5
(171,95,181)
#9A56A3
(154,86,163)
#894D91
(137,77,145)
#78447F
(120,68,127)
#673B6D
(103,59,109)
#56325B
(86,50,91)
#452949
(69,41,73)
#342037
(52,32,55)
#231725
(35,23,37)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #BC68C7

#BC68C7
(188,104,199)
#C275CC
(194,117,204)
#C882D1
(200,130,209)
#CE8FD6
(206,143,214)
#D49CDB
(212,156,219)
#DAA9E0
(218,169,224)
#E0B6E5
(224,182,229)
#E6C3EA
(230,195,234)
#ECD0EF
(236,208,239)
#F2DDF4
(242,221,244)
#F8EAF9
(248,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC68C7 color. Also use rgb(188,104,199) instead hex code.

Text Font Color

.myTextColor { color: #BC68C7; }

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

This text font color is #BC68C7.


Background Color

.myBgColor { background-color: #BC68C7; }

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

This div background color is #BC68C7.


Border color

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

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

This div border color is #BC68C7.


Opacity

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

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

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

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

This text has shadow with #BC68C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC68C7 on black background.


Color preview on white background

This text has color #BC68C7 on white background.



Black color preview on #BC68C7 background

This text has black color on #BC68C7 background.


White color preview on #BC68C7 background

This text has white color on #BC68C7 background.