COLOR #BC68B0

HEX: #BC68B0
RGB: (188,104,176)

Color info

#BC68B0 contains mainly red and blue colors. Web safe color of #BC68B0 is #CC6699 (or #C69).

RGB color model

#BC68B0 color RGB value is (188,104,176).

  • red value is 188;
  • green value is 104;
  • blue value is 176.
RGB:
(188,104,176)
(74%,41%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 104 of 255 = 41%
B 176 of 255 = 69%

188
104
176

R + G + B ~ 61%. #BC68B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 104 + 176 = 468 (100%)
R 188 of 468 ~ 40.17%
G 104 of 468 ~ 22.22%
B 176 of 468 ~ 37.61%

%40.17
%22.22
%37.61

CMYK color model

#BC68B0 color CMYK value is (0,45,6,26).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,45,6,26)
C0M45Y6K26 
(0%,45%,6%,26%)
(0.00/0.45/0.06/0.26)	

CMYK percentages

%0
%44.68
%6.38
%26.27

Codes

Color #BC68B0 in popluar color models

BC68B0
RGB188104176
HSL309°38.53%57.25%
HSB/HSV309°44.68%73.73%
CMYK0.00%44.68%6.38%
26.27%

Color #BC68B0 in popluar number systems.

HEXBC68B0
Decimal188104176
Binary10111100110100010110000
Octal274150260

Shades and tints

Shades of #BC68B0

#BC68B0
(188,104,176)
#AB5FA0
(171,95,160)
#9A5690
(154,86,144)
#894D80
(137,77,128)
#784470
(120,68,112)
#673B60
(103,59,96)
#563250
(86,50,80)
#452940
(69,41,64)
#342030
(52,32,48)
#231720
(35,23,32)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #BC68B0

#BC68B0
(188,104,176)
#C275B7
(194,117,183)
#C882BE
(200,130,190)
#CE8FC5
(206,143,197)
#D49CCC
(212,156,204)
#DAA9D3
(218,169,211)
#E0B6DA
(224,182,218)
#E6C3E1
(230,195,225)
#ECD0E8
(236,208,232)
#F2DDEF
(242,221,239)
#F8EAF6
(248,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC68B0 color. Also use rgb(188,104,176) instead hex code.

Text Font Color

.myTextColor { color: #BC68B0; }

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

This text font color is #BC68B0.


Background Color

.myBgColor { background-color: #BC68B0; }

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

This div background color is #BC68B0.


Border color

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

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

This div border color is #BC68B0.


Opacity

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

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

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

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

This text has shadow with #BC68B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC68B0 on black background.


Color preview on white background

This text has color #BC68B0 on white background.



Black color preview on #BC68B0 background

This text has black color on #BC68B0 background.


White color preview on #BC68B0 background

This text has white color on #BC68B0 background.