COLOR #BC6ED5

HEX: #BC6ED5 RGB: (188,110,213)

Color info

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

RGB color model

#BC6ED5 color RGB value is (188,110,213).

RGB: (188,110,213) (74%, 43%, 84%)

RGB channels and saturation

R 188 of 255 = 74%
G 110 of 255 = 43%
B 213 of 255 = 84%

188
110
213

R + G + B ~ 67%. #BC6ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 110 + 213 = 511 (100%)
R 188 of 511 ~ 36.79%
G 110 of 511 ~ 21.53%
B 213 of 511 ~ 41.68'%

%36.79
%21.53
%41.68

CMYK color model

#BC6ED5 color CMYK value is (12,48,0,16).

  • cyan value is 11.74%
  • magenta value is 48.36%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,48,0,16)
C12M48Y0K16 (12%, 48%, 0%, 16%)
(0.12 / 0.48 / 0.00 / 0.16)

CMYK percentages

%11.74
%48.36
%0
%16.47

Codes

Color #BC6ED5 in popluar color models

BC 6E D5
RGB 188 110 213
HSL 285° 55.08% 63.33%
HSB/HSV 285° 48.36% 83.53%
CMYK 11.74% 48.36% 0.00%
16.47%

Color #BC6ED5 in popluar number systems.

HEX BC 6E D5
Decimal 188 110 213
Binary 10111100 1101110 11010101
Octal 274 156 325

Shades and tints

Shades of #BC6ED5

#BC6ED5
(188,110,213)
#AB64C2
(171,100,194)
#9A5AAF
(154,90,175)
#89509C
(137,80,156)
#784689
(120,70,137)
#673C76
(103,60,118)
#563263
(86,50,99)
#452850
(69,40,80)
#341E3D
(52,30,61)
#23142A
(35,20,42)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #BC6ED5

#BC6ED5
(188,110,213)
#C27BD8
(194,123,216)
#C888DB
(200,136,219)
#CE95DE
(206,149,222)
#D4A2E1
(212,162,225)
#DAAFE4
(218,175,228)
#E0BCE7
(224,188,231)
#E6C9EA
(230,201,234)
#ECD6ED
(236,214,237)
#F2E3F0
(242,227,240)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6ED5 color. Also use rgb(188,110,213) instead hex code.

Text Font Color

.myTextColor { color: #BC6ED5; }

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

This text font color is #BC6ED5.

Background Color

.myBgColor { background-color: #BC6ED5; }

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

This div background color is #BC6ED5.

Border color

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

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

This div border color is #BC6ED5.

Opacity

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

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

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

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

This text has shadow with #BC6ED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6ED5.

Preview

Color preview on black background

This text has color #BC6ED5 on black background.


Color preview on white background

This text has color #BC6ED5 on white background.


Black color preview on #BC6ED5 background

This text has black color on #BC6ED5 background.


White color preview on #BC6ED5 background

This text has white color on #BC6ED5 background.


Related colors

Complementary color

Complementary color for #hex is #43912A.


I love getcolorcode.com

Triadic colors

1 #D5BC6E and #6ED5BC with #BC6ED5 are triadic colors.

2 #D56EBC and #6EBCD5 with #BC6ED5 are triadic colors.