COLOR #BC45DC

HEX: #BC45DC
RGB: (188,69,220)

Color info

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

RGB color model

#BC45DC color RGB value is (188,69,220).

  • red value is 188;
  • green value is 69;
  • blue value is 220.
RGB:
(188,69,220)
(74%,27%,86%)

RGB channels and saturation

R 188 of 255 = 74%
G 69 of 255 = 27%
B 220 of 255 = 86%

188
69
220

R + G + B ~ 62%. #BC45DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 69 + 220 = 477 (100%)
R 188 of 477 ~ 39.41%
G 69 of 477 ~ 14.47%
B 220 of 477 ~ 46.12%

%39.41
%14.47
%46.12

CMYK color model

#BC45DC color CMYK value is (15,69,0,14).

  • cyan value is 14.55%
  • magenta value is 68.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,69,0,14)
C15M69Y0K14 
(15%,69%,0%,14%)
(0.15/0.69/0.00/0.14)	

CMYK percentages

%14.55
%68.64
%0
%13.73

Codes

Color #BC45DC in popluar color models

BC45DC
RGB18869220
HSL287°68.33%56.67%
HSB/HSV287°68.64%86.27%
CMYK14.55%68.64%0.00%
13.73%

Color #BC45DC in popluar number systems.

HEXBC45DC
Decimal18869220
Binary10111100100010111011100
Octal274105334

Shades and tints

Shades of #BC45DC

#BC45DC
(188,69,220)
#AB3FC8
(171,63,200)
#9A39B4
(154,57,180)
#8933A0
(137,51,160)
#782D8C
(120,45,140)
#672778
(103,39,120)
#562164
(86,33,100)
#451B50
(69,27,80)
#34153C
(52,21,60)
#230F28
(35,15,40)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #BC45DC

#BC45DC
(188,69,220)
#C255DF
(194,85,223)
#C865E2
(200,101,226)
#CE75E5
(206,117,229)
#D485E8
(212,133,232)
#DA95EB
(218,149,235)
#E0A5EE
(224,165,238)
#E6B5F1
(230,181,241)
#ECC5F4
(236,197,244)
#F2D5F7
(242,213,247)
#F8E5FA
(248,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC45DC color. Also use rgb(188,69,220) instead hex code.

Text Font Color

.myTextColor { color: #BC45DC; }

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

This text font color is #BC45DC.


Background Color

.myBgColor { background-color: #BC45DC; }

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

This div background color is #BC45DC.


Border color

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

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

This div border color is #BC45DC.


Opacity

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

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

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

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

This text has shadow with #BC45DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC45DC on black background.


Color preview on white background

This text has color #BC45DC on white background.



Black color preview on #BC45DC background

This text has black color on #BC45DC background.


White color preview on #BC45DC background

This text has white color on #BC45DC background.