COLOR #BC7EED

HEX: #BC7EED
RGB: (188,126,237)

Color info

#BC7EED contains mainly red and blue colors. Web safe color of #BC7EED is #CC66FF (or #C6F).

RGB color model

#BC7EED color RGB value is (188,126,237).

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

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 237 of 255 = 93%

188
126
237

R + G + B ~ 72%. #BC7EED is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 126 + 237 = 551 (100%)
R 188 of 551 ~ 34.12%
G 126 of 551 ~ 22.87%
B 237 of 551 ~ 43.01%

%34.12
%22.87
%43.01

CMYK color model

#BC7EED color CMYK value is (21,47,0,7).

  • cyan value is 20.68%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,47,0,7)
C21M47Y0K7 
(21%,47%,0%,7%)
(0.21/0.47/0.00/0.07)	

CMYK percentages

%20.68
%46.84
%0
%7.06

Codes

Color #BC7EED in popluar color models

BC7EED
RGB188126237
HSL274°75.51%71.18%
HSB/HSV274°46.84%92.94%
CMYK20.68%46.84%0.00%
7.06%

Color #BC7EED in popluar number systems.

HEXBC7EED
Decimal188126237
Binary10111100111111011101101
Octal274176355

Shades and tints

Shades of #BC7EED

#BC7EED
(188,126,237)
#AB73D8
(171,115,216)
#9A68C3
(154,104,195)
#895DAE
(137,93,174)
#785299
(120,82,153)
#674784
(103,71,132)
#563C6F
(86,60,111)
#45315A
(69,49,90)
#342645
(52,38,69)
#231B30
(35,27,48)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #BC7EED

#BC7EED
(188,126,237)
#C289EE
(194,137,238)
#C894EF
(200,148,239)
#CE9FF0
(206,159,240)
#D4AAF1
(212,170,241)
#DAB5F2
(218,181,242)
#E0C0F3
(224,192,243)
#E6CBF4
(230,203,244)
#ECD6F5
(236,214,245)
#F2E1F6
(242,225,246)
#F8ECF7
(248,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7EED; }

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

This text font color is #BC7EED.


Background Color

.myBgColor { background-color: #BC7EED; }

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

This div background color is #BC7EED.


Border color

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

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

This div border color is #BC7EED.


Opacity

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

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

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

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

This text has shadow with #BC7EED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7EED on black background.


Color preview on white background

This text has color #BC7EED on white background.



Black color preview on #BC7EED background

This text has black color on #BC7EED background.


White color preview on #BC7EED background

This text has white color on #BC7EED background.