COLOR #BC0864

HEX: #BC0864
RGB: (188,8,100)

Color info

#BC0864 contains mainly red color. Web safe color of #BC0864 is #CC0066 (or #C06).

RGB color model

#BC0864 color RGB value is (188,8,100).

  • red value is 188;
  • green value is 8;
  • blue value is 100.
RGB:
(188,8,100)
(74%,3%,39%)

RGB channels and saturation

R 188 of 255 = 74%
G 8 of 255 = 3%
B 100 of 255 = 39%

188
8
100

R + G + B ~ 39%. #BC0864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
188 + 8 + 100 = 296 (100%)
R 188 of 296 ~ 63.51%
G 8 of 296 ~ 2.7%
B 100 of 296 ~ 33.78%

%63.51
%33.78

CMYK color model

#BC0864 color CMYK value is (0,96,47,26).

  • cyan value is 0.00%
  • magenta value is 95.74%
  • yellow value is 46.81%
  • key color value is 26.27%
CMYK:
(0,96,47,26)
C0M96Y47K26 
(0%,96%,47%,26%)
(0.00/0.96/0.47/0.26)	

CMYK percentages

%0
%95.74
%46.81
%26.27

Codes

Color #BC0864 in popluar color models

BC0864
RGB1888100
HSL329°91.84%38.43%
HSB/HSV329°95.74%73.73%
CMYK0.00%95.74%46.81%
26.27%

Color #BC0864 in popluar number systems.

HEXBC0864
Decimal1888100
Binary1011110010001100100
Octal27410144

Shades and tints

Shades of #BC0864

#BC0864
(188,8,100)
#AB085B
(171,8,91)
#9A0852
(154,8,82)
#890849
(137,8,73)
#780840
(120,8,64)
#670837
(103,8,55)
#56082E
(86,8,46)
#450825
(69,8,37)
#34081C
(52,8,28)
#230813
(35,8,19)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #BC0864

#BC0864
(188,8,100)
#C21E72
(194,30,114)
#C83480
(200,52,128)
#CE4A8E
(206,74,142)
#D4609C
(212,96,156)
#DA76AA
(218,118,170)
#E08CB8
(224,140,184)
#E6A2C6
(230,162,198)
#ECB8D4
(236,184,212)
#F2CEE2
(242,206,226)
#F8E4F0
(248,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC0864 color. Also use rgb(188,8,100) instead hex code.

Text Font Color

.myTextColor { color: #BC0864; }

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

This text font color is #BC0864.


Background Color

.myBgColor { background-color: #BC0864; }

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

This div background color is #BC0864.


Border color

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

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

This div border color is #BC0864.


Opacity

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

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

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

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

This text has shadow with #BC0864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC0864 on black background.


Color preview on white background

This text has color #BC0864 on white background.



Black color preview on #BC0864 background

This text has black color on #BC0864 background.


White color preview on #BC0864 background

This text has white color on #BC0864 background.