COLOR #BC94E3

HEX: #BC94E3 RGB: (188,148,227)

Color info

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

RGB color model

#BC94E3 color RGB value is (188,148,227).

RGB: (188,148,227) (74%, 58%, 89%)

RGB channels and saturation

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

188
148
227

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

Portions of RGB colors in percentages

R + G + B = 188 + 148 + 227 = 563 (100%)
R 188 of 563 ~ 33.39%
G 148 of 563 ~ 26.29%
B 227 of 563 ~ 40.32'%

%33.39
%26.29
%40.32

CMYK color model

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

  • cyan value is 17.18%
  • magenta value is 34.80%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (17,35,0,11)
C17M35Y0K11 (17%, 35%, 0%, 11%)
(0.17 / 0.35 / 0.00 / 0.11)

CMYK percentages

%17.18
%34.8
%0
%10.98

Codes

Color #BC94E3 in popluar color models

BC 94 E3
RGB 188 148 227
HSL 270° 58.52% 73.53%
HSB/HSV 270° 34.80% 89.02%
CMYK 17.18% 34.80% 0.00%
10.98%

Color #BC94E3 in popluar number systems.

HEX BC 94 E3
Decimal 188 148 227
Binary 10111100 10010100 11100011
Octal 274 224 343

Shades and tints

Shades of #BC94E3

#BC94E3
(188,148,227)
#AB87CF
(171,135,207)
#9A7ABB
(154,122,187)
#896DA7
(137,109,167)
#786093
(120,96,147)
#67537F
(103,83,127)
#56466B
(86,70,107)
#453957
(69,57,87)
#342C43
(52,44,67)
#231F2F
(35,31,47)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #BC94E3

#BC94E3
(188,148,227)
#C29DE5
(194,157,229)
#C8A6E7
(200,166,231)
#CEAFE9
(206,175,233)
#D4B8EB
(212,184,235)
#DAC1ED
(218,193,237)
#E0CAEF
(224,202,239)
#E6D3F1
(230,211,241)
#ECDCF3
(236,220,243)
#F2E5F5
(242,229,245)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC94E3; }

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

This text font color is #BC94E3.

Background Color

.myBgColor { background-color: #BC94E3; }

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

This div background color is #BC94E3.

Border color

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

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

This div border color is #BC94E3.

Opacity

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

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

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

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

This text has shadow with #BC94E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC94E3.

Preview

Color preview on black background

This text has color #BC94E3 on black background.


Color preview on white background

This text has color #BC94E3 on white background.


Black color preview on #BC94E3 background

This text has black color on #BC94E3 background.


White color preview on #BC94E3 background

This text has white color on #BC94E3 background.


Related colors

Complementary color

Complementary color for #hex is #436B1C.


I love getcolorcode.com

Triadic colors

1 #E3BC94 and #94E3BC with #BC94E3 are triadic colors.

2 #E394BC and #94BCE3 with #BC94E3 are triadic colors.