#BF20F1

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

Shades of Electric Purple #BF20F1

Tints of Electric Purple #BF20F1

Color information

#BF20F1 (or 0xBF20F1) is unknown color: approx Electric Purple. HEX triplet: BF, 20 and F1. RGB value is (191,32,241). Sum of RGB (Red+Green+Blue) = 191+32+241=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF20F1 is #40DF0E. Grayscale: #666666. Windows color (decimal): -4251407 or 15802559. OLE color: 15802559.

HSL color Cylindrical-coordinate representation of color #BF20F1: hue angle of 285.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF20F1 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19132241-
CMYK0.210.8700.05
HSL285.65º88.19%53.53%-
HSV(B)285.65º86.72%94.51%-
XYZ37.8818.4684.79-
YUV103.37205.68190.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 32 (12.89% from 255) = 6.90%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=41.16%
G=6.90%
B=51.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal191322410.210.8700.05285.6588.1953.53
HexBF20F115570511e5836
Octal27740361251270543613066
Binary101111111000001111000110101101011101011000111101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF20F1; }

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

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

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

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

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

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

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

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