COLOR #BC8DD5

HEX: #BC8DD5
RGB: (188,141,213)

Color info

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

RGB color model

#BC8DD5 color RGB value is (188,141,213).

  • red value is 188;
  • green value is 141;
  • blue value is 213.
RGB:
(188,141,213)
(74%,55%,84%)

RGB channels and saturation

R 188 of 255 = 74%
G 141 of 255 = 55%
B 213 of 255 = 84%

188
141
213

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

Portions of RGB colors in percentages

R + G + B =
188 + 141 + 213 = 542 (100%)
R 188 of 542 ~ 34.69%
G 141 of 542 ~ 26.01%
B 213 of 542 ~ 39.3%

%34.69
%26.01
%39.3

CMYK color model

#BC8DD5 color CMYK value is (12,34,0,16).

  • cyan value is 11.74%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,34,0,16)
C12M34Y0K16 
(12%,34%,0%,16%)
(0.12/0.34/0.00/0.16)	

CMYK percentages

%11.74
%33.8
%0
%16.47

Codes

Color #BC8DD5 in popluar color models

BC8DD5
RGB188141213
HSL279°46.15%69.41%
HSB/HSV279°33.80%83.53%
CMYK11.74%33.80%0.00%
16.47%

Color #BC8DD5 in popluar number systems.

HEXBC8DD5
Decimal188141213
Binary101111001000110111010101
Octal274215325

Shades and tints

Shades of #BC8DD5

#BC8DD5
(188,141,213)
#AB81C2
(171,129,194)
#9A75AF
(154,117,175)
#89699C
(137,105,156)
#785D89
(120,93,137)
#675176
(103,81,118)
#564563
(86,69,99)
#453950
(69,57,80)
#342D3D
(52,45,61)
#23212A
(35,33,42)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BC8DD5

#BC8DD5
(188,141,213)
#C297D8
(194,151,216)
#C8A1DB
(200,161,219)
#CEABDE
(206,171,222)
#D4B5E1
(212,181,225)
#DABFE4
(218,191,228)
#E0C9E7
(224,201,231)
#E6D3EA
(230,211,234)
#ECDDED
(236,221,237)
#F2E7F0
(242,231,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8DD5 color. Also use rgb(188,141,213) instead hex code.

Text Font Color

.myTextColor { color: #BC8DD5; }

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

This text font color is #BC8DD5.


Background Color

.myBgColor { background-color: #BC8DD5; }

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

This div background color is #BC8DD5.


Border color

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

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

This div border color is #BC8DD5.


Opacity

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

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

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

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

This text has shadow with #BC8DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8DD5 on black background.


Color preview on white background

This text has color #BC8DD5 on white background.



Black color preview on #BC8DD5 background

This text has black color on #BC8DD5 background.


White color preview on #BC8DD5 background

This text has white color on #BC8DD5 background.