COLOR #BC3FAE

HEX: #BC3FAE
RGB: (188,63,174)

Color info

#BC3FAE contains mainly red and blue colors. Web safe color of #BC3FAE is #CC3399 (or #C39).

RGB color model

#BC3FAE color RGB value is (188,63,174).

  • red value is 188;
  • green value is 63;
  • blue value is 174.
RGB:
(188,63,174)
(74%,25%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 63 of 255 = 25%
B 174 of 255 = 68%

188
63
174

R + G + B ~ 56%. #BC3FAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 63 + 174 = 425 (100%)
R 188 of 425 ~ 44.24%
G 63 of 425 ~ 14.82%
B 174 of 425 ~ 40.94%

%44.24
%14.82
%40.94

CMYK color model

#BC3FAE color CMYK value is (0,66,7,26).

  • cyan value is 0.00%
  • magenta value is 66.49%
  • yellow value is 7.45%
  • key color value is 26.27%
CMYK:
(0,66,7,26)
C0M66Y7K26 
(0%,66%,7%,26%)
(0.00/0.66/0.07/0.26)	

CMYK percentages

%0
%66.49
%7.45
%26.27

Codes

Color #BC3FAE in popluar color models

BC3FAE
RGB18863174
HSL307°49.80%49.22%
HSB/HSV307°66.49%73.73%
CMYK0.00%66.49%7.45%
26.27%

Color #BC3FAE in popluar number systems.

HEXBC3FAE
Decimal18863174
Binary1011110011111110101110
Octal27477256

Shades and tints

Shades of #BC3FAE

#BC3FAE
(188,63,174)
#AB3A9F
(171,58,159)
#9A3590
(154,53,144)
#893081
(137,48,129)
#782B72
(120,43,114)
#672663
(103,38,99)
#562154
(86,33,84)
#451C45
(69,28,69)
#341736
(52,23,54)
#231227
(35,18,39)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #BC3FAE

#BC3FAE
(188,63,174)
#C250B5
(194,80,181)
#C861BC
(200,97,188)
#CE72C3
(206,114,195)
#D483CA
(212,131,202)
#DA94D1
(218,148,209)
#E0A5D8
(224,165,216)
#E6B6DF
(230,182,223)
#ECC7E6
(236,199,230)
#F2D8ED
(242,216,237)
#F8E9F4
(248,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3FAE color. Also use rgb(188,63,174) instead hex code.

Text Font Color

.myTextColor { color: #BC3FAE; }

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

This text font color is #BC3FAE.


Background Color

.myBgColor { background-color: #BC3FAE; }

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

This div background color is #BC3FAE.


Border color

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

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

This div border color is #BC3FAE.


Opacity

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

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

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

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

This text has shadow with #BC3FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3FAE on black background.


Color preview on white background

This text has color #BC3FAE on white background.



Black color preview on #BC3FAE background

This text has black color on #BC3FAE background.


White color preview on #BC3FAE background

This text has white color on #BC3FAE background.