#BC0FEC

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

Shades of Electric Purple #BC0FEC

Tints of Electric Purple #BC0FEC

Color information

#BC0FEC (or 0xBC0FEC) is unknown color: approx Electric Purple. HEX triplet: BC, 0F and EC. RGB value is (188,15,236). Sum of RGB (Red+Green+Blue) = 188+15+236=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FEC is #43F013. Grayscale: #5B5B5B. Windows color (decimal): -4452372 or 15470524. OLE color: 15470524.

HSL color Cylindrical-coordinate representation of color #BC0FEC: hue angle of 286.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FEC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18815236-
CMYK0.200.9400.07
HSL286.97º88.05%49.22%-
HSV(B)286.97º93.64%92.55%-
XYZ36.0517.0980.76-
YUV91.92209.31196.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 15 (6.25% from 255) = 3.42%
BLUE value IS 236 (92.58% from 255) = 53.76%
R=42.82%
G=3.42%
B=53.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188152360.200.9400.07286.9788.0549.22
HexBCFEC145E0711f5831
Octal27417354241360743713061
Binary1011110011111110110010100101111001111000111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0FEC; }

 p { color: rgb(188,15,236); }

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

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

 a { background-color: rgb(188,15,236); }

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

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

 span { border-color: rgb(188,15,236); }

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