COLOR #BC74A5

HEX: #BC74A5 RGB: (188,116,165)

Color info

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

RGB color model

#BC74A5 color RGB value is (188,116,165).

RGB: (188,116,165) (74%, 45%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 116 of 255 = 45%
B 165 of 255 = 65%

188
116
165

R + G + B ~ 61%. #BC74A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 116 + 165 = 469 (100%)
R 188 of 469 ~ 40.09%
G 116 of 469 ~ 24.73%
B 165 of 469 ~ 35.18'%

%40.09
%24.73
%35.18

CMYK color model

#BC74A5 color CMYK value is (0,38,12,26).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 12.23%
  • key color value is 26.27%

CMYK: (0,38,12,26)
C0M38Y12K26 (0%, 38%, 12%, 26%)
(0.00 / 0.38 / 0.12 / 0.26)

CMYK percentages

%0
%38.3
%12.23
%26.27

Codes

Color #BC74A5 in popluar color models

BC 74 A5
RGB 188 116 165
HSL 319° 34.95% 59.61%
HSB/HSV 319° 38.30% 73.73%
CMYK 0.00% 38.30% 12.23%
26.27%

Color #BC74A5 in popluar number systems.

HEX BC 74 A5
Decimal 188 116 165
Binary 10111100 1110100 10100101
Octal 274 164 245

Shades and tints

Shades of #BC74A5

#BC74A5
(188,116,165)
#AB6A96
(171,106,150)
#9A6087
(154,96,135)
#895678
(137,86,120)
#784C69
(120,76,105)
#67425A
(103,66,90)
#56384B
(86,56,75)
#452E3C
(69,46,60)
#34242D
(52,36,45)
#231A1E
(35,26,30)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #BC74A5

#BC74A5
(188,116,165)
#C280AD
(194,128,173)
#C88CB5
(200,140,181)
#CE98BD
(206,152,189)
#D4A4C5
(212,164,197)
#DAB0CD
(218,176,205)
#E0BCD5
(224,188,213)
#E6C8DD
(230,200,221)
#ECD4E5
(236,212,229)
#F2E0ED
(242,224,237)
#F8ECF5
(248,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC74A5 color. Also use rgb(188,116,165) instead hex code.

Text Font Color

.myTextColor { color: #BC74A5; }

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

This text font color is #BC74A5.

Background Color

.myBgColor { background-color: #BC74A5; }

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

This div background color is #BC74A5.

Border color

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

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

This div border color is #BC74A5.

Opacity

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

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

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

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

This text has shadow with #BC74A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC74A5.

Preview

Color preview on black background

This text has color #BC74A5 on black background.


Color preview on white background

This text has color #BC74A5 on white background.


Black color preview on #BC74A5 background

This text has black color on #BC74A5 background.


White color preview on #BC74A5 background

This text has white color on #BC74A5 background.


Related colors

Complementary color

Complementary color for #hex is #438B5A.


I love getcolorcode.com

Triadic colors

1 #A5BC74 and #74A5BC with #BC74A5 are triadic colors.

2 #A574BC and #74BCA5 with #BC74A5 are triadic colors.