COLOR #BC4DBC

HEX: #BC4DBC
RGB: (188,77,188)

Color info

#BC4DBC contains mainly red and blue colors. Web safe color of #BC4DBC is #CC33CC (or #C3C).

RGB color model

#BC4DBC color RGB value is (188,77,188).

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

RGB channels and saturation

R 188 of 255 = 74%
G 77 of 255 = 30%
B 188 of 255 = 74%

188
77
188

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

Portions of RGB colors in percentages

R + G + B =
188 + 77 + 188 = 453 (100%)
R 188 of 453 ~ 41.5%
G 77 of 453 ~ 17%
B 188 of 453 ~ 41.5%

%41.5
%17
%41.5

CMYK color model

#BC4DBC color CMYK value is (0,59,0,26).

  • cyan value is 0.00%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(0,59,0,26)
C0M59Y0K26 
(0%,59%,0%,26%)
(0.00/0.59/0.00/0.26)	

CMYK percentages

%0
%59.04
%0
%26.27

Codes

Color #BC4DBC in popluar color models

BC4DBC
RGB18877188
HSL300°45.31%51.96%
HSB/HSV300°59.04%73.73%
CMYK0.00%59.04%0.00%
26.27%

Color #BC4DBC in popluar number systems.

HEXBC4DBC
Decimal18877188
Binary10111100100110110111100
Octal274115274

Shades and tints

Shades of #BC4DBC

#BC4DBC
(188,77,188)
#AB46AB
(171,70,171)
#9A3F9A
(154,63,154)
#893889
(137,56,137)
#783178
(120,49,120)
#672A67
(103,42,103)
#562356
(86,35,86)
#451C45
(69,28,69)
#341534
(52,21,52)
#230E23
(35,14,35)
#120712
(18,7,18)
#000000
(0,0,0)

Tints of #BC4DBC

#BC4DBC
(188,77,188)
#C25DC2
(194,93,194)
#C86DC8
(200,109,200)
#CE7DCE
(206,125,206)
#D48DD4
(212,141,212)
#DA9DDA
(218,157,218)
#E0ADE0
(224,173,224)
#E6BDE6
(230,189,230)
#ECCDEC
(236,205,236)
#F2DDF2
(242,221,242)
#F8EDF8
(248,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4DBC; }

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

This text font color is #BC4DBC.


Background Color

.myBgColor { background-color: #BC4DBC; }

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

This div background color is #BC4DBC.


Border color

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

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

This div border color is #BC4DBC.


Opacity

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

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

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

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

This text has shadow with #BC4DBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4DBC on black background.


Color preview on white background

This text has color #BC4DBC on white background.



Black color preview on #BC4DBC background

This text has black color on #BC4DBC background.


White color preview on #BC4DBC background

This text has white color on #BC4DBC background.