COLOR #BC5CCE

HEX: #BC5CCE
RGB: (188,92,206)

Color info

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

RGB color model

#BC5CCE color RGB value is (188,92,206).

  • red value is 188;
  • green value is 92;
  • blue value is 206.
RGB:
(188,92,206)
(74%,36%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 92 of 255 = 36%
B 206 of 255 = 81%

188
92
206

R + G + B ~ 64%. #BC5CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 92 + 206 = 486 (100%)
R 188 of 486 ~ 38.68%
G 92 of 486 ~ 18.93%
B 206 of 486 ~ 42.39%

%38.68
%18.93
%42.39

CMYK color model

#BC5CCE color CMYK value is (9,55,0,19).

  • cyan value is 8.74%
  • magenta value is 55.34%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,55,0,19)
C9M55Y0K19 
(9%,55%,0%,19%)
(0.09/0.55/0.00/0.19)	

CMYK percentages

%8.74
%55.34
%0
%19.22

Codes

Color #BC5CCE in popluar color models

BC5CCE
RGB18892206
HSL291°53.77%58.43%
HSB/HSV291°55.34%80.78%
CMYK8.74%55.34%0.00%
19.22%

Color #BC5CCE in popluar number systems.

HEXBC5CCE
Decimal18892206
Binary10111100101110011001110
Octal274134316

Shades and tints

Shades of #BC5CCE

#BC5CCE
(188,92,206)
#AB54BC
(171,84,188)
#9A4CAA
(154,76,170)
#894498
(137,68,152)
#783C86
(120,60,134)
#673474
(103,52,116)
#562C62
(86,44,98)
#452450
(69,36,80)
#341C3E
(52,28,62)
#23142C
(35,20,44)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #BC5CCE

#BC5CCE
(188,92,206)
#C26AD2
(194,106,210)
#C878D6
(200,120,214)
#CE86DA
(206,134,218)
#D494DE
(212,148,222)
#DAA2E2
(218,162,226)
#E0B0E6
(224,176,230)
#E6BEEA
(230,190,234)
#ECCCEE
(236,204,238)
#F2DAF2
(242,218,242)
#F8E8F6
(248,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5CCE; }

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

This text font color is #BC5CCE.


Background Color

.myBgColor { background-color: #BC5CCE; }

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

This div background color is #BC5CCE.


Border color

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

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

This div border color is #BC5CCE.


Opacity

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

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

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

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

This text has shadow with #BC5CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5CCE on black background.


Color preview on white background

This text has color #BC5CCE on white background.



Black color preview on #BC5CCE background

This text has black color on #BC5CCE background.


White color preview on #BC5CCE background

This text has white color on #BC5CCE background.