COLOR #BC61D1

HEX: #BC61D1
RGB: (188,97,209)

Color info

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

RGB color model

#BC61D1 color RGB value is (188,97,209).

  • red value is 188;
  • green value is 97;
  • blue value is 209.
RGB:
(188,97,209)
(74%,38%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 97 of 255 = 38%
B 209 of 255 = 82%

188
97
209

R + G + B ~ 65%. #BC61D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 97 + 209 = 494 (100%)
R 188 of 494 ~ 38.06%
G 97 of 494 ~ 19.64%
B 209 of 494 ~ 42.31%

%38.06
%19.64
%42.31

CMYK color model

#BC61D1 color CMYK value is (10,54,0,18).

  • cyan value is 10.05%
  • magenta value is 53.59%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,54,0,18)
C10M54Y0K18 
(10%,54%,0%,18%)
(0.10/0.54/0.00/0.18)	

CMYK percentages

%10.05
%53.59
%0
%18.04

Codes

Color #BC61D1 in popluar color models

BC61D1
RGB18897209
HSL289°54.90%60.00%
HSB/HSV289°53.59%81.96%
CMYK10.05%53.59%0.00%
18.04%

Color #BC61D1 in popluar number systems.

HEXBC61D1
Decimal18897209
Binary10111100110000111010001
Octal274141321

Shades and tints

Shades of #BC61D1

#BC61D1
(188,97,209)
#AB59BE
(171,89,190)
#9A51AB
(154,81,171)
#894998
(137,73,152)
#784185
(120,65,133)
#673972
(103,57,114)
#56315F
(86,49,95)
#45294C
(69,41,76)
#342139
(52,33,57)
#231926
(35,25,38)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #BC61D1

#BC61D1
(188,97,209)
#C26FD5
(194,111,213)
#C87DD9
(200,125,217)
#CE8BDD
(206,139,221)
#D499E1
(212,153,225)
#DAA7E5
(218,167,229)
#E0B5E9
(224,181,233)
#E6C3ED
(230,195,237)
#ECD1F1
(236,209,241)
#F2DFF5
(242,223,245)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC61D1 color. Also use rgb(188,97,209) instead hex code.

Text Font Color

.myTextColor { color: #BC61D1; }

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

This text font color is #BC61D1.


Background Color

.myBgColor { background-color: #BC61D1; }

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

This div background color is #BC61D1.


Border color

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

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

This div border color is #BC61D1.


Opacity

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

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

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

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

This text has shadow with #BC61D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC61D1 on black background.


Color preview on white background

This text has color #BC61D1 on white background.



Black color preview on #BC61D1 background

This text has black color on #BC61D1 background.


White color preview on #BC61D1 background

This text has white color on #BC61D1 background.