#BC19FD

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

Shades of Electric Purple #BC19FD

Tints of Electric Purple #BC19FD

Color information

#BC19FD (or 0xBC19FD) is unknown color: approx Electric Purple. HEX triplet: BC, 19 and FD. RGB value is (188,25,253). Sum of RGB (Red+Green+Blue) = 188+25+253=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC19FD is #43E602. Grayscale: #626262. Windows color (decimal): -4449795 or 16587196. OLE color: 16587196.

HSL color Cylindrical-coordinate representation of color #BC19FD: hue angle of 282.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC19FD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18825253-
CMYK0.260.9000.01
HSL282.89º98.28%54.51%-
HSV(B)282.89º90.12%99.22%-
XYZ38.8218.4894.45-
YUV99.73214.5190.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 25 (10.16% from 255) = 5.36%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=40.34%
G=5.36%
B=54.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal188252530.260.9000.01282.8998.2854.51
HexBC19FD1A5A0111b6237
Octal27431375321320143314267
Binary101111001100111111101110101011010011000110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC19FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC19FD; }

 p { color: rgb(188,25,253); }

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

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

 a { background-color: rgb(188,25,253); }

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

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

 span { border-color: rgb(188,25,253); }

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