COLOR #BC5FCC

HEX: #BC5FCC RGB: (188,95,204)

Color info

#BC5FCC contains mainly red and blue colors. Web safe color of #BC5FCC is #CC66CC (or #C6C).

RGB color model

#BC5FCC color RGB value is (188,95,204).

RGB: (188,95,204) (74%, 37%, 80%)

RGB channels and saturation

R 188 of 255 = 74%
G 95 of 255 = 37%
B 204 of 255 = 80%

188
95
204

R + G + B ~ 64%. #BC5FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 95 + 204 = 487 (100%)
R 188 of 487 ~ 38.6%
G 95 of 487 ~ 19.51%
B 204 of 487 ~ 41.89'%

%38.6
%19.51
%41.89

CMYK color model

#BC5FCC color CMYK value is (8,53,0,20).

  • cyan value is 7.84%
  • magenta value is 53.43%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (8,53,0,20)
C8M53Y0K20 (8%, 53%, 0%, 20%)
(0.08 / 0.53 / 0.00 / 0.20)

CMYK percentages

%7.84
%53.43
%0
%20

Codes

Color #BC5FCC in popluar color models

BC 5F CC
RGB 188 95 204
HSL 291° 51.66% 58.63%
HSB/HSV 291° 53.43% 80.00%
CMYK 7.84% 53.43% 0.00%
20.00%

Color #BC5FCC in popluar number systems.

HEX BC 5F CC
Decimal 188 95 204
Binary 10111100 1011111 11001100
Octal 274 137 314

Shades and tints

Shades of #BC5FCC

#BC5FCC
(188,95,204)
#AB57BA
(171,87,186)
#9A4FA8
(154,79,168)
#894796
(137,71,150)
#783F84
(120,63,132)
#673772
(103,55,114)
#562F60
(86,47,96)
#45274E
(69,39,78)
#341F3C
(52,31,60)
#23172A
(35,23,42)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #BC5FCC

#BC5FCC
(188,95,204)
#C26DD0
(194,109,208)
#C87BD4
(200,123,212)
#CE89D8
(206,137,216)
#D497DC
(212,151,220)
#DAA5E0
(218,165,224)
#E0B3E4
(224,179,228)
#E6C1E8
(230,193,232)
#ECCFEC
(236,207,236)
#F2DDF0
(242,221,240)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5FCC color. Also use rgb(188,95,204) instead hex code.

Text Font Color

.myTextColor { color: #BC5FCC; }

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

This text font color is #BC5FCC.

Background Color

.myBgColor { background-color: #BC5FCC; }

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

This div background color is #BC5FCC.

Border color

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

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

This div border color is #BC5FCC.

Opacity

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

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

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

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

This text has shadow with #BC5FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC5FCC.

Preview

Color preview on black background

This text has color #BC5FCC on black background.


Color preview on white background

This text has color #BC5FCC on white background.


Black color preview on #BC5FCC background

This text has black color on #BC5FCC background.


White color preview on #BC5FCC background

This text has white color on #BC5FCC background.


Related colors

Complementary color

Complementary color for #hex is #43A033.


I love getcolorcode.com

Triadic colors

1 #CCBC5F and #5FCCBC with #BC5FCC are triadic colors.

2 #CC5FBC and #5FBCCC with #BC5FCC are triadic colors.