#BC20F8

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

Shades of Electric Purple #BC20F8

Tints of Electric Purple #BC20F8

Color information

#BC20F8 (or 0xBC20F8) is unknown color: approx Electric Purple. HEX triplet: BC, 20 and F8. RGB value is (188,32,248). Sum of RGB (Red+Green+Blue) = 188+32+248=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC20F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20F8 is #43DF07. Grayscale: #666666. Windows color (decimal): -4448008 or 16261308. OLE color: 16261308.

HSL color Cylindrical-coordinate representation of color #BC20F8: hue angle of 283.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20F8 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18832248-
CMYK0.240.8700.03
HSL283.33º93.91%54.9%-
HSV(B)283.33º87.1%97.25%-
XYZ38.218.590.36-
YUV103.27209.68188.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 32 (12.89% from 255) = 6.84%
BLUE value IS 248 (97.27% from 255) = 52.99%
R=40.17%
G=6.84%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188322480.240.8700.03283.3393.9154.9
HexBC20F818570311b5e37
Octal27440370301270343313667
Binary10111100100000111110001100010101110111000110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20F8; }

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

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

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

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

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

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

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

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