COLOR #BC93F7

HEX: #BC93F7
RGB: (188,147,247)

Color info

#BC93F7 contains mainly red and blue colors. Web safe color of #BC93F7 is #CC99FF (or #C9F).

RGB color model

#BC93F7 color RGB value is (188,147,247).

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

RGB channels and saturation

R 188 of 255 = 74%
G 147 of 255 = 58%
B 247 of 255 = 97%

188
147
247

R + G + B ~ 76%. #BC93F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 147 + 247 = 582 (100%)
R 188 of 582 ~ 32.3%
G 147 of 582 ~ 25.26%
B 247 of 582 ~ 42.44%

%32.3
%25.26
%42.44

CMYK color model

#BC93F7 color CMYK value is (24,40,0,3).

  • cyan value is 23.89%
  • magenta value is 40.49%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,40,0,3)
C24M40Y0K3 
(24%,40%,0%,3%)
(0.24/0.40/0.00/0.03)	

CMYK percentages

%23.89
%40.49
%0
%3.14

Codes

Color #BC93F7 in popluar color models

BC93F7
RGB188147247
HSL265°86.21%77.25%
HSB/HSV265°40.49%96.86%
CMYK23.89%40.49%0.00%
3.14%

Color #BC93F7 in popluar number systems.

HEXBC93F7
Decimal188147247
Binary101111001001001111110111
Octal274223367

Shades and tints

Shades of #BC93F7

#BC93F7
(188,147,247)
#AB86E1
(171,134,225)
#9A79CB
(154,121,203)
#896CB5
(137,108,181)
#785F9F
(120,95,159)
#675289
(103,82,137)
#564573
(86,69,115)
#45385D
(69,56,93)
#342B47
(52,43,71)
#231E31
(35,30,49)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BC93F7

#BC93F7
(188,147,247)
#C29CF7
(194,156,247)
#C8A5F7
(200,165,247)
#CEAEF7
(206,174,247)
#D4B7F7
(212,183,247)
#DAC0F7
(218,192,247)
#E0C9F7
(224,201,247)
#E6D2F7
(230,210,247)
#ECDBF7
(236,219,247)
#F2E4F7
(242,228,247)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC93F7; }

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

This text font color is #BC93F7.


Background Color

.myBgColor { background-color: #BC93F7; }

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

This div background color is #BC93F7.


Border color

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

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

This div border color is #BC93F7.


Opacity

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

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

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

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

This text has shadow with #BC93F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC93F7 on black background.


Color preview on white background

This text has color #BC93F7 on white background.



Black color preview on #BC93F7 background

This text has black color on #BC93F7 background.


White color preview on #BC93F7 background

This text has white color on #BC93F7 background.