COLOR #BC94D0

HEX: #BC94D0
RGB: (188,148,208)

Color info

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

RGB color model

#BC94D0 color RGB value is (188,148,208).

  • red value is 188;
  • green value is 148;
  • blue value is 208.
RGB:
(188,148,208)
(74%,58%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 148 of 255 = 58%
B 208 of 255 = 82%

188
148
208

R + G + B ~ 71%. #BC94D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 148 + 208 = 544 (100%)
R 188 of 544 ~ 34.56%
G 148 of 544 ~ 27.21%
B 208 of 544 ~ 38.24%

%34.56
%27.21
%38.24

CMYK color model

#BC94D0 color CMYK value is (10,29,0,18).

  • cyan value is 9.62%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(10,29,0,18)
C10M29Y0K18 
(10%,29%,0%,18%)
(0.10/0.29/0.00/0.18)	

CMYK percentages

%9.62
%28.85
%0
%18.43

Codes

Color #BC94D0 in popluar color models

BC94D0
RGB188148208
HSL280°38.96%69.80%
HSB/HSV280°28.85%81.57%
CMYK9.62%28.85%0.00%
18.43%

Color #BC94D0 in popluar number systems.

HEXBC94D0
Decimal188148208
Binary101111001001010011010000
Octal274224320

Shades and tints

Shades of #BC94D0

#BC94D0
(188,148,208)
#AB87BE
(171,135,190)
#9A7AAC
(154,122,172)
#896D9A
(137,109,154)
#786088
(120,96,136)
#675376
(103,83,118)
#564664
(86,70,100)
#453952
(69,57,82)
#342C40
(52,44,64)
#231F2E
(35,31,46)
#12121C
(18,18,28)
#000000
(0,0,0)

Tints of #BC94D0

#BC94D0
(188,148,208)
#C29DD4
(194,157,212)
#C8A6D8
(200,166,216)
#CEAFDC
(206,175,220)
#D4B8E0
(212,184,224)
#DAC1E4
(218,193,228)
#E0CAE8
(224,202,232)
#E6D3EC
(230,211,236)
#ECDCF0
(236,220,240)
#F2E5F4
(242,229,244)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC94D0 color. Also use rgb(188,148,208) instead hex code.

Text Font Color

.myTextColor { color: #BC94D0; }

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

This text font color is #BC94D0.


Background Color

.myBgColor { background-color: #BC94D0; }

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

This div background color is #BC94D0.


Border color

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

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

This div border color is #BC94D0.


Opacity

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

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

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

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

This text has shadow with #BC94D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC94D0 on black background.


Color preview on white background

This text has color #BC94D0 on white background.



Black color preview on #BC94D0 background

This text has black color on #BC94D0 background.


White color preview on #BC94D0 background

This text has white color on #BC94D0 background.