COLOR #BC3DE5

HEX: #BC3DE5 RGB: (188,61,229)

Color info

#BC3DE5 contains mainly red and blue colors. Web safe color of #BC3DE5 is #CC33CC (or #C3C).

RGB color model

#BC3DE5 color RGB value is (188,61,229).

RGB: (188,61,229) (74%, 24%, 90%)

RGB channels and saturation

R 188 of 255 = 74%
G 61 of 255 = 24%
B 229 of 255 = 90%

188
61
229

R + G + B ~ 63%. #BC3DE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 61 + 229 = 478 (100%)
R 188 of 478 ~ 39.33%
G 61 of 478 ~ 12.76%
B 229 of 478 ~ 47.91'%

%39.33
%12.76
%47.91

CMYK color model

#BC3DE5 color CMYK value is (18,73,0,10).

  • cyan value is 17.90%
  • magenta value is 73.36%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (18,73,0,10)
C18M73Y0K10 (18%, 73%, 0%, 10%)
(0.18 / 0.73 / 0.00 / 0.10)

CMYK percentages

%17.9
%73.36
%0
%10.2

Codes

Color #BC3DE5 in popluar color models

BC 3D E5
RGB 188 61 229
HSL 285° 76.36% 56.86%
HSB/HSV 285° 73.36% 89.80%
CMYK 17.90% 73.36% 0.00%
10.20%

Color #BC3DE5 in popluar number systems.

HEX BC 3D E5
Decimal 188 61 229
Binary 10111100 111101 11100101
Octal 274 75 345

Shades and tints

Shades of #BC3DE5

#BC3DE5
(188,61,229)
#AB38D1
(171,56,209)
#9A33BD
(154,51,189)
#892EA9
(137,46,169)
#782995
(120,41,149)
#672481
(103,36,129)
#561F6D
(86,31,109)
#451A59
(69,26,89)
#341545
(52,21,69)
#231031
(35,16,49)
#120B1D
(18,11,29)
#000000
(0,0,0)

Tints of #BC3DE5

#BC3DE5
(188,61,229)
#C24EE7
(194,78,231)
#C85FE9
(200,95,233)
#CE70EB
(206,112,235)
#D481ED
(212,129,237)
#DA92EF
(218,146,239)
#E0A3F1
(224,163,241)
#E6B4F3
(230,180,243)
#ECC5F5
(236,197,245)
#F2D6F7
(242,214,247)
#F8E7F9
(248,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3DE5 color. Also use rgb(188,61,229) instead hex code.

Text Font Color

.myTextColor { color: #BC3DE5; }

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

This text font color is #BC3DE5.

Background Color

.myBgColor { background-color: #BC3DE5; }

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

This div background color is #BC3DE5.

Border color

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

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

This div border color is #BC3DE5.

Opacity

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

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

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

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

This text has shadow with #BC3DE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC3DE5.

Preview

Color preview on black background

This text has color #BC3DE5 on black background.


Color preview on white background

This text has color #BC3DE5 on white background.


Black color preview on #BC3DE5 background

This text has black color on #BC3DE5 background.


White color preview on #BC3DE5 background

This text has white color on #BC3DE5 background.


Related colors

Complementary color

Complementary color for #BC3DE5 is #43C21A.


I love getcolorcode.com

Triadic colors

1 #E5BC3D and #3DE5BC with #BC3DE5 are triadic colors.

2 #E53DBC and #3DBCE5 with #BC3DE5 are triadic colors.