COLOR #BC6AB0

HEX: #BC6AB0
RGB: (188,106,176)

Color info

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

RGB color model

#BC6AB0 color RGB value is (188,106,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 106 of 255 = 42%
B 176 of 255 = 69%

188
106
176

R + G + B ~ 62%. #BC6AB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 106 + 176 = 470 (100%)
R 188 of 470 ~ 40%
G 106 of 470 ~ 22.55%
B 176 of 470 ~ 37.45%

%40
%22.55
%37.45

CMYK color model

#BC6AB0 color CMYK value is (0,44,6,26).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(0,44,6,26)
C0M44Y6K26 
(0%,44%,6%,26%)
(0.00/0.44/0.06/0.26)	

CMYK percentages

%0
%43.62
%6.38
%26.27

Codes

Color #BC6AB0 in popluar color models

BC6AB0
RGB188106176
HSL309°37.96%57.65%
HSB/HSV309°43.62%73.73%
CMYK0.00%43.62%6.38%
26.27%

Color #BC6AB0 in popluar number systems.

HEXBC6AB0
Decimal188106176
Binary10111100110101010110000
Octal274152260

Shades and tints

Shades of #BC6AB0

#BC6AB0
(188,106,176)
#AB61A0
(171,97,160)
#9A5890
(154,88,144)
#894F80
(137,79,128)
#784670
(120,70,112)
#673D60
(103,61,96)
#563450
(86,52,80)
#452B40
(69,43,64)
#342230
(52,34,48)
#231920
(35,25,32)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #BC6AB0

#BC6AB0
(188,106,176)
#C277B7
(194,119,183)
#C884BE
(200,132,190)
#CE91C5
(206,145,197)
#D49ECC
(212,158,204)
#DAABD3
(218,171,211)
#E0B8DA
(224,184,218)
#E6C5E1
(230,197,225)
#ECD2E8
(236,210,232)
#F2DFEF
(242,223,239)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6AB0; }

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

This text font color is #BC6AB0.


Background Color

.myBgColor { background-color: #BC6AB0; }

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

This div background color is #BC6AB0.


Border color

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

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

This div border color is #BC6AB0.


Opacity

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

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

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

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

This text has shadow with #BC6AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6AB0 on black background.


Color preview on white background

This text has color #BC6AB0 on white background.



Black color preview on #BC6AB0 background

This text has black color on #BC6AB0 background.


White color preview on #BC6AB0 background

This text has white color on #BC6AB0 background.