COLOR #BC7AC3

HEX: #BC7AC3
RGB: (188,122,195)

Color info

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

RGB color model

#BC7AC3 color RGB value is (188,122,195).

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

RGB channels and saturation

R 188 of 255 = 74%
G 122 of 255 = 48%
B 195 of 255 = 76%

188
122
195

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

Portions of RGB colors in percentages

R + G + B =
188 + 122 + 195 = 505 (100%)
R 188 of 505 ~ 37.23%
G 122 of 505 ~ 24.16%
B 195 of 505 ~ 38.61%

%37.23
%24.16
%38.61

CMYK color model

#BC7AC3 color CMYK value is (4,37,0,24).

  • cyan value is 3.59%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,37,0,24)
C4M37Y0K24 
(4%,37%,0%,24%)
(0.04/0.37/0.00/0.24)	

CMYK percentages

%3.59
%37.44
%0
%23.53

Codes

Color #BC7AC3 in popluar color models

BC7AC3
RGB188122195
HSL294°37.82%62.16%
HSB/HSV294°37.44%76.47%
CMYK3.59%37.44%0.00%
23.53%

Color #BC7AC3 in popluar number systems.

HEXBC7AC3
Decimal188122195
Binary10111100111101011000011
Octal274172303

Shades and tints

Shades of #BC7AC3

#BC7AC3
(188,122,195)
#AB6FB2
(171,111,178)
#9A64A1
(154,100,161)
#895990
(137,89,144)
#784E7F
(120,78,127)
#67436E
(103,67,110)
#56385D
(86,56,93)
#452D4C
(69,45,76)
#34223B
(52,34,59)
#23172A
(35,23,42)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #BC7AC3

#BC7AC3
(188,122,195)
#C286C8
(194,134,200)
#C892CD
(200,146,205)
#CE9ED2
(206,158,210)
#D4AAD7
(212,170,215)
#DAB6DC
(218,182,220)
#E0C2E1
(224,194,225)
#E6CEE6
(230,206,230)
#ECDAEB
(236,218,235)
#F2E6F0
(242,230,240)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7AC3; }

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

This text font color is #BC7AC3.


Background Color

.myBgColor { background-color: #BC7AC3; }

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

This div background color is #BC7AC3.


Border color

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

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

This div border color is #BC7AC3.


Opacity

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

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

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

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

This text has shadow with #BC7AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7AC3 on black background.


Color preview on white background

This text has color #BC7AC3 on white background.



Black color preview on #BC7AC3 background

This text has black color on #BC7AC3 background.


White color preview on #BC7AC3 background

This text has white color on #BC7AC3 background.