COLOR #BC115F

HEX: #BC115F
RGB: (188,17,95)

Color info

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

RGB color model

#BC115F color RGB value is (188,17,95).

  • red value is 188;
  • green value is 17;
  • blue value is 95.
RGB:
(188,17,95)
(74%,7%,37%)

RGB channels and saturation

R 188 of 255 = 74%
G 17 of 255 = 7%
B 95 of 255 = 37%

188
17
95

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

Portions of RGB colors in percentages

R + G + B =
188 + 17 + 95 = 300 (100%)
R 188 of 300 ~ 62.67%
G 17 of 300 ~ 5.67%
B 95 of 300 ~ 31.67%

%62.67
%31.67

CMYK color model

#BC115F color CMYK value is (0,91,49,26).

  • cyan value is 0.00%
  • magenta value is 90.96%
  • yellow value is 49.47%
  • key color value is 26.27%
CMYK:
(0,91,49,26)
C0M91Y49K26 
(0%,91%,49%,26%)
(0.00/0.91/0.49/0.26)	

CMYK percentages

%0
%90.96
%49.47
%26.27

Codes

Color #BC115F in popluar color models

BC115F
RGB1881795
HSL333°83.41%40.20%
HSB/HSV333°90.96%73.73%
CMYK0.00%90.96%49.47%
26.27%

Color #BC115F in popluar number systems.

HEXBC115F
Decimal1881795
Binary10111100100011011111
Octal27421137

Shades and tints

Shades of #BC115F

#BC115F
(188,17,95)
#AB1057
(171,16,87)
#9A0F4F
(154,15,79)
#890E47
(137,14,71)
#780D3F
(120,13,63)
#670C37
(103,12,55)
#560B2F
(86,11,47)
#450A27
(69,10,39)
#34091F
(52,9,31)
#230817
(35,8,23)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #BC115F

#BC115F
(188,17,95)
#C2266D
(194,38,109)
#C83B7B
(200,59,123)
#CE5089
(206,80,137)
#D46597
(212,101,151)
#DA7AA5
(218,122,165)
#E08FB3
(224,143,179)
#E6A4C1
(230,164,193)
#ECB9CF
(236,185,207)
#F2CEDD
(242,206,221)
#F8E3EB
(248,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC115F color. Also use rgb(188,17,95) instead hex code.

Text Font Color

.myTextColor { color: #BC115F; }

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

This text font color is #BC115F.


Background Color

.myBgColor { background-color: #BC115F; }

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

This div background color is #BC115F.


Border color

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

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

This div border color is #BC115F.


Opacity

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

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

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

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

This text has shadow with #BC115F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC115F on black background.


Color preview on white background

This text has color #BC115F on white background.



Black color preview on #BC115F background

This text has black color on #BC115F background.


White color preview on #BC115F background

This text has white color on #BC115F background.