#BC1BE6

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

Shades of Electric Purple #BC1BE6

Tints of Electric Purple #BC1BE6

Color information

#BC1BE6 (or 0xBC1BE6) is unknown color: approx Electric Purple. HEX triplet: BC, 1B and E6. RGB value is (188,27,230). Sum of RGB (Red+Green+Blue) = 188+27+230=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC1BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1BE6 is #43E419. Grayscale: #616161. Windows color (decimal): -4449306 or 15080380. OLE color: 15080380.

HSL color Cylindrical-coordinate representation of color #BC1BE6: hue angle of 287.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1BE6 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18827230-
CMYK0.180.8800.10
HSL287.59º80.24%50.39%-
HSV(B)287.59º88.26%90.2%-
XYZ35.4117.1976.31-
YUV98.28202.34191.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 27 (10.94% from 255) = 6.07%
BLUE value IS 230 (90.23% from 255) = 51.69%
R=42.25%
G=6.07%
B=51.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188272300.180.8800.10287.5980.2450.39
HexBC1BE612580A1205032
Octal274333462213001244012062
Binary101111001101111100110100101011000010101001000001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1BE6; }

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

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

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

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

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

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

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

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