COLOR #BC9FE3

HEX: #BC9FE3
RGB: (188,159,227)

Color info

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

RGB color model

#BC9FE3 color RGB value is (188,159,227).

  • red value is 188;
  • green value is 159;
  • blue value is 227.
RGB:
(188,159,227)
(74%,62%,89%)

RGB channels and saturation

R 188 of 255 = 74%
G 159 of 255 = 62%
B 227 of 255 = 89%

188
159
227

R + G + B ~ 75%. #BC9FE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 159 + 227 = 574 (100%)
R 188 of 574 ~ 32.75%
G 159 of 574 ~ 27.7%
B 227 of 574 ~ 39.55%

%32.75
%27.7
%39.55

CMYK color model

#BC9FE3 color CMYK value is (17,30,0,11).

  • cyan value is 17.18%
  • magenta value is 29.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(17,30,0,11)
C17M30Y0K11 
(17%,30%,0%,11%)
(0.17/0.30/0.00/0.11)	

CMYK percentages

%17.18
%29.96
%0
%10.98

Codes

Color #BC9FE3 in popluar color models

BC9FE3
RGB188159227
HSL266°54.84%75.69%
HSB/HSV266°29.96%89.02%
CMYK17.18%29.96%0.00%
10.98%

Color #BC9FE3 in popluar number systems.

HEXBC9FE3
Decimal188159227
Binary101111001001111111100011
Octal274237343

Shades and tints

Shades of #BC9FE3

#BC9FE3
(188,159,227)
#AB91CF
(171,145,207)
#9A83BB
(154,131,187)
#8975A7
(137,117,167)
#786793
(120,103,147)
#67597F
(103,89,127)
#564B6B
(86,75,107)
#453D57
(69,61,87)
#342F43
(52,47,67)
#23212F
(35,33,47)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #BC9FE3

#BC9FE3
(188,159,227)
#C2A7E5
(194,167,229)
#C8AFE7
(200,175,231)
#CEB7E9
(206,183,233)
#D4BFEB
(212,191,235)
#DAC7ED
(218,199,237)
#E0CFEF
(224,207,239)
#E6D7F1
(230,215,241)
#ECDFF3
(236,223,243)
#F2E7F5
(242,231,245)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9FE3; }

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

This text font color is #BC9FE3.


Background Color

.myBgColor { background-color: #BC9FE3; }

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

This div background color is #BC9FE3.


Border color

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

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

This div border color is #BC9FE3.


Opacity

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

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

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

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

This text has shadow with #BC9FE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9FE3 on black background.


Color preview on white background

This text has color #BC9FE3 on white background.



Black color preview on #BC9FE3 background

This text has black color on #BC9FE3 background.


White color preview on #BC9FE3 background

This text has white color on #BC9FE3 background.