#BC01E6

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

Shades of Electric Purple #BC01E6

Tints of Electric Purple #BC01E6

Color information

#BC01E6 (or 0xBC01E6) is unknown color: approx Electric Purple. HEX triplet: BC, 01 and E6. RGB value is (188,1,230). Sum of RGB (Red+Green+Blue) = 188+1+230=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 230 (90.23% from 255 or 54.89% from 419); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC01E6 is #43FE19. Grayscale: #525252. Windows color (decimal): -4455962 or 15073724. OLE color: 15073724.

HSL color Cylindrical-coordinate representation of color #BC01E6: hue angle of 289º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC01E6 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1881230-
CMYK0.181.0000.10
HSL289º99.13%45.29%-
HSV(B)289º99.57%90.2%-
XYZ35.0316.4376.19-
YUV83.02210.95202.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 230 (90.23% from 255) = 54.89%
R=44.87%
G=0.24%
B=54.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18812300.181.0000.1028999.1345.29
HexBC1E612640A121632d
Octal27413462214401244114355
Binary10111100111100110100101100100010101001000011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC01E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC01E6; }

 p { color: rgb(188,1,230); }

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

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

 a { background-color: rgb(188,1,230); }

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

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

 span { border-color: rgb(188,1,230); }

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