COLOR #BC7FC5

HEX: #BC7FC5
RGB: (188,127,197)

Color info

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

RGB color model

#BC7FC5 color RGB value is (188,127,197).

  • red value is 188;
  • green value is 127;
  • blue value is 197.
RGB:
(188,127,197)
(74%,50%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 197 of 255 = 77%

188
127
197

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

Portions of RGB colors in percentages

R + G + B =
188 + 127 + 197 = 512 (100%)
R 188 of 512 ~ 36.72%
G 127 of 512 ~ 24.8%
B 197 of 512 ~ 38.48%

%36.72
%24.8
%38.48

CMYK color model

#BC7FC5 color CMYK value is (5,36,0,23).

  • cyan value is 4.57%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(5,36,0,23)
C5M36Y0K23 
(5%,36%,0%,23%)
(0.05/0.36/0.00/0.23)	

CMYK percentages

%4.57
%35.53
%0
%22.75

Codes

Color #BC7FC5 in popluar color models

BC7FC5
RGB188127197
HSL292°37.63%63.53%
HSB/HSV292°35.53%77.25%
CMYK4.57%35.53%0.00%
22.75%

Color #BC7FC5 in popluar number systems.

HEXBC7FC5
Decimal188127197
Binary10111100111111111000101
Octal274177305

Shades and tints

Shades of #BC7FC5

#BC7FC5
(188,127,197)
#AB74B4
(171,116,180)
#9A69A3
(154,105,163)
#895E92
(137,94,146)
#785381
(120,83,129)
#674870
(103,72,112)
#563D5F
(86,61,95)
#45324E
(69,50,78)
#34273D
(52,39,61)
#231C2C
(35,28,44)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #BC7FC5

#BC7FC5
(188,127,197)
#C28ACA
(194,138,202)
#C895CF
(200,149,207)
#CEA0D4
(206,160,212)
#D4ABD9
(212,171,217)
#DAB6DE
(218,182,222)
#E0C1E3
(224,193,227)
#E6CCE8
(230,204,232)
#ECD7ED
(236,215,237)
#F2E2F2
(242,226,242)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7FC5 color. Also use rgb(188,127,197) instead hex code.

Text Font Color

.myTextColor { color: #BC7FC5; }

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

This text font color is #BC7FC5.


Background Color

.myBgColor { background-color: #BC7FC5; }

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

This div background color is #BC7FC5.


Border color

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

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

This div border color is #BC7FC5.


Opacity

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

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

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

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

This text has shadow with #BC7FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7FC5 on black background.


Color preview on white background

This text has color #BC7FC5 on white background.



Black color preview on #BC7FC5 background

This text has black color on #BC7FC5 background.


White color preview on #BC7FC5 background

This text has white color on #BC7FC5 background.