COLOR #BC95E0

HEX: #BC95E0
RGB: (188,149,224)

Color info

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

RGB color model

#BC95E0 color RGB value is (188,149,224).

  • red value is 188;
  • green value is 149;
  • blue value is 224.
RGB:
(188,149,224)
(74%,58%,88%)

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 224 of 255 = 88%

188
149
224

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

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 224 = 561 (100%)
R 188 of 561 ~ 33.51%
G 149 of 561 ~ 26.56%
B 224 of 561 ~ 39.93%

%33.51
%26.56
%39.93

CMYK color model

#BC95E0 color CMYK value is (16,33,0,12).

  • cyan value is 16.07%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,33,0,12)
C16M33Y0K12 
(16%,33%,0%,12%)
(0.16/0.33/0.00/0.12)	

CMYK percentages

%16.07
%33.48
%0
%12.16

Codes

Color #BC95E0 in popluar color models

BC95E0
RGB188149224
HSL271°54.74%73.14%
HSB/HSV271°33.48%87.84%
CMYK16.07%33.48%0.00%
12.16%

Color #BC95E0 in popluar number systems.

HEXBC95E0
Decimal188149224
Binary101111001001010111100000
Octal274225340

Shades and tints

Shades of #BC95E0

#BC95E0
(188,149,224)
#AB88CC
(171,136,204)
#9A7BB8
(154,123,184)
#896EA4
(137,110,164)
#786190
(120,97,144)
#67547C
(103,84,124)
#564768
(86,71,104)
#453A54
(69,58,84)
#342D40
(52,45,64)
#23202C
(35,32,44)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BC95E0

#BC95E0
(188,149,224)
#C29EE2
(194,158,226)
#C8A7E4
(200,167,228)
#CEB0E6
(206,176,230)
#D4B9E8
(212,185,232)
#DAC2EA
(218,194,234)
#E0CBEC
(224,203,236)
#E6D4EE
(230,212,238)
#ECDDF0
(236,221,240)
#F2E6F2
(242,230,242)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC95E0 color. Also use rgb(188,149,224) instead hex code.

Text Font Color

.myTextColor { color: #BC95E0; }

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

This text font color is #BC95E0.


Background Color

.myBgColor { background-color: #BC95E0; }

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

This div background color is #BC95E0.


Border color

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

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

This div border color is #BC95E0.


Opacity

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

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

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

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

This text has shadow with #BC95E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC95E0 on black background.


Color preview on white background

This text has color #BC95E0 on white background.



Black color preview on #BC95E0 background

This text has black color on #BC95E0 background.


White color preview on #BC95E0 background

This text has white color on #BC95E0 background.