COLOR #BC94E2

HEX: #BC94E2
RGB: (188,148,226)

Color info

#BC94E2 contains mainly red and blue colors. Web safe color of #BC94E2 is #CC99CC (or #C9C).

RGB color model

#BC94E2 color RGB value is (188,148,226).

  • red value is 188;
  • green value is 148;
  • blue value is 226.
RGB:
(188,148,226)
(74%,58%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 226 of 255 = 89%

188
148
226

R + G + B ~ 74%. #BC94E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 226 = 562 (100%)
R 188 of 562 ~ 33.45%
G 148 of 562 ~ 26.33%
B 226 of 562 ~ 40.21%

%33.45
%26.33
%40.21

CMYK color model

#BC94E2 color CMYK value is (17,35,0,11).

  • cyan value is 16.81%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,35,0,11)
C17M35Y0K11 
(17%,35%,0%,11%)
(0.17/0.35/0.00/0.11)	

CMYK percentages

%16.81
%34.51
%0
%11.37

Codes

Color #BC94E2 in popluar color models

BC94E2
RGB188148226
HSL271°57.35%73.33%
HSB/HSV271°34.51%88.63%
CMYK16.81%34.51%0.00%
11.37%

Color #BC94E2 in popluar number systems.

HEXBC94E2
Decimal188148226
Binary101111001001010011100010
Octal274224342

Shades and tints

Shades of #BC94E2

#BC94E2
(188,148,226)
#AB87CE
(171,135,206)
#9A7ABA
(154,122,186)
#896DA6
(137,109,166)
#786092
(120,96,146)
#67537E
(103,83,126)
#56466A
(86,70,106)
#453956
(69,57,86)
#342C42
(52,44,66)
#231F2E
(35,31,46)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #BC94E2

#BC94E2
(188,148,226)
#C29DE4
(194,157,228)
#C8A6E6
(200,166,230)
#CEAFE8
(206,175,232)
#D4B8EA
(212,184,234)
#DAC1EC
(218,193,236)
#E0CAEE
(224,202,238)
#E6D3F0
(230,211,240)
#ECDCF2
(236,220,242)
#F2E5F4
(242,229,244)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC94E2 color. Also use rgb(188,148,226) instead hex code.

Text Font Color

.myTextColor { color: #BC94E2; }

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

This text font color is #BC94E2.


Background Color

.myBgColor { background-color: #BC94E2; }

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

This div background color is #BC94E2.


Border color

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

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

This div border color is #BC94E2.


Opacity

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

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

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

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

This text has shadow with #BC94E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC94E2 on black background.


Color preview on white background

This text has color #BC94E2 on white background.



Black color preview on #BC94E2 background

This text has black color on #BC94E2 background.


White color preview on #BC94E2 background

This text has white color on #BC94E2 background.