#BC0CF5

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

Shades of Electric Purple #BC0CF5

Tints of Electric Purple #BC0CF5

Color information

#BC0CF5 (or 0xBC0CF5) is unknown color: approx Electric Purple. HEX triplet: BC, 0C and F5. RGB value is (188,12,245). Sum of RGB (Red+Green+Blue) = 188+12+245=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC0CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0CF5 is #43F30A. Grayscale: #5A5A5A. Windows color (decimal): -4453131 or 16059580. OLE color: 16059580.

HSL color Cylindrical-coordinate representation of color #BC0CF5: hue angle of 285.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0CF5 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18812245-
CMYK0.230.9500.04
HSL285.32º92.09%50.39%-
HSV(B)285.32º95.1%96.08%-
XYZ37.3517.5587.8-
YUV91.19214.81197.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 12 (5.08% from 255) = 2.70%
BLUE value IS 245 (96.09% from 255) = 55.06%
R=42.25%
G=2.70%
B=55.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188122450.230.9500.04285.3292.0950.39
HexBCCF5175F0411d5c32
Octal27414365271370443513462
Binary1011110011001111010110111101111101001000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0CF5; }

 p { color: rgb(188,12,245); }

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

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

 a { background-color: rgb(188,12,245); }

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

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

 span { border-color: rgb(188,12,245); }

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