COLOR #BC9DF7

HEX: #BC9DF7
RGB: (188,157,247)

Color info

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

RGB color model

#BC9DF7 color RGB value is (188,157,247).

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

RGB channels and saturation

R 188 of 255 = 74%
G 157 of 255 = 62%
B 247 of 255 = 97%

188
157
247

R + G + B ~ 78%. #BC9DF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 157 + 247 = 592 (100%)
R 188 of 592 ~ 31.76%
G 157 of 592 ~ 26.52%
B 247 of 592 ~ 41.72%

%31.76
%26.52
%41.72

CMYK color model

#BC9DF7 color CMYK value is (24,36,0,3).

  • cyan value is 23.89%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(24,36,0,3)
C24M36Y0K3 
(24%,36%,0%,3%)
(0.24/0.36/0.00/0.03)	

CMYK percentages

%23.89
%36.44
%0
%3.14

Codes

Color #BC9DF7 in popluar color models

BC9DF7
RGB188157247
HSL261°84.91%79.22%
HSB/HSV261°36.44%96.86%
CMYK23.89%36.44%0.00%
3.14%

Color #BC9DF7 in popluar number systems.

HEXBC9DF7
Decimal188157247
Binary101111001001110111110111
Octal274235367

Shades and tints

Shades of #BC9DF7

#BC9DF7
(188,157,247)
#AB8FE1
(171,143,225)
#9A81CB
(154,129,203)
#8973B5
(137,115,181)
#78659F
(120,101,159)
#675789
(103,87,137)
#564973
(86,73,115)
#453B5D
(69,59,93)
#342D47
(52,45,71)
#231F31
(35,31,49)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BC9DF7

#BC9DF7
(188,157,247)
#C2A5F7
(194,165,247)
#C8ADF7
(200,173,247)
#CEB5F7
(206,181,247)
#D4BDF7
(212,189,247)
#DAC5F7
(218,197,247)
#E0CDF7
(224,205,247)
#E6D5F7
(230,213,247)
#ECDDF7
(236,221,247)
#F2E5F7
(242,229,247)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DF7; }

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

This text font color is #BC9DF7.


Background Color

.myBgColor { background-color: #BC9DF7; }

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

This div background color is #BC9DF7.


Border color

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

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

This div border color is #BC9DF7.


Opacity

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

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

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

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

This text has shadow with #BC9DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DF7 on black background.


Color preview on white background

This text has color #BC9DF7 on white background.



Black color preview on #BC9DF7 background

This text has black color on #BC9DF7 background.


White color preview on #BC9DF7 background

This text has white color on #BC9DF7 background.