COLOR #BC65DD

HEX: #BC65DD RGB: (188,101,221)

Color info

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

RGB color model

#BC65DD color RGB value is (188,101,221).

RGB: (188,101,221) (74%, 40%, 87%)

RGB channels and saturation

R 188 of 255 = 74%
G 101 of 255 = 40%
B 221 of 255 = 87%

188
101
221

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

Portions of RGB colors in percentages

R + G + B = 188 + 101 + 221 = 510 (100%)
R 188 of 510 ~ 36.86%
G 101 of 510 ~ 19.8%
B 221 of 510 ~ 43.33'%

%36.86
%19.8
%43.33

CMYK color model

#BC65DD color CMYK value is (15,54,0,13).

  • cyan value is 14.93%
  • magenta value is 54.30%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (15,54,0,13) C15M54Y0K13 (15%,54%,0%,13%) (0.15/0.54/0.00/0.13) 

CMYK percentages

%14.93
%54.3
%0
%13.33

Codes

Color #BC65DD in popluar color models

BC 65 DD
RGB 188 101 221
HSL 284° 63.83% 63.14%
HSB/HSV 284° 54.30% 86.67%
CMYK 14.93% 54.30% 0.00%
13.33%

Color #BC65DD in popluar number systems.

HEX BC 65 DD
Decimal 188 101 221
Binary 10111100 1100101 11011101
Octal 274 145 335

Shades and tints

Shades of #BC65DD

#BC65DD
(188,101,221)
#AB5CC9
(171,92,201)
#9A53B5
(154,83,181)
#894AA1
(137,74,161)
#78418D
(120,65,141)
#673879
(103,56,121)
#562F65
(86,47,101)
#452651
(69,38,81)
#341D3D
(52,29,61)
#231429
(35,20,41)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #BC65DD

#BC65DD
(188,101,221)
#C273E0
(194,115,224)
#C881E3
(200,129,227)
#CE8FE6
(206,143,230)
#D49DE9
(212,157,233)
#DAABEC
(218,171,236)
#E0B9EF
(224,185,239)
#E6C7F2
(230,199,242)
#ECD5F5
(236,213,245)
#F2E3F8
(242,227,248)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC65DD color. Also use rgb(188,101,221) instead hex code.

Text Font Color

.myTextColor { color: #BC65DD; }

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

This text font color is #BC65DD.

Background Color

.myBgColor { background-color: #BC65DD; }

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

This div background color is #BC65DD.

Border color

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

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

This div border color is #BC65DD.

Opacity

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

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

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

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

This text has shadow with #BC65DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC65DD.

Preview

Color preview on black background

This text has color #BC65DD on black background.


Color preview on white background

This text has color #BC65DD on white background.


Black color preview on #BC65DD background

This text has black color on #BC65DD background.


White color preview on #BC65DD background

This text has white color on #BC65DD background.


Related colors

Complementary color

Complementary color for #hex is #439A22.


I love getcolorcode.com

Triadic colors

1 #DDBC65 and #65DDBC with #BC65DD are triadic colors.

2 #DD65BC and #65BCDD with #BC65DD are triadic colors.