#BC25F7

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

Shades of Electric Purple #BC25F7

Tints of Electric Purple #BC25F7

Color information

#BC25F7 (or 0xBC25F7) is unknown color: approx Electric Purple. HEX triplet: BC, 25 and F7. RGB value is (188,37,247). Sum of RGB (Red+Green+Blue) = 188+37+247=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC25F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC25F7 is #43DA08. Grayscale: #696969. Windows color (decimal): -4446729 or 16197052. OLE color: 16197052.

HSL color Cylindrical-coordinate representation of color #BC25F7: hue angle of 283.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC25F7 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18837247-
CMYK0.240.8500.03
HSL283.14º92.92%55.69%-
HSV(B)283.14º85.02%96.86%-
XYZ38.1918.7389.6-
YUV106.09207.53186.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 37 (14.84% from 255) = 7.84%
BLUE value IS 247 (96.88% from 255) = 52.33%
R=39.83%
G=7.84%
B=52.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188372470.240.8500.03283.1492.9255.69
HexBC25F718550311b5d38
Octal27445367301250343313570
Binary10111100100101111101111100010101010111000110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC25F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC25F7; }

 p { color: rgb(188,37,247); }

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

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

 a { background-color: rgb(188,37,247); }

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

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

 span { border-color: rgb(188,37,247); }

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