COLOR #BC76C4

HEX: #BC76C4
RGB: (188,118,196)

Color info

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

RGB color model

#BC76C4 color RGB value is (188,118,196).

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

RGB channels and saturation

R 188 of 255 = 74%
G 118 of 255 = 46%
B 196 of 255 = 77%

188
118
196

R + G + B ~ 66%. #BC76C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 118 + 196 = 502 (100%)
R 188 of 502 ~ 37.45%
G 118 of 502 ~ 23.51%
B 196 of 502 ~ 39.04%

%37.45
%23.51
%39.04

CMYK color model

#BC76C4 color CMYK value is (4,40,0,23).

  • cyan value is 4.08%
  • magenta value is 39.80%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,40,0,23)
C4M40Y0K23 
(4%,40%,0%,23%)
(0.04/0.40/0.00/0.23)	

CMYK percentages

%4.08
%39.8
%0
%23.14

Codes

Color #BC76C4 in popluar color models

BC76C4
RGB188118196
HSL294°39.80%61.57%
HSB/HSV294°39.80%76.86%
CMYK4.08%39.80%0.00%
23.14%

Color #BC76C4 in popluar number systems.

HEXBC76C4
Decimal188118196
Binary10111100111011011000100
Octal274166304

Shades and tints

Shades of #BC76C4

#BC76C4
(188,118,196)
#AB6CB3
(171,108,179)
#9A62A2
(154,98,162)
#895891
(137,88,145)
#784E80
(120,78,128)
#67446F
(103,68,111)
#563A5E
(86,58,94)
#45304D
(69,48,77)
#34263C
(52,38,60)
#231C2B
(35,28,43)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #BC76C4

#BC76C4
(188,118,196)
#C282C9
(194,130,201)
#C88ECE
(200,142,206)
#CE9AD3
(206,154,211)
#D4A6D8
(212,166,216)
#DAB2DD
(218,178,221)
#E0BEE2
(224,190,226)
#E6CAE7
(230,202,231)
#ECD6EC
(236,214,236)
#F2E2F1
(242,226,241)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC76C4; }

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

This text font color is #BC76C4.


Background Color

.myBgColor { background-color: #BC76C4; }

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

This div background color is #BC76C4.


Border color

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

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

This div border color is #BC76C4.


Opacity

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

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

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

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

This text has shadow with #BC76C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC76C4 on black background.


Color preview on white background

This text has color #BC76C4 on white background.



Black color preview on #BC76C4 background

This text has black color on #BC76C4 background.


White color preview on #BC76C4 background

This text has white color on #BC76C4 background.