COLOR #BC61C4

HEX: #BC61C4
RGB: (188,97,196)

Color info

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

RGB color model

#BC61C4 color RGB value is (188,97,196).

  • red value is 188;
  • green value is 97;
  • blue value is 196.
RGB:
(188,97,196)
(74%,38%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 97 of 255 = 38%
B 196 of 255 = 77%

188
97
196

R + G + B ~ 63%. #BC61C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 97 + 196 = 481 (100%)
R 188 of 481 ~ 39.09%
G 97 of 481 ~ 20.17%
B 196 of 481 ~ 40.75%

%39.09
%20.17
%40.75

CMYK color model

#BC61C4 color CMYK value is (4,51,0,23).

  • cyan value is 4.08%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(4,51,0,23)
C4M51Y0K23 
(4%,51%,0%,23%)
(0.04/0.51/0.00/0.23)	

CMYK percentages

%4.08
%50.51
%0
%23.14

Codes

Color #BC61C4 in popluar color models

BC61C4
RGB18897196
HSL295°45.62%57.45%
HSB/HSV295°50.51%76.86%
CMYK4.08%50.51%0.00%
23.14%

Color #BC61C4 in popluar number systems.

HEXBC61C4
Decimal18897196
Binary10111100110000111000100
Octal274141304

Shades and tints

Shades of #BC61C4

#BC61C4
(188,97,196)
#AB59B3
(171,89,179)
#9A51A2
(154,81,162)
#894991
(137,73,145)
#784180
(120,65,128)
#67396F
(103,57,111)
#56315E
(86,49,94)
#45294D
(69,41,77)
#34213C
(52,33,60)
#23192B
(35,25,43)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BC61C4

#BC61C4
(188,97,196)
#C26FC9
(194,111,201)
#C87DCE
(200,125,206)
#CE8BD3
(206,139,211)
#D499D8
(212,153,216)
#DAA7DD
(218,167,221)
#E0B5E2
(224,181,226)
#E6C3E7
(230,195,231)
#ECD1EC
(236,209,236)
#F2DFF1
(242,223,241)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC61C4 color. Also use rgb(188,97,196) instead hex code.

Text Font Color

.myTextColor { color: #BC61C4; }

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

This text font color is #BC61C4.


Background Color

.myBgColor { background-color: #BC61C4; }

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

This div background color is #BC61C4.


Border color

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

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

This div border color is #BC61C4.


Opacity

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

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

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

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

This text has shadow with #BC61C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC61C4 on black background.


Color preview on white background

This text has color #BC61C4 on white background.



Black color preview on #BC61C4 background

This text has black color on #BC61C4 background.


White color preview on #BC61C4 background

This text has white color on #BC61C4 background.