#BF21F5

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

Shades of Electric Purple #BF21F5

Tints of Electric Purple #BF21F5

Color information

#BF21F5 (or 0xBF21F5) is unknown color: approx Electric Purple. HEX triplet: BF, 21 and F5. RGB value is (191,33,245). Sum of RGB (Red+Green+Blue) = 191+33+245=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF21F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF21F5 is #40DE0A. Grayscale: #676767. Windows color (decimal): -4251147 or 16064959. OLE color: 16064959.

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

Color convert

RGB19133245-
CMYK0.220.8700.04
HSL284.72º91.38%54.51%-
HSV(B)284.72º86.53%96.08%-
XYZ38.5118.7687.98-
YUV104.41207.35189.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 33 (13.28% from 255) = 7.04%
BLUE value IS 245 (96.09% from 255) = 52.24%
R=40.72%
G=7.04%
B=52.24%

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
Decimal191332450.220.8700.04284.7291.3854.51
HexBF21F516570411d5b37
Octal27741365261270443513367
Binary101111111000011111010110110101011101001000111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF21F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF21F5; }

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

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

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

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

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

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

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

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