COLOR #BC618A

HEX: #BC618A
RGB: (188,97,138)

Color info

#BC618A contains mainly red and blue colors. Web safe color of #BC618A is #CC6699 (or #C69).

RGB color model

#BC618A color RGB value is (188,97,138).

  • red value is 188;
  • green value is 97;
  • blue value is 138.
RGB:
(188,97,138)
(74%,38%,54%)

RGB channels and saturation

R 188 of 255 = 74%
G 97 of 255 = 38%
B 138 of 255 = 54%

188
97
138

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

Portions of RGB colors in percentages

R + G + B =
188 + 97 + 138 = 423 (100%)
R 188 of 423 ~ 44.44%
G 97 of 423 ~ 22.93%
B 138 of 423 ~ 32.62%

%44.44
%22.93
%32.62

CMYK color model

#BC618A color CMYK value is (0,48,27,26).

  • cyan value is 0.00%
  • magenta value is 48.40%
  • yellow value is 26.60%
  • key color value is 26.27%
CMYK:
(0,48,27,26)
C0M48Y27K26 
(0%,48%,27%,26%)
(0.00/0.48/0.27/0.26)	

CMYK percentages

%0
%48.4
%26.6
%26.27

Codes

Color #BC618A in popluar color models

BC618A
RGB18897138
HSL333°40.44%55.88%
HSB/HSV333°48.40%73.73%
CMYK0.00%48.40%26.60%
26.27%

Color #BC618A in popluar number systems.

HEXBC618A
Decimal18897138
Binary10111100110000110001010
Octal274141212

Shades and tints

Shades of #BC618A

#BC618A
(188,97,138)
#AB597E
(171,89,126)
#9A5172
(154,81,114)
#894966
(137,73,102)
#78415A
(120,65,90)
#67394E
(103,57,78)
#563142
(86,49,66)
#452936
(69,41,54)
#34212A
(52,33,42)
#23191E
(35,25,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #BC618A

#BC618A
(188,97,138)
#C26F94
(194,111,148)
#C87D9E
(200,125,158)
#CE8BA8
(206,139,168)
#D499B2
(212,153,178)
#DAA7BC
(218,167,188)
#E0B5C6
(224,181,198)
#E6C3D0
(230,195,208)
#ECD1DA
(236,209,218)
#F2DFE4
(242,223,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC618A color. Also use rgb(188,97,138) instead hex code.

Text Font Color

.myTextColor { color: #BC618A; }

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

This text font color is #BC618A.


Background Color

.myBgColor { background-color: #BC618A; }

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

This div background color is #BC618A.


Border color

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

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

This div border color is #BC618A.


Opacity

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

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

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

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

This text has shadow with #BC618A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC618A on black background.


Color preview on white background

This text has color #BC618A on white background.



Black color preview on #BC618A background

This text has black color on #BC618A background.


White color preview on #BC618A background

This text has white color on #BC618A background.