COLOR #BC1DBF

HEX: #BC1DBF
RGB: (188,29,191)

Color info

#BC1DBF contains mainly red and blue colors. Web safe color of #BC1DBF is #CC33CC (or #C3C).

RGB color model

#BC1DBF color RGB value is (188,29,191).

  • red value is 188;
  • green value is 29;
  • blue value is 191.
RGB:
(188,29,191)
(74%,11%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 29 of 255 = 11%
B 191 of 255 = 75%

188
29
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 29 + 191 = 408 (100%)
R 188 of 408 ~ 46.08%
G 29 of 408 ~ 7.11%
B 191 of 408 ~ 46.81%

%46.08
%46.81

CMYK color model

#BC1DBF color CMYK value is (2,85,0,25).

  • cyan value is 1.57%
  • magenta value is 84.82%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,85,0,25)
C2M85Y0K25 
(2%,85%,0%,25%)
(0.02/0.85/0.00/0.25)	

CMYK percentages

%1.57
%84.82
%0
%25.1

Codes

Color #BC1DBF in popluar color models

BC1DBF
RGB18829191
HSL299°73.64%43.14%
HSB/HSV299°84.82%74.90%
CMYK1.57%84.82%0.00%
25.10%

Color #BC1DBF in popluar number systems.

HEXBC1DBF
Decimal18829191
Binary101111001110110111111
Octal27435277

Shades and tints

Shades of #BC1DBF

#BC1DBF
(188,29,191)
#AB1BAE
(171,27,174)
#9A199D
(154,25,157)
#89178C
(137,23,140)
#78157B
(120,21,123)
#67136A
(103,19,106)
#561159
(86,17,89)
#450F48
(69,15,72)
#340D37
(52,13,55)
#230B26
(35,11,38)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #BC1DBF

#BC1DBF
(188,29,191)
#C231C4
(194,49,196)
#C845C9
(200,69,201)
#CE59CE
(206,89,206)
#D46DD3
(212,109,211)
#DA81D8
(218,129,216)
#E095DD
(224,149,221)
#E6A9E2
(230,169,226)
#ECBDE7
(236,189,231)
#F2D1EC
(242,209,236)
#F8E5F1
(248,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC1DBF color. Also use rgb(188,29,191) instead hex code.

Text Font Color

.myTextColor { color: #BC1DBF; }

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

This text font color is #BC1DBF.


Background Color

.myBgColor { background-color: #BC1DBF; }

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

This div background color is #BC1DBF.


Border color

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

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

This div border color is #BC1DBF.


Opacity

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

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

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

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

This text has shadow with #BC1DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1DBF on black background.


Color preview on white background

This text has color #BC1DBF on white background.



Black color preview on #BC1DBF background

This text has black color on #BC1DBF background.


White color preview on #BC1DBF background

This text has white color on #BC1DBF background.