COLOR #BC70C4

HEX: #BC70C4
RGB: (188,112,196)

Color info

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

RGB color model

#BC70C4 color RGB value is (188,112,196).

  • red value is 188;
  • green value is 112;
  • blue value is 196.
RGB:
(188,112,196)
(74%,44%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 112 of 255 = 44%
B 196 of 255 = 77%

188
112
196

R + G + B ~ 65%. #BC70C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 112 + 196 = 496 (100%)
R 188 of 496 ~ 37.9%
G 112 of 496 ~ 22.58%
B 196 of 496 ~ 39.52%

%37.9
%22.58
%39.52

CMYK color model

#BC70C4 color CMYK value is (4,43,0,23).

  • cyan value is 4.08%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,43,0,23)
C4M43Y0K23 
(4%,43%,0%,23%)
(0.04/0.43/0.00/0.23)	

CMYK percentages

%4.08
%42.86
%0
%23.14

Codes

Color #BC70C4 in popluar color models

BC70C4
RGB188112196
HSL294°41.58%60.39%
HSB/HSV294°42.86%76.86%
CMYK4.08%42.86%0.00%
23.14%

Color #BC70C4 in popluar number systems.

HEXBC70C4
Decimal188112196
Binary10111100111000011000100
Octal274160304

Shades and tints

Shades of #BC70C4

#BC70C4
(188,112,196)
#AB66B3
(171,102,179)
#9A5CA2
(154,92,162)
#895291
(137,82,145)
#784880
(120,72,128)
#673E6F
(103,62,111)
#56345E
(86,52,94)
#452A4D
(69,42,77)
#34203C
(52,32,60)
#23162B
(35,22,43)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #BC70C4

#BC70C4
(188,112,196)
#C27DC9
(194,125,201)
#C88ACE
(200,138,206)
#CE97D3
(206,151,211)
#D4A4D8
(212,164,216)
#DAB1DD
(218,177,221)
#E0BEE2
(224,190,226)
#E6CBE7
(230,203,231)
#ECD8EC
(236,216,236)
#F2E5F1
(242,229,241)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC70C4; }

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

This text font color is #BC70C4.


Background Color

.myBgColor { background-color: #BC70C4; }

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

This div background color is #BC70C4.


Border color

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

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

This div border color is #BC70C4.


Opacity

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

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

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

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

This text has shadow with #BC70C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC70C4 on black background.


Color preview on white background

This text has color #BC70C4 on white background.



Black color preview on #BC70C4 background

This text has black color on #BC70C4 background.


White color preview on #BC70C4 background

This text has white color on #BC70C4 background.