#BF18F9

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

Shades of Electric Purple #BF18F9

Tints of Electric Purple #BF18F9

Color information

#BF18F9 (or 0xBF18F9) is unknown color: approx Electric Purple. HEX triplet: BF, 18 and F9. RGB value is (191,24,249). Sum of RGB (Red+Green+Blue) = 191+24+249=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF18F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF18F9 is #40E706. Grayscale: #626262. Windows color (decimal): -4253447 or 16324799. OLE color: 16324799.

HSL color Cylindrical-coordinate representation of color #BF18F9: hue angle of 284.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF18F9 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19124249-
CMYK0.230.9000.02
HSL284.53º94.94%53.53%-
HSV(B)284.53º90.36%97.65%-
XYZ38.9118.5791.16-
YUV99.58212.33193.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 24 (9.77% from 255) = 5.17%
BLUE value IS 249 (97.66% from 255) = 53.66%
R=41.16%
G=5.17%
B=53.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal191242490.230.9000.02284.5394.9453.53
HexBF18F9175A0211d5f36
Octal27730371271320243513766
Binary1011111111000111110011011110110100101000111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF18F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF18F9; }

 p { color: rgb(191,24,249); }

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

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

 a { background-color: rgb(191,24,249); }

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

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

 span { border-color: rgb(191,24,249); }

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