#BC2EFF

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

Shades of Electric Purple #BC2EFF

Tints of Electric Purple #BC2EFF

Color information

#BC2EFF (or 0xBC2EFF) is unknown color: approx Electric Purple. HEX triplet: BC, 2E and FF. RGB value is (188,46,255). Sum of RGB (Red+Green+Blue) = 188+46+255=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2EFF is #43D100. Grayscale: #6F6F6F. Windows color (decimal): -4444417 or 16723644. OLE color: 16723644.

HSL color Cylindrical-coordinate representation of color #BC2EFF: hue angle of 280.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2EFF is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18846255-
CMYK0.260.8200
HSL280.77º100%59.02%-
HSV(B)280.77º81.96%100%-
XYZ39.7719.8796.35-
YUV112.28208.54182.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 46 (18.36% from 255) = 9.41%
BLUE value IS 255 (100% from 255) = 52.15%
R=38.45%
G=9.41%
B=52.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188462550.260.8200280.7710059.02
HexBC2EFF1A5200119643b
Octal27456377321220043114473
Binary1011110010111011111111110101010010001000110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2EFF; }

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

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

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

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

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

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

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

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