COLOR #BC7CCE

HEX: #BC7CCE RGB: (188,124,206)

Color info

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

RGB color model

#BC7CCE color RGB value is (188,124,206).

RGB: (188,124,206) (74%, 49%, 81%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 206 of 255 = 81%

188
124
206

R + G + B ~ 68%. #BC7CCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 124 + 206 = 518 (100%)
R 188 of 518 ~ 36.29%
G 124 of 518 ~ 23.94%
B 206 of 518 ~ 39.77'%

%36.29
%23.94
%39.77

CMYK color model

#BC7CCE color CMYK value is (9,40,0,19).

  • cyan value is 8.74%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,40,0,19)
C9M40Y0K19 (9%, 40%, 0%, 19%)
(0.09 / 0.40 / 0.00 / 0.19)

CMYK percentages

%8.74
%39.81
%0
%19.22

Codes

Color #BC7CCE in popluar color models

BC 7C CE
RGB 188 124 206
HSL 287° 45.56% 64.71%
HSB/HSV 287° 39.81% 80.78%
CMYK 8.74% 39.81% 0.00%
19.22%

Color #BC7CCE in popluar number systems.

HEX BC 7C CE
Decimal 188 124 206
Binary 10111100 1111100 11001110
Octal 274 174 316

Shades and tints

Shades of #BC7CCE

#BC7CCE
(188,124,206)
#AB71BC
(171,113,188)
#9A66AA
(154,102,170)
#895B98
(137,91,152)
#785086
(120,80,134)
#674574
(103,69,116)
#563A62
(86,58,98)
#452F50
(69,47,80)
#34243E
(52,36,62)
#23192C
(35,25,44)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #BC7CCE

#BC7CCE
(188,124,206)
#C287D2
(194,135,210)
#C892D6
(200,146,214)
#CE9DDA
(206,157,218)
#D4A8DE
(212,168,222)
#DAB3E2
(218,179,226)
#E0BEE6
(224,190,230)
#E6C9EA
(230,201,234)
#ECD4EE
(236,212,238)
#F2DFF2
(242,223,242)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7CCE color. Also use rgb(188,124,206) instead hex code.

Text Font Color

.myTextColor { color: #BC7CCE; }

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

This text font color is #BC7CCE.

Background Color

.myBgColor { background-color: #BC7CCE; }

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

This div background color is #BC7CCE.

Border color

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

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

This div border color is #BC7CCE.

Opacity

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

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

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

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

This text has shadow with #BC7CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7CCE.

Preview

Color preview on black background

This text has color #BC7CCE on black background.


Color preview on white background

This text has color #BC7CCE on white background.


Black color preview on #BC7CCE background

This text has black color on #BC7CCE background.


White color preview on #BC7CCE background

This text has white color on #BC7CCE background.


Related colors

Complementary color

Complementary color for #hex is #438331.


I love getcolorcode.com

Triadic colors

1 #CEBC7C and #7CCEBC with #BC7CCE are triadic colors.

2 #CE7CBC and #7CBCCE with #BC7CCE are triadic colors.