#BF11F4

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

Shades of Electric Purple #BF11F4

Tints of Electric Purple #BF11F4

Color information

#BF11F4 (or 0xBF11F4) is unknown color: approx Electric Purple. HEX triplet: BF, 11 and F4. RGB value is (191,17,244). Sum of RGB (Red+Green+Blue) = 191+17+244=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF11F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11F4 is #40EE0B. Grayscale: #5E5E5E. Windows color (decimal): -4255244 or 15995327. OLE color: 15995327.

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

Color convert

RGB19117244-
CMYK0.220.9300.04
HSL285.99º91.16%51.18%-
HSV(B)285.99º93.03%95.69%-
XYZ38.0218.0187.06-
YUV94.9212.15196.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 17 (7.03% from 255) = 3.76%
BLUE value IS 244 (95.70% from 255) = 53.98%
R=42.26%
G=3.76%
B=53.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal191172440.220.9300.04285.9991.1651.18
HexBF11F4165D0411e5b33
Octal27721364261350443613363
Binary10111111100011111010010110101110101001000111101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF11F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF11F4; }

 p { color: rgb(191,17,244); }

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

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

 a { background-color: rgb(191,17,244); }

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

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

 span { border-color: rgb(191,17,244); }

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