COLOR #BC53A6

HEX: #BC53A6 RGB: (188,83,166)

Color info

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

RGB color model

#BC53A6 color RGB value is (188,83,166).

RGB: (188,83,166) (74%, 33%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 83 of 255 = 33%
B 166 of 255 = 65%

188
83
166

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

Portions of RGB colors in percentages

R + G + B = 188 + 83 + 166 = 437 (100%)
R 188 of 437 ~ 43.02%
G 83 of 437 ~ 18.99%
B 166 of 437 ~ 37.99'%

%43.02
%18.99
%37.99

CMYK color model

#BC53A6 color CMYK value is (0,56,12,26).

  • cyan value is 0.00%
  • magenta value is 55.85%
  • yellow value is 11.70%
  • key color value is 26.27%
CMYK: (0,56,12,26) C0M56Y12K26 (0%,56%,12%,26%) (0.00/0.56/0.12/0.26) 

CMYK percentages

%0
%55.85
%11.7
%26.27

Codes

Color #BC53A6 in popluar color models

BC 53 A6
RGB 188 83 166
HSL 313° 43.93% 53.14%
HSB/HSV 313° 55.85% 73.73%
CMYK 0.00% 55.85% 11.70%
26.27%

Color #BC53A6 in popluar number systems.

HEX BC 53 A6
Decimal 188 83 166
Binary 10111100 1010011 10100110
Octal 274 123 246

Shades and tints

Shades of #BC53A6

#BC53A6
(188,83,166)
#AB4C97
(171,76,151)
#9A4588
(154,69,136)
#893E79
(137,62,121)
#78376A
(120,55,106)
#67305B
(103,48,91)
#56294C
(86,41,76)
#45223D
(69,34,61)
#341B2E
(52,27,46)
#23141F
(35,20,31)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #BC53A6

#BC53A6
(188,83,166)
#C262AE
(194,98,174)
#C871B6
(200,113,182)
#CE80BE
(206,128,190)
#D48FC6
(212,143,198)
#DA9ECE
(218,158,206)
#E0ADD6
(224,173,214)
#E6BCDE
(230,188,222)
#ECCBE6
(236,203,230)
#F2DAEE
(242,218,238)
#F8E9F6
(248,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC53A6 color. Also use rgb(188,83,166) instead hex code.

Text Font Color

.myTextColor { color: #BC53A6; }

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

This text font color is #BC53A6.

Background Color

.myBgColor { background-color: #BC53A6; }

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

This div background color is #BC53A6.

Border color

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

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

This div border color is #BC53A6.

Opacity

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

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

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

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

This text has shadow with #BC53A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC53A6.

Preview

Color preview on black background

This text has color #BC53A6 on black background.


Color preview on white background

This text has color #BC53A6 on white background.


Black color preview on #BC53A6 background

This text has black color on #BC53A6 background.


White color preview on #BC53A6 background

This text has white color on #BC53A6 background.


Related colors

Complementary color

Complementary color for #hex is #43AC59.


I love getcolorcode.com

Triadic colors

1 #A6BC53 and #53A6BC with #BC53A6 are triadic colors.

2 #A653BC and #53BCA6 with #BC53A6 are triadic colors.