COLOR #BC4CEE

HEX: #BC4CEE
RGB: (188,76,238)

Color info

#BC4CEE contains mainly red and blue colors. Web safe color of #BC4CEE is #CC33FF (or #C3F).

RGB color model

#BC4CEE color RGB value is (188,76,238).

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

RGB channels and saturation

R 188 of 255 = 74%
G 76 of 255 = 30%
B 238 of 255 = 93%

188
76
238

R + G + B ~ 66%. #BC4CEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 76 + 238 = 502 (100%)
R 188 of 502 ~ 37.45%
G 76 of 502 ~ 15.14%
B 238 of 502 ~ 47.41%

%37.45
%15.14
%47.41

CMYK color model

#BC4CEE color CMYK value is (21,68,0,7).

  • cyan value is 21.01%
  • magenta value is 68.07%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(21,68,0,7)
C21M68Y0K7 
(21%,68%,0%,7%)
(0.21/0.68/0.00/0.07)	

CMYK percentages

%21.01
%68.07
%0
%6.67

Codes

Color #BC4CEE in popluar color models

BC4CEE
RGB18876238
HSL281°82.65%61.57%
HSB/HSV281°68.07%93.33%
CMYK21.01%68.07%0.00%
6.67%

Color #BC4CEE in popluar number systems.

HEXBC4CEE
Decimal18876238
Binary10111100100110011101110
Octal274114356

Shades and tints

Shades of #BC4CEE

#BC4CEE
(188,76,238)
#AB46D9
(171,70,217)
#9A40C4
(154,64,196)
#893AAF
(137,58,175)
#78349A
(120,52,154)
#672E85
(103,46,133)
#562870
(86,40,112)
#45225B
(69,34,91)
#341C46
(52,28,70)
#231631
(35,22,49)
#12101C
(18,16,28)
#000000
(0,0,0)

Tints of #BC4CEE

#BC4CEE
(188,76,238)
#C25CEF
(194,92,239)
#C86CF0
(200,108,240)
#CE7CF1
(206,124,241)
#D48CF2
(212,140,242)
#DA9CF3
(218,156,243)
#E0ACF4
(224,172,244)
#E6BCF5
(230,188,245)
#ECCCF6
(236,204,246)
#F2DCF7
(242,220,247)
#F8ECF8
(248,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4CEE; }

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

This text font color is #BC4CEE.


Background Color

.myBgColor { background-color: #BC4CEE; }

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

This div background color is #BC4CEE.


Border color

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

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

This div border color is #BC4CEE.


Opacity

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

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

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

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

This text has shadow with #BC4CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4CEE on black background.


Color preview on white background

This text has color #BC4CEE on white background.



Black color preview on #BC4CEE background

This text has black color on #BC4CEE background.


White color preview on #BC4CEE background

This text has white color on #BC4CEE background.