#BC20ED

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

Shades of Electric Purple #BC20ED

Tints of Electric Purple #BC20ED

Color information

#BC20ED (or 0xBC20ED) is unknown color: approx Electric Purple. HEX triplet: BC, 20 and ED. RGB value is (188,32,237). Sum of RGB (Red+Green+Blue) = 188+32+237=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20ED is #43DF12. Grayscale: #656565. Windows color (decimal): -4448019 or 15540412. OLE color: 15540412.

HSL color Cylindrical-coordinate representation of color #BC20ED: hue angle of 285.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC20ED is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18832237-
CMYK0.210.8600.07
HSL285.66º85.06%52.75%-
HSV(B)285.66º86.5%92.94%-
XYZ36.5417.8481.64-
YUV102.01204.18189.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 32 (12.89% from 255) = 7.00%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=41.14%
G=7.00%
B=51.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188322370.210.8600.07285.6685.0652.75
HexBC20ED15560711e5535
Octal27440355251260743612565
Binary101111001000001110110110101101011001111000111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20ED; }

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

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

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

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

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

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

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

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