COLOR #BC71CD

HEX: #BC71CD
RGB: (188,113,205)

Color info

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

RGB color model

#BC71CD color RGB value is (188,113,205).

  • red value is 188;
  • green value is 113;
  • blue value is 205.
RGB:
(188,113,205)
(74%,44%,80%)

RGB channels and saturation

R 188 of 255 = 74%
G 113 of 255 = 44%
B 205 of 255 = 80%

188
113
205

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

Portions of RGB colors in percentages

R + G + B =
188 + 113 + 205 = 506 (100%)
R 188 of 506 ~ 37.15%
G 113 of 506 ~ 22.33%
B 205 of 506 ~ 40.51%

%37.15
%22.33
%40.51

CMYK color model

#BC71CD color CMYK value is (8,45,0,20).

  • cyan value is 8.29%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(8,45,0,20)
C8M45Y0K20 
(8%,45%,0%,20%)
(0.08/0.45/0.00/0.20)	

CMYK percentages

%8.29
%44.88
%0
%19.61

Codes

Color #BC71CD in popluar color models

BC71CD
RGB188113205
HSL289°47.92%62.35%
HSB/HSV289°44.88%80.39%
CMYK8.29%44.88%0.00%
19.61%

Color #BC71CD in popluar number systems.

HEXBC71CD
Decimal188113205
Binary10111100111000111001101
Octal274161315

Shades and tints

Shades of #BC71CD

#BC71CD
(188,113,205)
#AB67BB
(171,103,187)
#9A5DA9
(154,93,169)
#895397
(137,83,151)
#784985
(120,73,133)
#673F73
(103,63,115)
#563561
(86,53,97)
#452B4F
(69,43,79)
#34213D
(52,33,61)
#23172B
(35,23,43)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #BC71CD

#BC71CD
(188,113,205)
#C27DD1
(194,125,209)
#C889D5
(200,137,213)
#CE95D9
(206,149,217)
#D4A1DD
(212,161,221)
#DAADE1
(218,173,225)
#E0B9E5
(224,185,229)
#E6C5E9
(230,197,233)
#ECD1ED
(236,209,237)
#F2DDF1
(242,221,241)
#F8E9F5
(248,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC71CD color. Also use rgb(188,113,205) instead hex code.

Text Font Color

.myTextColor { color: #BC71CD; }

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

This text font color is #BC71CD.


Background Color

.myBgColor { background-color: #BC71CD; }

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

This div background color is #BC71CD.


Border color

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

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

This div border color is #BC71CD.


Opacity

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

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

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

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

This text has shadow with #BC71CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC71CD on black background.


Color preview on white background

This text has color #BC71CD on white background.



Black color preview on #BC71CD background

This text has black color on #BC71CD background.


White color preview on #BC71CD background

This text has white color on #BC71CD background.