#BC20E5

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

Shades of Electric Purple #BC20E5

Tints of Electric Purple #BC20E5

Color information

#BC20E5 (or 0xBC20E5) is unknown color: approx Electric Purple. HEX triplet: BC, 20 and E5. RGB value is (188,32,229). Sum of RGB (Red+Green+Blue) = 188+32+229=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC20E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20E5 is #43DF1A. Grayscale: #646464. Windows color (decimal): -4448027 or 15016124. OLE color: 15016124.

HSL color Cylindrical-coordinate representation of color #BC20E5: hue angle of 287.51º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC20E5 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18832229-
CMYK0.180.8600.10
HSL287.51º79.12%51.18%-
HSV(B)287.51º86.03%89.8%-
XYZ35.417.3875.62-
YUV101.1200.18189.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 32 (12.89% from 255) = 7.13%
BLUE value IS 229 (89.84% from 255) = 51.00%
R=41.87%
G=7.13%
B=51.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188322290.180.8600.10287.5179.1251.18
HexBC20E512560A1204f33
Octal274403452212601244011763
Binary1011110010000011100101100101010110010101001000001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20E5; }

 p { color: rgb(188,32,229); }

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

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

 a { background-color: rgb(188,32,229); }

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

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

 span { border-color: rgb(188,32,229); }

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