COLOR #BC7BCE

HEX: #BC7BCE
RGB: (188,123,206)

Color info

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

RGB color model

#BC7BCE color RGB value is (188,123,206).

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

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 206 of 255 = 81%

188
123
206

R + G + B ~ 68%. #BC7BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 206 = 517 (100%)
R 188 of 517 ~ 36.36%
G 123 of 517 ~ 23.79%
B 206 of 517 ~ 39.85%

%36.36
%23.79
%39.85

CMYK color model

#BC7BCE color CMYK value is (9,40,0,19).

  • cyan value is 8.74%
  • magenta value is 40.29%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,40,0,19)
C9M40Y0K19 
(9%,40%,0%,19%)
(0.09/0.40/0.00/0.19)	

CMYK percentages

%8.74
%40.29
%0
%19.22

Codes

Color #BC7BCE in popluar color models

BC7BCE
RGB188123206
HSL287°45.86%64.51%
HSB/HSV287°40.29%80.78%
CMYK8.74%40.29%0.00%
19.22%

Color #BC7BCE in popluar number systems.

HEXBC7BCE
Decimal188123206
Binary10111100111101111001110
Octal274173316

Shades and tints

Shades of #BC7BCE

#BC7BCE
(188,123,206)
#AB70BC
(171,112,188)
#9A65AA
(154,101,170)
#895A98
(137,90,152)
#784F86
(120,79,134)
#674474
(103,68,116)
#563962
(86,57,98)
#452E50
(69,46,80)
#34233E
(52,35,62)
#23182C
(35,24,44)
#120D1A
(18,13,26)
#000000
(0,0,0)

Tints of #BC7BCE

#BC7BCE
(188,123,206)
#C287D2
(194,135,210)
#C893D6
(200,147,214)
#CE9FDA
(206,159,218)
#D4ABDE
(212,171,222)
#DAB7E2
(218,183,226)
#E0C3E6
(224,195,230)
#E6CFEA
(230,207,234)
#ECDBEE
(236,219,238)
#F2E7F2
(242,231,242)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7BCE; }

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

This text font color is #BC7BCE.


Background Color

.myBgColor { background-color: #BC7BCE; }

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

This div background color is #BC7BCE.


Border color

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

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

This div border color is #BC7BCE.


Opacity

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

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

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

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

This text has shadow with #BC7BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7BCE on black background.


Color preview on white background

This text has color #BC7BCE on white background.



Black color preview on #BC7BCE background

This text has black color on #BC7BCE background.


White color preview on #BC7BCE background

This text has white color on #BC7BCE background.