COLOR #BC94FA

HEX: #BC94FA RGB: (188,148,250)

Color info

#BC94FA contains mainly blue color. Web safe color of #BC94FA is #CC99FF (or #C9F).

RGB color model

#BC94FA color RGB value is (188,148,250).

RGB: (188,148,250) (74%, 58%, 98%)

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 250 of 255 = 98%

188
148
250

R + G + B ~ 77%. #BC94FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 148 + 250 = 586 (100%)
R 188 of 586 ~ 32.08%
G 148 of 586 ~ 25.26%
B 250 of 586 ~ 42.66'%

%32.08
%25.26
%42.66

CMYK color model

#BC94FA color CMYK value is (25,41,0,2).

  • cyan value is 24.80%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (25,41,0,2)
C25M41Y0K2 (25%, 41%, 0%, 2%)
(0.25 / 0.41 / 0.00 / 0.02)

CMYK percentages

%24.8
%40.8
%0
%1.96

Codes

Color #BC94FA in popluar color models

BC 94 FA
RGB 188 148 250
HSL 264° 91.07% 78.04%
HSB/HSV 264° 40.80% 98.04%
CMYK 24.80% 40.80% 0.00%
1.96%

Color #BC94FA in popluar number systems.

HEX BC 94 FA
Decimal 188 148 250
Binary 10111100 10010100 11111010
Octal 274 224 372

Shades and tints

Shades of #BC94FA

#BC94FA
(188,148,250)
#AB87E4
(171,135,228)
#9A7ACE
(154,122,206)
#896DB8
(137,109,184)
#7860A2
(120,96,162)
#67538C
(103,83,140)
#564676
(86,70,118)
#453960
(69,57,96)
#342C4A
(52,44,74)
#231F34
(35,31,52)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #BC94FA

#BC94FA
(188,148,250)
#C29DFA
(194,157,250)
#C8A6FA
(200,166,250)
#CEAFFA
(206,175,250)
#D4B8FA
(212,184,250)
#DAC1FA
(218,193,250)
#E0CAFA
(224,202,250)
#E6D3FA
(230,211,250)
#ECDCFA
(236,220,250)
#F2E5FA
(242,229,250)
#F8EEFA
(248,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC94FA; }

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

This text font color is #BC94FA.

Background Color

.myBgColor { background-color: #BC94FA; }

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

This div background color is #BC94FA.

Border color

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

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

This div border color is #BC94FA.

Opacity

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

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

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

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

This text has shadow with #BC94FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC94FA.

Preview

Color preview on black background

This text has color #BC94FA on black background.


Color preview on white background

This text has color #BC94FA on white background.


Black color preview on #BC94FA background

This text has black color on #BC94FA background.


White color preview on #BC94FA background

This text has white color on #BC94FA background.


Related colors

Complementary color

Complementary color for #hex is #436B05.


I love getcolorcode.com

Triadic colors

1 #FABC94 and #94FABC with #BC94FA are triadic colors.

2 #FA94BC and #94BCFA with #BC94FA are triadic colors.