COLOR #BC65DE

HEX: #BC65DE
RGB: (188,101,222)

Color info

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

RGB color model

#BC65DE color RGB value is (188,101,222).

  • red value is 188;
  • green value is 101;
  • blue value is 222.
RGB:
(188,101,222)
(74%,40%,87%)

RGB channels and saturation

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

188
101
222

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

Portions of RGB colors in percentages

R + G + B =
188 + 101 + 222 = 511 (100%)
R 188 of 511 ~ 36.79%
G 101 of 511 ~ 19.77%
B 222 of 511 ~ 43.44%

%36.79
%19.77
%43.44

CMYK color model

#BC65DE color CMYK value is (15,55,0,13).

  • cyan value is 15.32%
  • magenta value is 54.50%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,55,0,13)
C15M55Y0K13 
(15%,55%,0%,13%)
(0.15/0.55/0.00/0.13)	

CMYK percentages

%15.32
%54.5
%0
%12.94

Codes

Color #BC65DE in popluar color models

BC65DE
RGB188101222
HSL283°64.71%63.33%
HSB/HSV283°54.50%87.06%
CMYK15.32%54.50%0.00%
12.94%

Color #BC65DE in popluar number systems.

HEXBC65DE
Decimal188101222
Binary10111100110010111011110
Octal274145336

Shades and tints

Shades of #BC65DE

#BC65DE
(188,101,222)
#AB5CCA
(171,92,202)
#9A53B6
(154,83,182)
#894AA2
(137,74,162)
#78418E
(120,65,142)
#67387A
(103,56,122)
#562F66
(86,47,102)
#452652
(69,38,82)
#341D3E
(52,29,62)
#23142A
(35,20,42)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #BC65DE

#BC65DE
(188,101,222)
#C273E1
(194,115,225)
#C881E4
(200,129,228)
#CE8FE7
(206,143,231)
#D49DEA
(212,157,234)
#DAABED
(218,171,237)
#E0B9F0
(224,185,240)
#E6C7F3
(230,199,243)
#ECD5F6
(236,213,246)
#F2E3F9
(242,227,249)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC65DE; }

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

This text font color is #BC65DE.


Background Color

.myBgColor { background-color: #BC65DE; }

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

This div background color is #BC65DE.


Border color

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

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

This div border color is #BC65DE.


Opacity

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

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

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

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

This text has shadow with #BC65DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC65DE on black background.


Color preview on white background

This text has color #BC65DE on white background.



Black color preview on #BC65DE background

This text has black color on #BC65DE background.


White color preview on #BC65DE background

This text has white color on #BC65DE background.