COLOR #BC93DF

HEX: #BC93DF
RGB: (188,147,223)

Color info

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

RGB color model

#BC93DF color RGB value is (188,147,223).

  • red value is 188;
  • green value is 147;
  • blue value is 223.
RGB:
(188,147,223)
(74%,58%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 223 of 255 = 87%

188
147
223

R + G + B ~ 73%. #BC93DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 223 = 558 (100%)
R 188 of 558 ~ 33.69%
G 147 of 558 ~ 26.34%
B 223 of 558 ~ 39.96%

%33.69
%26.34
%39.96

CMYK color model

#BC93DF color CMYK value is (16,34,0,13).

  • cyan value is 15.70%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,34,0,13)
C16M34Y0K13 
(16%,34%,0%,13%)
(0.16/0.34/0.00/0.13)	

CMYK percentages

%15.7
%34.08
%0
%12.55

Codes

Color #BC93DF in popluar color models

BC93DF
RGB188147223
HSL272°54.29%72.55%
HSB/HSV272°34.08%87.45%
CMYK15.70%34.08%0.00%
12.55%

Color #BC93DF in popluar number systems.

HEXBC93DF
Decimal188147223
Binary101111001001001111011111
Octal274223337

Shades and tints

Shades of #BC93DF

#BC93DF
(188,147,223)
#AB86CB
(171,134,203)
#9A79B7
(154,121,183)
#896CA3
(137,108,163)
#785F8F
(120,95,143)
#67527B
(103,82,123)
#564567
(86,69,103)
#453853
(69,56,83)
#342B3F
(52,43,63)
#231E2B
(35,30,43)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BC93DF

#BC93DF
(188,147,223)
#C29CE1
(194,156,225)
#C8A5E3
(200,165,227)
#CEAEE5
(206,174,229)
#D4B7E7
(212,183,231)
#DAC0E9
(218,192,233)
#E0C9EB
(224,201,235)
#E6D2ED
(230,210,237)
#ECDBEF
(236,219,239)
#F2E4F1
(242,228,241)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC93DF color. Also use rgb(188,147,223) instead hex code.

Text Font Color

.myTextColor { color: #BC93DF; }

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

This text font color is #BC93DF.


Background Color

.myBgColor { background-color: #BC93DF; }

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

This div background color is #BC93DF.


Border color

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

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

This div border color is #BC93DF.


Opacity

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

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

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

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

This text has shadow with #BC93DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC93DF on black background.


Color preview on white background

This text has color #BC93DF on white background.



Black color preview on #BC93DF background

This text has black color on #BC93DF background.


White color preview on #BC93DF background

This text has white color on #BC93DF background.