#BC1EFF

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

Shades of Electric Purple #BC1EFF

Tints of Electric Purple #BC1EFF

Color information

#BC1EFF (or 0xBC1EFF) is unknown color: approx Electric Purple. HEX triplet: BC, 1E and FF. RGB value is (188,30,255). Sum of RGB (Red+Green+Blue) = 188+30+255=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC1EFF is #43E100. Grayscale: #666666. Windows color (decimal): -4448513 or 16719548. OLE color: 16719548.

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

Color convert

RGB18830255-
CMYK0.260.8800
HSL282.13º100%55.88%-
HSV(B)282.13º88.24%100%-
XYZ39.2518.8496.18-
YUV102.89213.85188.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 30 (12.11% from 255) = 6.34%
BLUE value IS 255 (100% from 255) = 53.91%
R=39.75%
G=6.34%
B=53.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188302550.260.8800282.1310055.88
HexBC1EFF1A580011a6438
Octal27436377321300043214470
Binary101111001111011111111110101011000001000110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1EFF; }

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

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

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

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

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

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

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

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