COLOR #BC21CF

HEX: #BC21CF
RGB: (188,33,207)

Color info

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

RGB color model

#BC21CF color RGB value is (188,33,207).

  • red value is 188;
  • green value is 33;
  • blue value is 207.
RGB:
(188,33,207)
(74%,13%,81%)

RGB channels and saturation

R 188 of 255 = 74%
G 33 of 255 = 13%
B 207 of 255 = 81%

188
33
207

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

Portions of RGB colors in percentages

R + G + B =
188 + 33 + 207 = 428 (100%)
R 188 of 428 ~ 43.93%
G 33 of 428 ~ 7.71%
B 207 of 428 ~ 48.36%

%43.93
%48.36

CMYK color model

#BC21CF color CMYK value is (9,84,0,19).

  • cyan value is 9.18%
  • magenta value is 84.06%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,84,0,19)
C9M84Y0K19 
(9%,84%,0%,19%)
(0.09/0.84/0.00/0.19)	

CMYK percentages

%9.18
%84.06
%0
%18.82

Codes

Color #BC21CF in popluar color models

BC21CF
RGB18833207
HSL293°72.50%47.06%
HSB/HSV293°84.06%81.18%
CMYK9.18%84.06%0.00%
18.82%

Color #BC21CF in popluar number systems.

HEXBC21CF
Decimal18833207
Binary1011110010000111001111
Octal27441317

Shades and tints

Shades of #BC21CF

#BC21CF
(188,33,207)
#AB1EBD
(171,30,189)
#9A1BAB
(154,27,171)
#891899
(137,24,153)
#781587
(120,21,135)
#671275
(103,18,117)
#560F63
(86,15,99)
#450C51
(69,12,81)
#34093F
(52,9,63)
#23062D
(35,6,45)
#12031B
(18,3,27)
#000000
(0,0,0)

Tints of #BC21CF

#BC21CF
(188,33,207)
#C235D3
(194,53,211)
#C849D7
(200,73,215)
#CE5DDB
(206,93,219)
#D471DF
(212,113,223)
#DA85E3
(218,133,227)
#E099E7
(224,153,231)
#E6ADEB
(230,173,235)
#ECC1EF
(236,193,239)
#F2D5F3
(242,213,243)
#F8E9F7
(248,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC21CF color. Also use rgb(188,33,207) instead hex code.

Text Font Color

.myTextColor { color: #BC21CF; }

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

This text font color is #BC21CF.


Background Color

.myBgColor { background-color: #BC21CF; }

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

This div background color is #BC21CF.


Border color

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

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

This div border color is #BC21CF.


Opacity

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

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

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

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

This text has shadow with #BC21CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC21CF on black background.


Color preview on white background

This text has color #BC21CF on white background.



Black color preview on #BC21CF background

This text has black color on #BC21CF background.


White color preview on #BC21CF background

This text has white color on #BC21CF background.