COLOR #BC7BE4

HEX: #BC7BE4
RGB: (188,123,228)

Color info

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

RGB color model

#BC7BE4 color RGB value is (188,123,228).

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

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 228 of 255 = 89%

188
123
228

R + G + B ~ 70%. #BC7BE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 228 = 539 (100%)
R 188 of 539 ~ 34.88%
G 123 of 539 ~ 22.82%
B 228 of 539 ~ 42.3%

%34.88
%22.82
%42.3

CMYK color model

#BC7BE4 color CMYK value is (18,46,0,11).

  • cyan value is 17.54%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,46,0,11)
C18M46Y0K11 
(18%,46%,0%,11%)
(0.18/0.46/0.00/0.11)	

CMYK percentages

%17.54
%46.05
%0
%10.59

Codes

Color #BC7BE4 in popluar color models

BC7BE4
RGB188123228
HSL277°66.04%68.82%
HSB/HSV277°46.05%89.41%
CMYK17.54%46.05%0.00%
10.59%

Color #BC7BE4 in popluar number systems.

HEXBC7BE4
Decimal188123228
Binary10111100111101111100100
Octal274173344

Shades and tints

Shades of #BC7BE4

#BC7BE4
(188,123,228)
#AB70D0
(171,112,208)
#9A65BC
(154,101,188)
#895AA8
(137,90,168)
#784F94
(120,79,148)
#674480
(103,68,128)
#56396C
(86,57,108)
#452E58
(69,46,88)
#342344
(52,35,68)
#231830
(35,24,48)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #BC7BE4

#BC7BE4
(188,123,228)
#C287E6
(194,135,230)
#C893E8
(200,147,232)
#CE9FEA
(206,159,234)
#D4ABEC
(212,171,236)
#DAB7EE
(218,183,238)
#E0C3F0
(224,195,240)
#E6CFF2
(230,207,242)
#ECDBF4
(236,219,244)
#F2E7F6
(242,231,246)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7BE4; }

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

This text font color is #BC7BE4.


Background Color

.myBgColor { background-color: #BC7BE4; }

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

This div background color is #BC7BE4.


Border color

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

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

This div border color is #BC7BE4.


Opacity

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

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

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

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

This text has shadow with #BC7BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7BE4 on black background.


Color preview on white background

This text has color #BC7BE4 on white background.



Black color preview on #BC7BE4 background

This text has black color on #BC7BE4 background.


White color preview on #BC7BE4 background

This text has white color on #BC7BE4 background.