COLOR #BC70EE

HEX: #BC70EE RGB: (188,112,238)

Color info

#BC70EE contains mainly red and blue colors. Web safe color of #BC70EE is #CC66FF (or #C6F).

RGB color model

#BC70EE color RGB value is (188,112,238).

RGB: (188,112,238) (74%, 44%, 93%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 238 of 255 = 93%

188
112
238

R + G + B ~ 70%. #BC70EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 112 + 238 = 538 (100%)
R 188 of 538 ~ 34.94%
G 112 of 538 ~ 20.82%
B 238 of 538 ~ 44.24'%

%34.94
%20.82
%44.24

CMYK color model

#BC70EE color CMYK value is (21,53,0,7).

  • cyan value is 21.01%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (21,53,0,7)
C21M53Y0K7 (21%, 53%, 0%, 7%)
(0.21 / 0.53 / 0.00 / 0.07)

CMYK percentages

%21.01
%52.94
%0
%6.67

Codes

Color #BC70EE in popluar color models

BC 70 EE
RGB 188 112 238
HSL 276° 78.75% 68.63%
HSB/HSV 276° 52.94% 93.33%
CMYK 21.01% 52.94% 0.00%
6.67%

Color #BC70EE in popluar number systems.

HEX BC 70 EE
Decimal 188 112 238
Binary 10111100 1110000 11101110
Octal 274 160 356

Shades and tints

Shades of #BC70EE

#BC70EE
(188,112,238)
#AB66D9
(171,102,217)
#9A5CC4
(154,92,196)
#8952AF
(137,82,175)
#78489A
(120,72,154)
#673E85
(103,62,133)
#563470
(86,52,112)
#452A5B
(69,42,91)
#342046
(52,32,70)
#231631
(35,22,49)
#120C1C
(18,12,28)
#000000
(0,0,0)

Tints of #BC70EE

#BC70EE
(188,112,238)
#C27DEF
(194,125,239)
#C88AF0
(200,138,240)
#CE97F1
(206,151,241)
#D4A4F2
(212,164,242)
#DAB1F3
(218,177,243)
#E0BEF4
(224,190,244)
#E6CBF5
(230,203,245)
#ECD8F6
(236,216,246)
#F2E5F7
(242,229,247)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC70EE color. Also use rgb(188,112,238) instead hex code.

Text Font Color

.myTextColor { color: #BC70EE; }

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

This text font color is #BC70EE.

Background Color

.myBgColor { background-color: #BC70EE; }

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

This div background color is #BC70EE.

Border color

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

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

This div border color is #BC70EE.

Opacity

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

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

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

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

This text has shadow with #BC70EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC70EE.

Preview

Color preview on black background

This text has color #BC70EE on black background.


Color preview on white background

This text has color #BC70EE on white background.


Black color preview on #BC70EE background

This text has black color on #BC70EE background.


White color preview on #BC70EE background

This text has white color on #BC70EE background.


Related colors

Complementary color

Complementary color for #hex is #438F11.


I love getcolorcode.com

Triadic colors

1 #EEBC70 and #70EEBC with #BC70EE are triadic colors.

2 #EE70BC and #70BCEE with #BC70EE are triadic colors.