COLOR #BC1F94

HEX: #BC1F94
RGB: (188,31,148)

Color info

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

RGB color model

#BC1F94 color RGB value is (188,31,148).

  • red value is 188;
  • green value is 31;
  • blue value is 148.
RGB:
(188,31,148)
(74%,12%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 31 of 255 = 12%
B 148 of 255 = 58%

188
31
148

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

Portions of RGB colors in percentages

R + G + B =
188 + 31 + 148 = 367 (100%)
R 188 of 367 ~ 51.23%
G 31 of 367 ~ 8.45%
B 148 of 367 ~ 40.33%

%51.23
%40.33

CMYK color model

#BC1F94 color CMYK value is (0,84,21,26).

  • cyan value is 0.00%
  • magenta value is 83.51%
  • yellow value is 21.28%
  • key color value is 26.27%
CMYK:
(0,84,21,26)
C0M84Y21K26 
(0%,84%,21%,26%)
(0.00/0.84/0.21/0.26)	

CMYK percentages

%0
%83.51
%21.28
%26.27

Codes

Color #BC1F94 in popluar color models

BC1F94
RGB18831148
HSL315°71.69%42.94%
HSB/HSV315°83.51%73.73%
CMYK0.00%83.51%21.28%
26.27%

Color #BC1F94 in popluar number systems.

HEXBC1F94
Decimal18831148
Binary101111001111110010100
Octal27437224

Shades and tints

Shades of #BC1F94

#BC1F94
(188,31,148)
#AB1D87
(171,29,135)
#9A1B7A
(154,27,122)
#89196D
(137,25,109)
#781760
(120,23,96)
#671553
(103,21,83)
#561346
(86,19,70)
#451139
(69,17,57)
#340F2C
(52,15,44)
#230D1F
(35,13,31)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #BC1F94

#BC1F94
(188,31,148)
#C2339D
(194,51,157)
#C847A6
(200,71,166)
#CE5BAF
(206,91,175)
#D46FB8
(212,111,184)
#DA83C1
(218,131,193)
#E097CA
(224,151,202)
#E6ABD3
(230,171,211)
#ECBFDC
(236,191,220)
#F2D3E5
(242,211,229)
#F8E7EE
(248,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC1F94 color. Also use rgb(188,31,148) instead hex code.

Text Font Color

.myTextColor { color: #BC1F94; }

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

This text font color is #BC1F94.


Background Color

.myBgColor { background-color: #BC1F94; }

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

This div background color is #BC1F94.


Border color

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

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

This div border color is #BC1F94.


Opacity

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

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

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

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

This text has shadow with #BC1F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1F94 on black background.


Color preview on white background

This text has color #BC1F94 on white background.



Black color preview on #BC1F94 background

This text has black color on #BC1F94 background.


White color preview on #BC1F94 background

This text has white color on #BC1F94 background.