COLOR #BC7EC8

HEX: #BC7EC8
RGB: (188,126,200)

Color info

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

RGB color model

#BC7EC8 color RGB value is (188,126,200).

  • red value is 188;
  • green value is 126;
  • blue value is 200.
RGB:
(188,126,200)
(74%,49%,78%)

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 200 of 255 = 78%

188
126
200

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

Portions of RGB colors in percentages

R + G + B =
188 + 126 + 200 = 514 (100%)
R 188 of 514 ~ 36.58%
G 126 of 514 ~ 24.51%
B 200 of 514 ~ 38.91%

%36.58
%24.51
%38.91

CMYK color model

#BC7EC8 color CMYK value is (6,37,0,22).

  • cyan value is 6.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(6,37,0,22)
C6M37Y0K22 
(6%,37%,0%,22%)
(0.06/0.37/0.00/0.22)	

CMYK percentages

%6
%37
%0
%21.57

Codes

Color #BC7EC8 in popluar color models

BC7EC8
RGB188126200
HSL290°40.22%63.92%
HSB/HSV290°37.00%78.43%
CMYK6.00%37.00%0.00%
21.57%

Color #BC7EC8 in popluar number systems.

HEXBC7EC8
Decimal188126200
Binary10111100111111011001000
Octal274176310

Shades and tints

Shades of #BC7EC8

#BC7EC8
(188,126,200)
#AB73B6
(171,115,182)
#9A68A4
(154,104,164)
#895D92
(137,93,146)
#785280
(120,82,128)
#67476E
(103,71,110)
#563C5C
(86,60,92)
#45314A
(69,49,74)
#342638
(52,38,56)
#231B26
(35,27,38)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC7EC8

#BC7EC8
(188,126,200)
#C289CD
(194,137,205)
#C894D2
(200,148,210)
#CE9FD7
(206,159,215)
#D4AADC
(212,170,220)
#DAB5E1
(218,181,225)
#E0C0E6
(224,192,230)
#E6CBEB
(230,203,235)
#ECD6F0
(236,214,240)
#F2E1F5
(242,225,245)
#F8ECFA
(248,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7EC8 color. Also use rgb(188,126,200) instead hex code.

Text Font Color

.myTextColor { color: #BC7EC8; }

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

This text font color is #BC7EC8.


Background Color

.myBgColor { background-color: #BC7EC8; }

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

This div background color is #BC7EC8.


Border color

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

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

This div border color is #BC7EC8.


Opacity

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

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

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

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

This text has shadow with #BC7EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7EC8 on black background.


Color preview on white background

This text has color #BC7EC8 on white background.



Black color preview on #BC7EC8 background

This text has black color on #BC7EC8 background.


White color preview on #BC7EC8 background

This text has white color on #BC7EC8 background.