COLOR #BC0E8D

HEX: #BC0E8D
RGB: (188,14,141)

Color info

#BC0E8D contains mainly red and blue colors. Web safe color of #BC0E8D is #CC0099 (or #C09).

RGB color model

#BC0E8D color RGB value is (188,14,141).

  • red value is 188;
  • green value is 14;
  • blue value is 141.
RGB:
(188,14,141)
(74%,5%,55%)

RGB channels and saturation

R 188 of 255 = 74%
G 14 of 255 = 5%
B 141 of 255 = 55%

188
14
141

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

Portions of RGB colors in percentages

R + G + B =
188 + 14 + 141 = 343 (100%)
R 188 of 343 ~ 54.81%
G 14 of 343 ~ 4.08%
B 141 of 343 ~ 41.11%

%54.81
%41.11

CMYK color model

#BC0E8D color CMYK value is (0,93,25,26).

  • cyan value is 0.00%
  • magenta value is 92.55%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(0,93,25,26)
C0M93Y25K26 
(0%,93%,25%,26%)
(0.00/0.93/0.25/0.26)	

CMYK percentages

%0
%92.55
%25
%26.27

Codes

Color #BC0E8D in popluar color models

BC0E8D
RGB18814141
HSL316°86.14%39.61%
HSB/HSV316°92.55%73.73%
CMYK0.00%92.55%25.00%
26.27%

Color #BC0E8D in popluar number systems.

HEXBC0E8D
Decimal18814141
Binary10111100111010001101
Octal27416215

Shades and tints

Shades of #BC0E8D

#BC0E8D
(188,14,141)
#AB0D81
(171,13,129)
#9A0C75
(154,12,117)
#890B69
(137,11,105)
#780A5D
(120,10,93)
#670951
(103,9,81)
#560845
(86,8,69)
#450739
(69,7,57)
#34062D
(52,6,45)
#230521
(35,5,33)
#120415
(18,4,21)
#000000
(0,0,0)

Tints of #BC0E8D

#BC0E8D
(188,14,141)
#C22397
(194,35,151)
#C838A1
(200,56,161)
#CE4DAB
(206,77,171)
#D462B5
(212,98,181)
#DA77BF
(218,119,191)
#E08CC9
(224,140,201)
#E6A1D3
(230,161,211)
#ECB6DD
(236,182,221)
#F2CBE7
(242,203,231)
#F8E0F1
(248,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC0E8D color. Also use rgb(188,14,141) instead hex code.

Text Font Color

.myTextColor { color: #BC0E8D; }

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

This text font color is #BC0E8D.


Background Color

.myBgColor { background-color: #BC0E8D; }

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

This div background color is #BC0E8D.


Border color

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

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

This div border color is #BC0E8D.


Opacity

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

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

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

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

This text has shadow with #BC0E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0E8D on black background.


Color preview on white background

This text has color #BC0E8D on white background.



Black color preview on #BC0E8D background

This text has black color on #BC0E8D background.


White color preview on #BC0E8D background

This text has white color on #BC0E8D background.