COLOR #BC01EA

HEX: #BC01EA
RGB: (188,1,234)

Color info

#BC01EA contains mainly red and blue colors. Web safe color of #BC01EA is #CC00FF (or #C0F).

RGB color model

#BC01EA color RGB value is (188,1,234).

  • red value is 188;
  • green value is 1;
  • blue value is 234.
RGB:
(188,1,234)
(74%,0%,92%)

RGB channels and saturation

R 188 of 255 = 74%
G 1 of 255 = 0%
B 234 of 255 = 92%

188
1
234

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

Portions of RGB colors in percentages

R + G + B =
188 + 1 + 234 = 423 (100%)
R 188 of 423 ~ 44.44%
G 1 of 423 ~ 0.24%
B 234 of 423 ~ 55.32%

%44.44
%55.32

CMYK color model

#BC01EA color CMYK value is (20,100,0,8).

  • cyan value is 19.66%
  • magenta value is 99.57%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,100,0,8)
C20M100Y0K8 
(20%,100%,0%,8%)
(0.20/1.00/0.00/0.08)	

CMYK percentages

%19.66
%99.57
%0
%8.24

Codes

Color #BC01EA in popluar color models

BC01EA
RGB1881234
HSL288°99.15%46.08%
HSB/HSV288°99.57%91.76%
CMYK19.66%99.57%0.00%
8.24%

Color #BC01EA in popluar number systems.

HEXBC01EA
Decimal1881234
Binary10111100111101010
Octal2741352

Shades and tints

Shades of #BC01EA

#BC01EA
(188,1,234)
#AB01D5
(171,1,213)
#9A01C0
(154,1,192)
#8901AB
(137,1,171)
#780196
(120,1,150)
#670181
(103,1,129)
#56016C
(86,1,108)
#450157
(69,1,87)
#340142
(52,1,66)
#23012D
(35,1,45)
#120118
(18,1,24)
#000000
(0,0,0)

Tints of #BC01EA

#BC01EA
(188,1,234)
#C218EB
(194,24,235)
#C82FEC
(200,47,236)
#CE46ED
(206,70,237)
#D45DEE
(212,93,238)
#DA74EF
(218,116,239)
#E08BF0
(224,139,240)
#E6A2F1
(230,162,241)
#ECB9F2
(236,185,242)
#F2D0F3
(242,208,243)
#F8E7F4
(248,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC01EA; }

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

This text font color is #BC01EA.


Background Color

.myBgColor { background-color: #BC01EA; }

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

This div background color is #BC01EA.


Border color

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

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

This div border color is #BC01EA.


Opacity

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

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

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

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

This text has shadow with #BC01EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC01EA on black background.


Color preview on white background

This text has color #BC01EA on white background.



Black color preview on #BC01EA background

This text has black color on #BC01EA background.


White color preview on #BC01EA background

This text has white color on #BC01EA background.