COLOR #BC8BCC

HEX: #BC8BCC
RGB: (188,139,204)

Color info

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

RGB color model

#BC8BCC color RGB value is (188,139,204).

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

RGB channels and saturation

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

188
139
204

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

Portions of RGB colors in percentages

R + G + B =
188 + 139 + 204 = 531 (100%)
R 188 of 531 ~ 35.4%
G 139 of 531 ~ 26.18%
B 204 of 531 ~ 38.42%

%35.4
%26.18
%38.42

CMYK color model

#BC8BCC color CMYK value is (8,32,0,20).

  • cyan value is 7.84%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,32,0,20)
C8M32Y0K20 
(8%,32%,0%,20%)
(0.08/0.32/0.00/0.20)	

CMYK percentages

%7.84
%31.86
%0
%20

Codes

Color #BC8BCC in popluar color models

BC8BCC
RGB188139204
HSL285°38.92%67.25%
HSB/HSV285°31.86%80.00%
CMYK7.84%31.86%0.00%
20.00%

Color #BC8BCC in popluar number systems.

HEXBC8BCC
Decimal188139204
Binary101111001000101111001100
Octal274213314

Shades and tints

Shades of #BC8BCC

#BC8BCC
(188,139,204)
#AB7FBA
(171,127,186)
#9A73A8
(154,115,168)
#896796
(137,103,150)
#785B84
(120,91,132)
#674F72
(103,79,114)
#564360
(86,67,96)
#45374E
(69,55,78)
#342B3C
(52,43,60)
#231F2A
(35,31,42)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BC8BCC

#BC8BCC
(188,139,204)
#C295D0
(194,149,208)
#C89FD4
(200,159,212)
#CEA9D8
(206,169,216)
#D4B3DC
(212,179,220)
#DABDE0
(218,189,224)
#E0C7E4
(224,199,228)
#E6D1E8
(230,209,232)
#ECDBEC
(236,219,236)
#F2E5F0
(242,229,240)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC8BCC; }

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

This text font color is #BC8BCC.


Background Color

.myBgColor { background-color: #BC8BCC; }

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

This div background color is #BC8BCC.


Border color

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

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

This div border color is #BC8BCC.


Opacity

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

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

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

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

This text has shadow with #BC8BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8BCC on black background.


Color preview on white background

This text has color #BC8BCC on white background.



Black color preview on #BC8BCC background

This text has black color on #BC8BCC background.


White color preview on #BC8BCC background

This text has white color on #BC8BCC background.