COLOR #BC3CAF

HEX: #BC3CAF
RGB: (188,60,175)

Color info

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

RGB color model

#BC3CAF color RGB value is (188,60,175).

  • red value is 188;
  • green value is 60;
  • blue value is 175.
RGB:
(188,60,175)
(74%,24%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 60 of 255 = 24%
B 175 of 255 = 69%

188
60
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 60 + 175 = 423 (100%)
R 188 of 423 ~ 44.44%
G 60 of 423 ~ 14.18%
B 175 of 423 ~ 41.37%

%44.44
%14.18
%41.37

CMYK color model

#BC3CAF color CMYK value is (0,68,7,26).

  • cyan value is 0.00%
  • magenta value is 68.09%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK:
(0,68,7,26)
C0M68Y7K26 
(0%,68%,7%,26%)
(0.00/0.68/0.07/0.26)	

CMYK percentages

%0
%68.09
%6.91
%26.27

Codes

Color #BC3CAF in popluar color models

BC3CAF
RGB18860175
HSL306°51.61%48.63%
HSB/HSV306°68.09%73.73%
CMYK0.00%68.09%6.91%
26.27%

Color #BC3CAF in popluar number systems.

HEXBC3CAF
Decimal18860175
Binary1011110011110010101111
Octal27474257

Shades and tints

Shades of #BC3CAF

#BC3CAF
(188,60,175)
#AB37A0
(171,55,160)
#9A3291
(154,50,145)
#892D82
(137,45,130)
#782873
(120,40,115)
#672364
(103,35,100)
#561E55
(86,30,85)
#451946
(69,25,70)
#341437
(52,20,55)
#230F28
(35,15,40)
#120A19
(18,10,25)
#000000
(0,0,0)

Tints of #BC3CAF

#BC3CAF
(188,60,175)
#C24DB6
(194,77,182)
#C85EBD
(200,94,189)
#CE6FC4
(206,111,196)
#D480CB
(212,128,203)
#DA91D2
(218,145,210)
#E0A2D9
(224,162,217)
#E6B3E0
(230,179,224)
#ECC4E7
(236,196,231)
#F2D5EE
(242,213,238)
#F8E6F5
(248,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3CAF color. Also use rgb(188,60,175) instead hex code.

Text Font Color

.myTextColor { color: #BC3CAF; }

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

This text font color is #BC3CAF.


Background Color

.myBgColor { background-color: #BC3CAF; }

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

This div background color is #BC3CAF.


Border color

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

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

This div border color is #BC3CAF.


Opacity

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

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

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

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

This text has shadow with #BC3CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3CAF on black background.


Color preview on white background

This text has color #BC3CAF on white background.



Black color preview on #BC3CAF background

This text has black color on #BC3CAF background.


White color preview on #BC3CAF background

This text has white color on #BC3CAF background.