#BC30F5

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

Shades of Electric Purple #BC30F5

Tints of Electric Purple #BC30F5

Color information

#BC30F5 (or 0xBC30F5) is unknown color: approx Electric Purple. HEX triplet: BC, 30 and F5. RGB value is (188,48,245). Sum of RGB (Red+Green+Blue) = 188+48+245=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC30F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30F5 is #43CF0A. Grayscale: #6F6F6F. Windows color (decimal): -4443915 or 16068796. OLE color: 16068796.

HSL color Cylindrical-coordinate representation of color #BC30F5: hue angle of 282.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30F5 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18848245-
CMYK0.230.8000.04
HSL282.64º90.78%57.45%-
HSV(B)282.64º80.41%96.08%-
XYZ38.2819.488.11-
YUV112.32202.88181.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 48 (19.14% from 255) = 9.98%
BLUE value IS 245 (96.09% from 255) = 50.94%
R=39.09%
G=9.98%
B=50.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal188482450.230.8000.04282.6490.7857.45
HexBC30F517500411b5b39
Octal27460365271200443313371
Binary101111001100001111010110111101000001001000110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC30F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC30F5; }

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

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

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

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

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

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

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

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