COLOR #BC70E9

HEX: #BC70E9 RGB: (188,112,233)

Color info

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

RGB color model

#BC70E9 color RGB value is (188,112,233).

RGB: (188,112,233) (74%, 44%, 91%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 233 of 255 = 91%

188
112
233

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

Portions of RGB colors in percentages

R + G + B = 188 + 112 + 233 = 533 (100%)
R 188 of 533 ~ 35.27%
G 112 of 533 ~ 21.01%
B 233 of 533 ~ 43.71'%

%35.27
%21.01
%43.71

CMYK color model

#BC70E9 color CMYK value is (19,52,0,9).

  • cyan value is 19.31%
  • magenta value is 51.93%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,52,0,9)
C19M52Y0K9 (19%, 52%, 0%, 9%)
(0.19 / 0.52 / 0.00 / 0.09)

CMYK percentages

%19.31
%51.93
%0
%8.63

Codes

Color #BC70E9 in popluar color models

BC 70 E9
RGB 188 112 233
HSL 278° 73.33% 67.65%
HSB/HSV 278° 51.93% 91.37%
CMYK 19.31% 51.93% 0.00%
8.63%

Color #BC70E9 in popluar number systems.

HEX BC 70 E9
Decimal 188 112 233
Binary 10111100 1110000 11101001
Octal 274 160 351

Shades and tints

Shades of #BC70E9

#BC70E9
(188,112,233)
#AB66D4
(171,102,212)
#9A5CBF
(154,92,191)
#8952AA
(137,82,170)
#784895
(120,72,149)
#673E80
(103,62,128)
#56346B
(86,52,107)
#452A56
(69,42,86)
#342041
(52,32,65)
#23162C
(35,22,44)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #BC70E9

#BC70E9
(188,112,233)
#C27DEB
(194,125,235)
#C88AED
(200,138,237)
#CE97EF
(206,151,239)
#D4A4F1
(212,164,241)
#DAB1F3
(218,177,243)
#E0BEF5
(224,190,245)
#E6CBF7
(230,203,247)
#ECD8F9
(236,216,249)
#F2E5FB
(242,229,251)
#F8F2FD
(248,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC70E9; }

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

This text font color is #BC70E9.

Background Color

.myBgColor { background-color: #BC70E9; }

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

This div background color is #BC70E9.

Border color

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

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

This div border color is #BC70E9.

Opacity

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

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

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

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

This text has shadow with #BC70E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC70E9.

Preview

Color preview on black background

This text has color #BC70E9 on black background.


Color preview on white background

This text has color #BC70E9 on white background.


Black color preview on #BC70E9 background

This text has black color on #BC70E9 background.


White color preview on #BC70E9 background

This text has white color on #BC70E9 background.


Related colors

Complementary color

Complementary color for #hex is #438F16.


I love getcolorcode.com

Triadic colors

1 #E9BC70 and #70E9BC with #BC70E9 are triadic colors.

2 #E970BC and #70BCE9 with #BC70E9 are triadic colors.