COLOR #BC95D4

HEX: #BC95D4
RGB: (188,149,212)

Color info

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

RGB color model

#BC95D4 color RGB value is (188,149,212).

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

RGB channels and saturation

R 188 of 255 = 74%
G 149 of 255 = 58%
B 212 of 255 = 83%

188
149
212

R + G + B ~ 72%. #BC95D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 149 + 212 = 549 (100%)
R 188 of 549 ~ 34.24%
G 149 of 549 ~ 27.14%
B 212 of 549 ~ 38.62%

%34.24
%27.14
%38.62

CMYK color model

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

  • cyan value is 11.32%
  • magenta value is 29.72%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,30,0,17)
C11M30Y0K17 
(11%,30%,0%,17%)
(0.11/0.30/0.00/0.17)	

CMYK percentages

%11.32
%29.72
%0
%16.86

Codes

Color #BC95D4 in popluar color models

BC95D4
RGB188149212
HSL277°42.28%70.78%
HSB/HSV277°29.72%83.14%
CMYK11.32%29.72%0.00%
16.86%

Color #BC95D4 in popluar number systems.

HEXBC95D4
Decimal188149212
Binary101111001001010111010100
Octal274225324

Shades and tints

Shades of #BC95D4

#BC95D4
(188,149,212)
#AB88C1
(171,136,193)
#9A7BAE
(154,123,174)
#896E9B
(137,110,155)
#786188
(120,97,136)
#675475
(103,84,117)
#564762
(86,71,98)
#453A4F
(69,58,79)
#342D3C
(52,45,60)
#232029
(35,32,41)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BC95D4

#BC95D4
(188,149,212)
#C29ED7
(194,158,215)
#C8A7DA
(200,167,218)
#CEB0DD
(206,176,221)
#D4B9E0
(212,185,224)
#DAC2E3
(218,194,227)
#E0CBE6
(224,203,230)
#E6D4E9
(230,212,233)
#ECDDEC
(236,221,236)
#F2E6EF
(242,230,239)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC95D4; }

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

This text font color is #BC95D4.


Background Color

.myBgColor { background-color: #BC95D4; }

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

This div background color is #BC95D4.


Border color

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

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

This div border color is #BC95D4.


Opacity

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

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

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

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

This text has shadow with #BC95D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC95D4 on black background.


Color preview on white background

This text has color #BC95D4 on white background.



Black color preview on #BC95D4 background

This text has black color on #BC95D4 background.


White color preview on #BC95D4 background

This text has white color on #BC95D4 background.