COLOR #BC6189

HEX: #BC6189 RGB: (188,97,137)

Color info

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

RGB color model

#BC6189 color RGB value is (188,97,137).

RGB: (188,97,137) (74%, 38%, 54%)

RGB channels and saturation

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

188
97
137

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

Portions of RGB colors in percentages

R + G + B = 188 + 97 + 137 = 422 (100%)
R 188 of 422 ~ 44.55%
G 97 of 422 ~ 22.99%
B 137 of 422 ~ 32.46'%

%44.55
%22.99
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.40%
  • yellow value is 27.13%
  • 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
%27.13
%26.27

Codes

Color #BC6189 in popluar color models

BC 61 89
RGB 188 97 137
HSL 334° 40.44% 55.88%
HSB/HSV 334° 48.40% 73.73%
CMYK 0.00% 48.40% 27.13%
26.27%

Color #BC6189 in popluar number systems.

HEX BC 61 89
Decimal 188 97 137
Binary 10111100 1100001 10001001
Octal 274 141 211

Shades and tints

Shades of #BC6189

#BC6189
(188,97,137)
#AB597D
(171,89,125)
#9A5171
(154,81,113)
#894965
(137,73,101)
#784159
(120,65,89)
#67394D
(103,57,77)
#563141
(86,49,65)
#452935
(69,41,53)
#342129
(52,33,41)
#23191D
(35,25,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BC6189

#BC6189
(188,97,137)
#C26F93
(194,111,147)
#C87D9D
(200,125,157)
#CE8BA7
(206,139,167)
#D499B1
(212,153,177)
#DAA7BB
(218,167,187)
#E0B5C5
(224,181,197)
#E6C3CF
(230,195,207)
#ECD1D9
(236,209,217)
#F2DFE3
(242,223,227)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6189; }

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

This text font color is #BC6189.

Background Color

.myBgColor { background-color: #BC6189; }

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

This div background color is #BC6189.

Border color

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

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

This div border color is #BC6189.

Opacity

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

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

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

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

This text has shadow with #BC6189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC6189.

Preview

Color preview on black background

This text has color #BC6189 on black background.


Color preview on white background

This text has color #BC6189 on white background.


Black color preview on #BC6189 background

This text has black color on #BC6189 background.


White color preview on #BC6189 background

This text has white color on #BC6189 background.


Related colors

Complementary color

Complementary color for #hex is #439E76.


I love getcolorcode.com

Triadic colors

1 #89BC61 and #6189BC with #BC6189 are triadic colors.

2 #8961BC and #61BC89 with #BC6189 are triadic colors.