COLOR #BC5295

HEX: #BC5295 RGB: (188,82,149)

Color info

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

RGB color model

#BC5295 color RGB value is (188,82,149).

RGB: (188,82,149) (74%, 32%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 82 of 255 = 32%
B 149 of 255 = 58%

188
82
149

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

Portions of RGB colors in percentages

R + G + B = 188 + 82 + 149 = 419 (100%)
R 188 of 419 ~ 44.87%
G 82 of 419 ~ 19.57%
B 149 of 419 ~ 35.56'%

%44.87
%19.57
%35.56

CMYK color model

#BC5295 color CMYK value is (0,56,21,26).

  • cyan value is 0.00%
  • magenta value is 56.38%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (0,56,21,26) C0M56Y21K26 (0%,56%,21%,26%) (0.00/0.56/0.21/0.26) 

CMYK percentages

%0
%56.38
%20.74
%26.27

Codes

Color #BC5295 in popluar color models

BC 52 95
RGB 188 82 149
HSL 322° 44.17% 52.94%
HSB/HSV 322° 56.38% 73.73%
CMYK 0.00% 56.38% 20.74%
26.27%

Color #BC5295 in popluar number systems.

HEX BC 52 95
Decimal 188 82 149
Binary 10111100 1010010 10010101
Octal 274 122 225

Shades and tints

Shades of #BC5295

#BC5295
(188,82,149)
#AB4B88
(171,75,136)
#9A447B
(154,68,123)
#893D6E
(137,61,110)
#783661
(120,54,97)
#672F54
(103,47,84)
#562847
(86,40,71)
#45213A
(69,33,58)
#341A2D
(52,26,45)
#231320
(35,19,32)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #BC5295

#BC5295
(188,82,149)
#C2619E
(194,97,158)
#C870A7
(200,112,167)
#CE7FB0
(206,127,176)
#D48EB9
(212,142,185)
#DA9DC2
(218,157,194)
#E0ACCB
(224,172,203)
#E6BBD4
(230,187,212)
#ECCADD
(236,202,221)
#F2D9E6
(242,217,230)
#F8E8EF
(248,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5295; }

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

This text font color is #BC5295.

Background Color

.myBgColor { background-color: #BC5295; }

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

This div background color is #BC5295.

Border color

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

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

This div border color is #BC5295.

Opacity

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

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

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

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

This text has shadow with #BC5295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC5295.

Preview

Color preview on black background

This text has color #BC5295 on black background.


Color preview on white background

This text has color #BC5295 on white background.


Black color preview on #BC5295 background

This text has black color on #BC5295 background.


White color preview on #BC5295 background

This text has white color on #BC5295 background.


Related colors

Complementary color

Complementary color for #hex is #43AD6A.


I love getcolorcode.com

Triadic colors

1 #95BC52 and #5295BC with #BC5295 are triadic colors.

2 #9552BC and #52BC95 with #BC5295 are triadic colors.