COLOR #BC8BCB

HEX: #BC8BCB
RGB: (188,139,203)

Color info

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

RGB color model

#BC8BCB color RGB value is (188,139,203).

  • red value is 188;
  • green value is 139;
  • blue value is 203.
RGB:
(188,139,203)
(74%,55%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 139 of 255 = 55%
B 203 of 255 = 80%

188
139
203

R + G + B ~ 70%. #BC8BCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 203 = 530 (100%)
R 188 of 530 ~ 35.47%
G 139 of 530 ~ 26.23%
B 203 of 530 ~ 38.3%

%35.47
%26.23
%38.3

CMYK color model

#BC8BCB color CMYK value is (7,32,0,20).

  • cyan value is 7.39%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,32,0,20)
C7M32Y0K20 
(7%,32%,0%,20%)
(0.07/0.32/0.00/0.20)	

CMYK percentages

%7.39
%31.53
%0
%20.39

Codes

Color #BC8BCB in popluar color models

BC8BCB
RGB188139203
HSL286°38.10%67.06%
HSB/HSV286°31.53%79.61%
CMYK7.39%31.53%0.00%
20.39%

Color #BC8BCB in popluar number systems.

HEXBC8BCB
Decimal188139203
Binary101111001000101111001011
Octal274213313

Shades and tints

Shades of #BC8BCB

#BC8BCB
(188,139,203)
#AB7FB9
(171,127,185)
#9A73A7
(154,115,167)
#896795
(137,103,149)
#785B83
(120,91,131)
#674F71
(103,79,113)
#56435F
(86,67,95)
#45374D
(69,55,77)
#342B3B
(52,43,59)
#231F29
(35,31,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #BC8BCB

#BC8BCB
(188,139,203)
#C295CF
(194,149,207)
#C89FD3
(200,159,211)
#CEA9D7
(206,169,215)
#D4B3DB
(212,179,219)
#DABDDF
(218,189,223)
#E0C7E3
(224,199,227)
#E6D1E7
(230,209,231)
#ECDBEB
(236,219,235)
#F2E5EF
(242,229,239)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8BCB color. Also use rgb(188,139,203) instead hex code.

Text Font Color

.myTextColor { color: #BC8BCB; }

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

This text font color is #BC8BCB.


Background Color

.myBgColor { background-color: #BC8BCB; }

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

This div background color is #BC8BCB.


Border color

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

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

This div border color is #BC8BCB.


Opacity

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

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

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

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

This text has shadow with #BC8BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8BCB on black background.


Color preview on white background

This text has color #BC8BCB on white background.



Black color preview on #BC8BCB background

This text has black color on #BC8BCB background.


White color preview on #BC8BCB background

This text has white color on #BC8BCB background.