COLOR #BC8CC3

HEX: #BC8CC3
RGB: (188,140,195)

Color info

#BC8CC3 contains red, green and blue colors in about the same proportion. Web safe color of #BC8CC3 is #CC99CC (or #C9C).

RGB color model

#BC8CC3 color RGB value is (188,140,195).

  • red value is 188;
  • green value is 140;
  • blue value is 195.
RGB:
(188,140,195)
(74%,55%,76%)

RGB channels and saturation

R 188 of 255 = 74%
G 140 of 255 = 55%
B 195 of 255 = 76%

188
140
195

R + G + B ~ 68%. #BC8CC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 140 + 195 = 523 (100%)
R 188 of 523 ~ 35.95%
G 140 of 523 ~ 26.77%
B 195 of 523 ~ 37.28%

%35.95
%26.77
%37.28

CMYK color model

#BC8CC3 color CMYK value is (4,28,0,24).

  • cyan value is 3.59%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,28,0,24)
C4M28Y0K24 
(4%,28%,0%,24%)
(0.04/0.28/0.00/0.24)	

CMYK percentages

%3.59
%28.21
%0
%23.53

Codes

Color #BC8CC3 in popluar color models

BC8CC3
RGB188140195
HSL292°31.43%65.69%
HSB/HSV292°28.21%76.47%
CMYK3.59%28.21%0.00%
23.53%

Color #BC8CC3 in popluar number systems.

HEXBC8CC3
Decimal188140195
Binary101111001000110011000011
Octal274214303

Shades and tints

Shades of #BC8CC3

#BC8CC3
(188,140,195)
#AB80B2
(171,128,178)
#9A74A1
(154,116,161)
#896890
(137,104,144)
#785C7F
(120,92,127)
#67506E
(103,80,110)
#56445D
(86,68,93)
#45384C
(69,56,76)
#342C3B
(52,44,59)
#23202A
(35,32,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BC8CC3

#BC8CC3
(188,140,195)
#C296C8
(194,150,200)
#C8A0CD
(200,160,205)
#CEAAD2
(206,170,210)
#D4B4D7
(212,180,215)
#DABEDC
(218,190,220)
#E0C8E1
(224,200,225)
#E6D2E6
(230,210,230)
#ECDCEB
(236,220,235)
#F2E6F0
(242,230,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8CC3 color. Also use rgb(188,140,195) instead hex code.

Text Font Color

.myTextColor { color: #BC8CC3; }

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

This text font color is #BC8CC3.


Background Color

.myBgColor { background-color: #BC8CC3; }

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

This div background color is #BC8CC3.


Border color

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

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

This div border color is #BC8CC3.


Opacity

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

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

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

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

This text has shadow with #BC8CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8CC3 on black background.


Color preview on white background

This text has color #BC8CC3 on white background.



Black color preview on #BC8CC3 background

This text has black color on #BC8CC3 background.


White color preview on #BC8CC3 background

This text has white color on #BC8CC3 background.