COLOR #BC5BAA

HEX: #BC5BAA RGB: (188,91,170)

Color info

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

RGB color model

#BC5BAA color RGB value is (188,91,170).

RGB: (188,91,170) (74%, 36%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 91 of 255 = 36%
B 170 of 255 = 67%

188
91
170

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

Portions of RGB colors in percentages

R + G + B = 188 + 91 + 170 = 449 (100%)
R 188 of 449 ~ 41.87%
G 91 of 449 ~ 20.27%
B 170 of 449 ~ 37.86'%

%41.87
%20.27
%37.86

CMYK color model

#BC5BAA color CMYK value is (0,52,10,26).

  • cyan value is 0.00%
  • magenta value is 51.60%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK: (0,52,10,26) C0M52Y10K26 (0%,52%,10%,26%) (0.00/0.52/0.10/0.26) 

CMYK percentages

%0
%51.6
%9.57
%26.27

Codes

Color #BC5BAA in popluar color models

BC 5B AA
RGB 188 91 170
HSL 311° 41.99% 54.71%
HSB/HSV 311° 51.60% 73.73%
CMYK 0.00% 51.60% 9.57%
26.27%

Color #BC5BAA in popluar number systems.

HEX BC 5B AA
Decimal 188 91 170
Binary 10111100 1011011 10101010
Octal 274 133 252

Shades and tints

Shades of #BC5BAA

#BC5BAA
(188,91,170)
#AB539B
(171,83,155)
#9A4B8C
(154,75,140)
#89437D
(137,67,125)
#783B6E
(120,59,110)
#67335F
(103,51,95)
#562B50
(86,43,80)
#452341
(69,35,65)
#341B32
(52,27,50)
#231323
(35,19,35)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #BC5BAA

#BC5BAA
(188,91,170)
#C269B1
(194,105,177)
#C877B8
(200,119,184)
#CE85BF
(206,133,191)
#D493C6
(212,147,198)
#DAA1CD
(218,161,205)
#E0AFD4
(224,175,212)
#E6BDDB
(230,189,219)
#ECCBE2
(236,203,226)
#F2D9E9
(242,217,233)
#F8E7F0
(248,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5BAA color. Also use rgb(188,91,170) instead hex code.

Text Font Color

.myTextColor { color: #BC5BAA; }

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

This text font color is #BC5BAA.

Background Color

.myBgColor { background-color: #BC5BAA; }

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

This div background color is #BC5BAA.

Border color

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

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

This div border color is #BC5BAA.

Opacity

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

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

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

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

This text has shadow with #BC5BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC5BAA.

Preview

Color preview on black background

This text has color #BC5BAA on black background.


Color preview on white background

This text has color #BC5BAA on white background.


Black color preview on #BC5BAA background

This text has black color on #BC5BAA background.


White color preview on #BC5BAA background

This text has white color on #BC5BAA background.


Related colors

Complementary color

Complementary color for #hex is #43A455.


I love getcolorcode.com

Triadic colors

1 #AABC5B and #5BAABC with #BC5BAA are triadic colors.

2 #AA5BBC and #5BBCAA with #BC5BAA are triadic colors.