#BF20F5

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

Shades of Electric Purple #BF20F5

Tints of Electric Purple #BF20F5

Color information

#BF20F5 (or 0xBF20F5) is unknown color: approx Electric Purple. HEX triplet: BF, 20 and F5. RGB value is (191,32,245). Sum of RGB (Red+Green+Blue) = 191+32+245=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 245 (96.09% from 255 or 52.35% from 468); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF20F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20F5 is #40DF0A. Grayscale: #676767. Windows color (decimal): -4251403 or 16064703. OLE color: 16064703.

HSL color Cylindrical-coordinate representation of color #BF20F5: hue angle of 284.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF20F5 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19132245-
CMYK0.220.8700.04
HSL284.79º91.42%54.31%-
HSV(B)284.79º86.94%96.08%-
XYZ38.4818.787.97-
YUV103.82207.68190.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 32 (12.89% from 255) = 6.84%
BLUE value IS 245 (96.09% from 255) = 52.35%
R=40.81%
G=6.84%
B=52.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191322450.220.8700.04284.7991.4254.31
HexBF20F516570411d5b36
Octal27740365261270443513366
Binary101111111000001111010110110101011101001000111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF20F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF20F5; }

 p { color: rgb(191,32,245); }

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

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

 a { background-color: rgb(191,32,245); }

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

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

 span { border-color: rgb(191,32,245); }

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