COLOR #BC7395

HEX: #BC7395 RGB: (188,115,149)

Color info

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

RGB color model

#BC7395 color RGB value is (188,115,149).

RGB: (188,115,149) (74%, 45%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 149 of 255 = 58%

188
115
149

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 149 = 452 (100%)
R 188 of 452 ~ 41.59%
G 115 of 452 ~ 25.44%
B 149 of 452 ~ 32.96'%

%41.59
%25.44
%32.96

CMYK color model

#BC7395 color CMYK value is (0,39,21,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (0,39,21,26) C0M39Y21K26 (0%,39%,21%,26%) (0.00/0.39/0.21/0.26) 

CMYK percentages

%0
%38.83
%20.74
%26.27

Codes

Color #BC7395 in popluar color models

BC 73 95
RGB 188 115 149
HSL 332° 35.27% 59.41%
HSB/HSV 332° 38.83% 73.73%
CMYK 0.00% 38.83% 20.74%
26.27%

Color #BC7395 in popluar number systems.

HEX BC 73 95
Decimal 188 115 149
Binary 10111100 1110011 10010101
Octal 274 163 225

Shades and tints

Shades of #BC7395

#BC7395
(188,115,149)
#AB6988
(171,105,136)
#9A5F7B
(154,95,123)
#89556E
(137,85,110)
#784B61
(120,75,97)
#674154
(103,65,84)
#563747
(86,55,71)
#452D3A
(69,45,58)
#34232D
(52,35,45)
#231920
(35,25,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC7395

#BC7395
(188,115,149)
#C27F9E
(194,127,158)
#C88BA7
(200,139,167)
#CE97B0
(206,151,176)
#D4A3B9
(212,163,185)
#DAAFC2
(218,175,194)
#E0BBCB
(224,187,203)
#E6C7D4
(230,199,212)
#ECD3DD
(236,211,221)
#F2DFE6
(242,223,230)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7395 color. Also use rgb(188,115,149) instead hex code.

Text Font Color

.myTextColor { color: #BC7395; }

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

This text font color is #BC7395.

Background Color

.myBgColor { background-color: #BC7395; }

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

This div background color is #BC7395.

Border color

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

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

This div border color is #BC7395.

Opacity

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

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

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

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

This text has shadow with #BC7395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7395.

Preview

Color preview on black background

This text has color #BC7395 on black background.


Color preview on white background

This text has color #BC7395 on white background.


Black color preview on #BC7395 background

This text has black color on #BC7395 background.


White color preview on #BC7395 background

This text has white color on #BC7395 background.


Related colors

Complementary color

Complementary color for #hex is #438C6A.


I love getcolorcode.com

Triadic colors

1 #95BC73 and #7395BC with #BC7395 are triadic colors.

2 #9573BC and #73BC95 with #BC7395 are triadic colors.