COLOR #BC1084

HEX: #BC1084
RGB: (188,16,132)

Color info

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

RGB color model

#BC1084 color RGB value is (188,16,132).

  • red value is 188;
  • green value is 16;
  • blue value is 132.
RGB:
(188,16,132)
(74%,6%,52%)

RGB channels and saturation

R 188 of 255 = 74%
G 16 of 255 = 6%
B 132 of 255 = 52%

188
16
132

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

Portions of RGB colors in percentages

R + G + B =
188 + 16 + 132 = 336 (100%)
R 188 of 336 ~ 55.95%
G 16 of 336 ~ 4.76%
B 132 of 336 ~ 39.29%

%55.95
%39.29

CMYK color model

#BC1084 color CMYK value is (0,91,30,26).

  • cyan value is 0.00%
  • magenta value is 91.49%
  • yellow value is 29.79%
  • key color value is 26.27%
CMYK:
(0,91,30,26)
C0M91Y30K26 
(0%,91%,30%,26%)
(0.00/0.91/0.30/0.26)	

CMYK percentages

%0
%91.49
%29.79
%26.27

Codes

Color #BC1084 in popluar color models

BC1084
RGB18816132
HSL320°84.31%40.00%
HSB/HSV320°91.49%73.73%
CMYK0.00%91.49%29.79%
26.27%

Color #BC1084 in popluar number systems.

HEXBC1084
Decimal18816132
Binary101111001000010000100
Octal27420204

Shades and tints

Shades of #BC1084

#BC1084
(188,16,132)
#AB0F78
(171,15,120)
#9A0E6C
(154,14,108)
#890D60
(137,13,96)
#780C54
(120,12,84)
#670B48
(103,11,72)
#560A3C
(86,10,60)
#450930
(69,9,48)
#340824
(52,8,36)
#230718
(35,7,24)
#12060C
(18,6,12)
#000000
(0,0,0)

Tints of #BC1084

#BC1084
(188,16,132)
#C2258F
(194,37,143)
#C83A9A
(200,58,154)
#CE4FA5
(206,79,165)
#D464B0
(212,100,176)
#DA79BB
(218,121,187)
#E08EC6
(224,142,198)
#E6A3D1
(230,163,209)
#ECB8DC
(236,184,220)
#F2CDE7
(242,205,231)
#F8E2F2
(248,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC1084 color. Also use rgb(188,16,132) instead hex code.

Text Font Color

.myTextColor { color: #BC1084; }

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

This text font color is #BC1084.


Background Color

.myBgColor { background-color: #BC1084; }

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

This div background color is #BC1084.


Border color

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

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

This div border color is #BC1084.


Opacity

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

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

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

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

This text has shadow with #BC1084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC1084 on black background.


Color preview on white background

This text has color #BC1084 on white background.



Black color preview on #BC1084 background

This text has black color on #BC1084 background.


White color preview on #BC1084 background

This text has white color on #BC1084 background.