COLOR #BC3EAD

HEX: #BC3EAD
RGB: (188,62,173)

Color info

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

RGB color model

#BC3EAD color RGB value is (188,62,173).

  • red value is 188;
  • green value is 62;
  • blue value is 173.
RGB:
(188,62,173)
(74%,24%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 62 of 255 = 24%
B 173 of 255 = 68%

188
62
173

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

Portions of RGB colors in percentages

R + G + B =
188 + 62 + 173 = 423 (100%)
R 188 of 423 ~ 44.44%
G 62 of 423 ~ 14.66%
B 173 of 423 ~ 40.9%

%44.44
%14.66
%40.9

CMYK color model

#BC3EAD color CMYK value is (0,67,8,26).

  • cyan value is 0.00%
  • magenta value is 67.02%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(0,67,8,26)
C0M67Y8K26 
(0%,67%,8%,26%)
(0.00/0.67/0.08/0.26)	

CMYK percentages

%0
%67.02
%7.98
%26.27

Codes

Color #BC3EAD in popluar color models

BC3EAD
RGB18862173
HSL307°50.40%49.02%
HSB/HSV307°67.02%73.73%
CMYK0.00%67.02%7.98%
26.27%

Color #BC3EAD in popluar number systems.

HEXBC3EAD
Decimal18862173
Binary1011110011111010101101
Octal27476255

Shades and tints

Shades of #BC3EAD

#BC3EAD
(188,62,173)
#AB399E
(171,57,158)
#9A348F
(154,52,143)
#892F80
(137,47,128)
#782A71
(120,42,113)
#672562
(103,37,98)
#562053
(86,32,83)
#451B44
(69,27,68)
#341635
(52,22,53)
#231126
(35,17,38)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #BC3EAD

#BC3EAD
(188,62,173)
#C24FB4
(194,79,180)
#C860BB
(200,96,187)
#CE71C2
(206,113,194)
#D482C9
(212,130,201)
#DA93D0
(218,147,208)
#E0A4D7
(224,164,215)
#E6B5DE
(230,181,222)
#ECC6E5
(236,198,229)
#F2D7EC
(242,215,236)
#F8E8F3
(248,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3EAD color. Also use rgb(188,62,173) instead hex code.

Text Font Color

.myTextColor { color: #BC3EAD; }

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

This text font color is #BC3EAD.


Background Color

.myBgColor { background-color: #BC3EAD; }

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

This div background color is #BC3EAD.


Border color

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

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

This div border color is #BC3EAD.


Opacity

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

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

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

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

This text has shadow with #BC3EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3EAD on black background.


Color preview on white background

This text has color #BC3EAD on white background.



Black color preview on #BC3EAD background

This text has black color on #BC3EAD background.


White color preview on #BC3EAD background

This text has white color on #BC3EAD background.