COLOR #BC33E7

HEX: #BC33E7
RGB: (188,51,231)

Color info

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

RGB color model

#BC33E7 color RGB value is (188,51,231).

  • red value is 188;
  • green value is 51;
  • blue value is 231.
RGB:
(188,51,231)
(74%,20%,91%)

RGB channels and saturation

R 188 of 255 = 74%
G 51 of 255 = 20%
B 231 of 255 = 91%

188
51
231

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

Portions of RGB colors in percentages

R + G + B =
188 + 51 + 231 = 470 (100%)
R 188 of 470 ~ 40%
G 51 of 470 ~ 10.85%
B 231 of 470 ~ 49.15%

%40
%10.85
%49.15

CMYK color model

#BC33E7 color CMYK value is (19,78,0,9).

  • cyan value is 18.61%
  • magenta value is 77.92%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(19,78,0,9)
C19M78Y0K9 
(19%,78%,0%,9%)
(0.19/0.78/0.00/0.09)	

CMYK percentages

%18.61
%77.92
%0
%9.41

Codes

Color #BC33E7 in popluar color models

BC33E7
RGB18851231
HSL286°78.95%55.29%
HSB/HSV286°77.92%90.59%
CMYK18.61%77.92%0.00%
9.41%

Color #BC33E7 in popluar number systems.

HEXBC33E7
Decimal18851231
Binary1011110011001111100111
Octal27463347

Shades and tints

Shades of #BC33E7

#BC33E7
(188,51,231)
#AB2FD2
(171,47,210)
#9A2BBD
(154,43,189)
#8927A8
(137,39,168)
#782393
(120,35,147)
#671F7E
(103,31,126)
#561B69
(86,27,105)
#451754
(69,23,84)
#34133F
(52,19,63)
#230F2A
(35,15,42)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #BC33E7

#BC33E7
(188,51,231)
#C245E9
(194,69,233)
#C857EB
(200,87,235)
#CE69ED
(206,105,237)
#D47BEF
(212,123,239)
#DA8DF1
(218,141,241)
#E09FF3
(224,159,243)
#E6B1F5
(230,177,245)
#ECC3F7
(236,195,247)
#F2D5F9
(242,213,249)
#F8E7FB
(248,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC33E7; }

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

This text font color is #BC33E7.


Background Color

.myBgColor { background-color: #BC33E7; }

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

This div background color is #BC33E7.


Border color

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

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

This div border color is #BC33E7.


Opacity

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

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

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

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

This text has shadow with #BC33E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC33E7 on black background.


Color preview on white background

This text has color #BC33E7 on white background.



Black color preview on #BC33E7 background

This text has black color on #BC33E7 background.


White color preview on #BC33E7 background

This text has white color on #BC33E7 background.