#BC00F3

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

Shades of Electric Purple #BC00F3

Tints of Electric Purple #BC00F3

Color information

#BC00F3 (or 0xBC00F3) is unknown color: approx Electric Purple. HEX triplet: BC, 00 and F3. RGB value is (188,0,243). Sum of RGB (Red+Green+Blue) = 188+0+243=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC00F3 is #43FF0C. Grayscale: #535353. Windows color (decimal): -4456205 or 15925436. OLE color: 15925436.

HSL color Cylindrical-coordinate representation of color #BC00F3: hue angle of 286.42º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00F3 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1880243-
CMYK0.23100.05
HSL286.42º100%47.65%-
HSV(B)286.42º100%95.29%-
XYZ36.9217.1686.16-
YUV83.91217.78202.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 243 (95.31% from 255) = 56.38%
R=43.62%
G=0%
B=56.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18802430.23100.05286.4210047.65
HexBC0F317640511e6430
Octal2740363271440543614460
Binary1011110001111001110111110010001011000111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC00F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC00F3; }

 p { color: rgb(188,0,243); }

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

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

 a { background-color: rgb(188,0,243); }

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

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

 span { border-color: rgb(188,0,243); }

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