COLOR #BC5FBC

HEX: #BC5FBC
RGB: (188,95,188)

Color info

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

RGB color model

#BC5FBC color RGB value is (188,95,188).

  • red value is 188;
  • green value is 95;
  • blue value is 188.
RGB:
(188,95,188)
(74%,37%,74%)

RGB channels and saturation

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

188
95
188

R + G + B ~ 62%. #BC5FBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 95 + 188 = 471 (100%)
R 188 of 471 ~ 39.92%
G 95 of 471 ~ 20.17%
B 188 of 471 ~ 39.92%

%39.92
%20.17
%39.92

CMYK color model

#BC5FBC color CMYK value is (0,49,0,26).

  • cyan value is 0.00%
  • magenta value is 49.47%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(0,49,0,26)
C0M49Y0K26 
(0%,49%,0%,26%)
(0.00/0.49/0.00/0.26)	

CMYK percentages

%0
%49.47
%0
%26.27

Codes

Color #BC5FBC in popluar color models

BC5FBC
RGB18895188
HSL300°40.97%55.49%
HSB/HSV300°49.47%73.73%
CMYK0.00%49.47%0.00%
26.27%

Color #BC5FBC in popluar number systems.

HEXBC5FBC
Decimal18895188
Binary10111100101111110111100
Octal274137274

Shades and tints

Shades of #BC5FBC

#BC5FBC
(188,95,188)
#AB57AB
(171,87,171)
#9A4F9A
(154,79,154)
#894789
(137,71,137)
#783F78
(120,63,120)
#673767
(103,55,103)
#562F56
(86,47,86)
#452745
(69,39,69)
#341F34
(52,31,52)
#231723
(35,23,35)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #BC5FBC

#BC5FBC
(188,95,188)
#C26DC2
(194,109,194)
#C87BC8
(200,123,200)
#CE89CE
(206,137,206)
#D497D4
(212,151,212)
#DAA5DA
(218,165,218)
#E0B3E0
(224,179,224)
#E6C1E6
(230,193,230)
#ECCFEC
(236,207,236)
#F2DDF2
(242,221,242)
#F8EBF8
(248,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5FBC; }

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

This text font color is #BC5FBC.


Background Color

.myBgColor { background-color: #BC5FBC; }

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

This div background color is #BC5FBC.


Border color

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

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

This div border color is #BC5FBC.


Opacity

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

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

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

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

This text has shadow with #BC5FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5FBC on black background.


Color preview on white background

This text has color #BC5FBC on white background.



Black color preview on #BC5FBC background

This text has black color on #BC5FBC background.


White color preview on #BC5FBC background

This text has white color on #BC5FBC background.