#BC20F1

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

Shades of Electric Purple #BC20F1

Tints of Electric Purple #BC20F1

Color information

#BC20F1 (or 0xBC20F1) is unknown color: approx Electric Purple. HEX triplet: BC, 20 and F1. RGB value is (188,32,241). Sum of RGB (Red+Green+Blue) = 188+32+241=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC20F1 is #43DF0E. Grayscale: #656565. Windows color (decimal): -4448015 or 15802556. OLE color: 15802556.

HSL color Cylindrical-coordinate representation of color #BC20F1: hue angle of 284.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC20F1 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18832241-
CMYK0.220.8700.05
HSL284.78º88.19%53.53%-
HSV(B)284.78º86.72%94.51%-
XYZ37.1318.0884.75-
YUV102.47206.18189.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 32 (12.89% from 255) = 6.94%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=40.78%
G=6.94%
B=52.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal188322410.220.8700.05284.7888.1953.53
HexBC20F116570511d5836
Octal27440361261270543513066
Binary101111001000001111000110110101011101011000111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC20F1; }

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

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

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

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

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

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

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

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