COLOR #BC63B5

HEX: #BC63B5
RGB: (188,99,181)

Color info

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

RGB color model

#BC63B5 color RGB value is (188,99,181).

  • red value is 188;
  • green value is 99;
  • blue value is 181.
RGB:
(188,99,181)
(74%,39%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 99 of 255 = 39%
B 181 of 255 = 71%

188
99
181

R + G + B ~ 61%. #BC63B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 99 + 181 = 468 (100%)
R 188 of 468 ~ 40.17%
G 99 of 468 ~ 21.15%
B 181 of 468 ~ 38.68%

%40.17
%21.15
%38.68

CMYK color model

#BC63B5 color CMYK value is (0,47,4,26).

  • cyan value is 0.00%
  • magenta value is 47.34%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(0,47,4,26)
C0M47Y4K26 
(0%,47%,4%,26%)
(0.00/0.47/0.04/0.26)	

CMYK percentages

%0
%47.34
%3.72
%26.27

Codes

Color #BC63B5 in popluar color models

BC63B5
RGB18899181
HSL305°39.91%56.27%
HSB/HSV305°47.34%73.73%
CMYK0.00%47.34%3.72%
26.27%

Color #BC63B5 in popluar number systems.

HEXBC63B5
Decimal18899181
Binary10111100110001110110101
Octal274143265

Shades and tints

Shades of #BC63B5

#BC63B5
(188,99,181)
#AB5AA5
(171,90,165)
#9A5195
(154,81,149)
#894885
(137,72,133)
#783F75
(120,63,117)
#673665
(103,54,101)
#562D55
(86,45,85)
#452445
(69,36,69)
#341B35
(52,27,53)
#231225
(35,18,37)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #BC63B5

#BC63B5
(188,99,181)
#C271BB
(194,113,187)
#C87FC1
(200,127,193)
#CE8DC7
(206,141,199)
#D49BCD
(212,155,205)
#DAA9D3
(218,169,211)
#E0B7D9
(224,183,217)
#E6C5DF
(230,197,223)
#ECD3E5
(236,211,229)
#F2E1EB
(242,225,235)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC63B5 color. Also use rgb(188,99,181) instead hex code.

Text Font Color

.myTextColor { color: #BC63B5; }

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

This text font color is #BC63B5.


Background Color

.myBgColor { background-color: #BC63B5; }

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

This div background color is #BC63B5.


Border color

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

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

This div border color is #BC63B5.


Opacity

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

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

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

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

This text has shadow with #BC63B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC63B5 on black background.


Color preview on white background

This text has color #BC63B5 on white background.



Black color preview on #BC63B5 background

This text has black color on #BC63B5 background.


White color preview on #BC63B5 background

This text has white color on #BC63B5 background.