#BC03F6

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

Shades of Electric Purple #BC03F6

Tints of Electric Purple #BC03F6

Color information

#BC03F6 (or 0xBC03F6) is unknown color: approx Electric Purple. HEX triplet: BC, 03 and F6. RGB value is (188,3,246). Sum of RGB (Red+Green+Blue) = 188+3+246=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC03F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03F6 is #43FC09. Grayscale: #555555. Windows color (decimal): -4455434 or 16122812. OLE color: 16122812.

HSL color Cylindrical-coordinate representation of color #BC03F6: hue angle of 285.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03F6 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1883246-
CMYK0.240.9900.04
HSL285.68º97.59%48.82%-
HSV(B)285.68º98.78%96.47%-
XYZ37.4117.4188.58-
YUV86.02218.29200.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 3 (1.56% from 255) = 0.69%
BLUE value IS 246 (96.48% from 255) = 56.29%
R=43.02%
G=0.69%
B=56.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18832460.240.9900.04285.6897.5948.82
HexBC3F618630411e6231
Octal2743366301430443614261
Binary10111100111111011011000110001101001000111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC03F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC03F6; }

 p { color: rgb(188,3,246); }

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

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

 a { background-color: rgb(188,3,246); }

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

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

 span { border-color: rgb(188,3,246); }

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