COLOR #BC2875

HEX: #BC2875
RGB: (188,40,117)

Color info

#BC2875 contains mainly red color. Web safe color of #BC2875 is #CC3366 (or #C36).

RGB color model

#BC2875 color RGB value is (188,40,117).

  • red value is 188;
  • green value is 40;
  • blue value is 117.
RGB:
(188,40,117)
(74%,16%,46%)

RGB channels and saturation

R 188 of 255 = 74%
G 40 of 255 = 16%
B 117 of 255 = 46%

188
40
117

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

Portions of RGB colors in percentages

R + G + B =
188 + 40 + 117 = 345 (100%)
R 188 of 345 ~ 54.49%
G 40 of 345 ~ 11.59%
B 117 of 345 ~ 33.91%

%54.49
%11.59
%33.91

CMYK color model

#BC2875 color CMYK value is (0,79,38,26).

  • cyan value is 0.00%
  • magenta value is 78.72%
  • yellow value is 37.77%
  • key color value is 26.27%
CMYK:
(0,79,38,26)
C0M79Y38K26 
(0%,79%,38%,26%)
(0.00/0.79/0.38/0.26)	

CMYK percentages

%0
%78.72
%37.77
%26.27

Codes

Color #BC2875 in popluar color models

BC2875
RGB18840117
HSL329°64.91%44.71%
HSB/HSV329°78.72%73.73%
CMYK0.00%78.72%37.77%
26.27%

Color #BC2875 in popluar number systems.

HEXBC2875
Decimal18840117
Binary101111001010001110101
Octal27450165

Shades and tints

Shades of #BC2875

#BC2875
(188,40,117)
#AB256B
(171,37,107)
#9A2261
(154,34,97)
#891F57
(137,31,87)
#781C4D
(120,28,77)
#671943
(103,25,67)
#561639
(86,22,57)
#45132F
(69,19,47)
#341025
(52,16,37)
#230D1B
(35,13,27)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #BC2875

#BC2875
(188,40,117)
#C23B81
(194,59,129)
#C84E8D
(200,78,141)
#CE6199
(206,97,153)
#D474A5
(212,116,165)
#DA87B1
(218,135,177)
#E09ABD
(224,154,189)
#E6ADC9
(230,173,201)
#ECC0D5
(236,192,213)
#F2D3E1
(242,211,225)
#F8E6ED
(248,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2875 color. Also use rgb(188,40,117) instead hex code.

Text Font Color

.myTextColor { color: #BC2875; }

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

This text font color is #BC2875.


Background Color

.myBgColor { background-color: #BC2875; }

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

This div background color is #BC2875.


Border color

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

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

This div border color is #BC2875.


Opacity

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

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

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

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

This text has shadow with #BC2875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2875 on black background.


Color preview on white background

This text has color #BC2875 on white background.



Black color preview on #BC2875 background

This text has black color on #BC2875 background.


White color preview on #BC2875 background

This text has white color on #BC2875 background.