#BC2EF0

Color #BC2EF0 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BC2EF0

Tints of Electric Purple #BC2EF0

Color information

#BC2EF0 (or 0xBC2EF0) is unknown color: approx Electric Purple. HEX triplet: BC, 2E and F0. RGB value is (188,46,240). Sum of RGB (Red+Green+Blue) = 188+46+240=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EF0 is #43D10F. Grayscale: #6D6D6D. Windows color (decimal): -4444432 or 15740604. OLE color: 15740604.

HSL color Cylindrical-coordinate representation of color #BC2EF0: hue angle of 283.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2EF0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18846240-
CMYK0.220.8100.06
HSL283.92º86.61%56.08%-
HSV(B)283.92º80.83%94.12%-
XYZ37.4418.9484.12-
YUV110.57201.04183.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 46 (18.36% from 255) = 9.70%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=39.66%
G=9.70%
B=50.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188462400.220.8100.06283.9286.6156.08
HexBC2EF016510611c5738
Octal27456360261210643412770
Binary101111001011101111000010110101000101101000111001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2EF0; }

 p { color: rgb(188,46,240); }

 H1.HeaderClassName
 {
   color: #BC2EF0;
 }
 .AnyTagClassName
 {
   color: #BC2EF0;
 }
</style>
background-color css

<style>
 a { background-color: #BC2EF0; }

 a { background-color: rgb(188,46,240); }

 div.DivClassName
 {
   background-color: #BC2EF0;
 }
 .BgClassName
 {
   background-color: #BC2EF0;
 }
</style>
border-color css

<style>
 span { border-color: #BC2EF0; }

 span { border-color: rgb(188,46,240); }

 td.TdClassName
 {
   border-color: #BC2EF0;
 }
 .TagClassName
 {
   border-color: #BC2EF0;
 }
</style>