COLOR #BC7BCC

HEX: #BC7BCC
RGB: (188,123,204)

Color info

#BC7BCC contains mainly red and blue colors. Web safe color of #BC7BCC is #CC66CC (or #C6C).

RGB color model

#BC7BCC color RGB value is (188,123,204).

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

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 204 of 255 = 80%

188
123
204

R + G + B ~ 67%. #BC7BCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 204 = 515 (100%)
R 188 of 515 ~ 36.5%
G 123 of 515 ~ 23.88%
B 204 of 515 ~ 39.61%

%36.5
%23.88
%39.61

CMYK color model

#BC7BCC color CMYK value is (8,40,0,20).

  • cyan value is 7.84%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,40,0,20)
C8M40Y0K20 
(8%,40%,0%,20%)
(0.08/0.40/0.00/0.20)	

CMYK percentages

%7.84
%39.71
%0
%20

Codes

Color #BC7BCC in popluar color models

BC7BCC
RGB188123204
HSL288°44.26%64.12%
HSB/HSV288°39.71%80.00%
CMYK7.84%39.71%0.00%
20.00%

Color #BC7BCC in popluar number systems.

HEXBC7BCC
Decimal188123204
Binary10111100111101111001100
Octal274173314

Shades and tints

Shades of #BC7BCC

#BC7BCC
(188,123,204)
#AB70BA
(171,112,186)
#9A65A8
(154,101,168)
#895A96
(137,90,150)
#784F84
(120,79,132)
#674472
(103,68,114)
#563960
(86,57,96)
#452E4E
(69,46,78)
#34233C
(52,35,60)
#23182A
(35,24,42)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #BC7BCC

#BC7BCC
(188,123,204)
#C287D0
(194,135,208)
#C893D4
(200,147,212)
#CE9FD8
(206,159,216)
#D4ABDC
(212,171,220)
#DAB7E0
(218,183,224)
#E0C3E4
(224,195,228)
#E6CFE8
(230,207,232)
#ECDBEC
(236,219,236)
#F2E7F0
(242,231,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7BCC; }

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

This text font color is #BC7BCC.


Background Color

.myBgColor { background-color: #BC7BCC; }

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

This div background color is #BC7BCC.


Border color

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

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

This div border color is #BC7BCC.


Opacity

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

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

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

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

This text has shadow with #BC7BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7BCC on black background.


Color preview on white background

This text has color #BC7BCC on white background.



Black color preview on #BC7BCC background

This text has black color on #BC7BCC background.


White color preview on #BC7BCC background

This text has white color on #BC7BCC background.