COLOR #BC7DC1

HEX: #BC7DC1
RGB: (188,125,193)

Color info

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

RGB color model

#BC7DC1 color RGB value is (188,125,193).

  • red value is 188;
  • green value is 125;
  • blue value is 193.
RGB:
(188,125,193)
(74%,49%,76%)

RGB channels and saturation

R 188 of 255 = 74%
G 125 of 255 = 49%
B 193 of 255 = 76%

188
125
193

R + G + B ~ 66%. #BC7DC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 125 + 193 = 506 (100%)
R 188 of 506 ~ 37.15%
G 125 of 506 ~ 24.7%
B 193 of 506 ~ 38.14%

%37.15
%24.7
%38.14

CMYK color model

#BC7DC1 color CMYK value is (3,35,0,24).

  • cyan value is 2.59%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,35,0,24)
C3M35Y0K24 
(3%,35%,0%,24%)
(0.03/0.35/0.00/0.24)	

CMYK percentages

%2.59
%35.23
%0
%24.31

Codes

Color #BC7DC1 in popluar color models

BC7DC1
RGB188125193
HSL296°35.42%62.35%
HSB/HSV296°35.23%75.69%
CMYK2.59%35.23%0.00%
24.31%

Color #BC7DC1 in popluar number systems.

HEXBC7DC1
Decimal188125193
Binary10111100111110111000001
Octal274175301

Shades and tints

Shades of #BC7DC1

#BC7DC1
(188,125,193)
#AB72B0
(171,114,176)
#9A679F
(154,103,159)
#895C8E
(137,92,142)
#78517D
(120,81,125)
#67466C
(103,70,108)
#563B5B
(86,59,91)
#45304A
(69,48,74)
#342539
(52,37,57)
#231A28
(35,26,40)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #BC7DC1

#BC7DC1
(188,125,193)
#C288C6
(194,136,198)
#C893CB
(200,147,203)
#CE9ED0
(206,158,208)
#D4A9D5
(212,169,213)
#DAB4DA
(218,180,218)
#E0BFDF
(224,191,223)
#E6CAE4
(230,202,228)
#ECD5E9
(236,213,233)
#F2E0EE
(242,224,238)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7DC1 color. Also use rgb(188,125,193) instead hex code.

Text Font Color

.myTextColor { color: #BC7DC1; }

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

This text font color is #BC7DC1.


Background Color

.myBgColor { background-color: #BC7DC1; }

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

This div background color is #BC7DC1.


Border color

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

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

This div border color is #BC7DC1.


Opacity

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

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

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

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

This text has shadow with #BC7DC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7DC1 on black background.


Color preview on white background

This text has color #BC7DC1 on white background.



Black color preview on #BC7DC1 background

This text has black color on #BC7DC1 background.


White color preview on #BC7DC1 background

This text has white color on #BC7DC1 background.