Html Css Color HEX #BF00F9 Electric Purple

📋 copy color: '#BF00F9'

red 191 ◦ green 0 ◦ blue 249

#BF00F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BF00F9

Tints of Electric Purple #BF00F9

RGB

 RED value IS 191 (75% from 255) = 43.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 56.59%

R = 43.41%
G = 0%
B = 56.59%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF00F9 (or 0xBF00F9) is known color: Electric Purple. HEX triplet: BF, 00 and F9. RGB value is (191,0,249). Sum of RGB (Red+Green+Blue) = 191+0+249=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00F9 is #40FF06. Grayscale: #545454. Windows color (decimal): -4259591 or 16318655. OLE color: 16318655.

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

Color convert

RGB 191 0 249 -
CMYK 0.23 1 0 0.02
HSL 286.02º 1% 0.49% -
HSV(B) 286.02º 1% 0.98% -
XYZ 38.58 17.92 91.05 -
YUV 85.5 220.28 203.25 -
System Red Green Blue C M Y K H S L
Decimal 191 0 249 0.23 1 0 0.02 286.02 1 0.49
Hex BF 0 F9 17 64 0 2 11E 64 31
Octal 277 0 371 27 144 0 2 436 144 61
Binary 10111111 0 11111001 10111 1100100 0 10 100011110 1100100 110001

Color Harmonies of #BF00F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00F9

Black with #BF00F9

Text Example


Text Example

White with #BF00F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00F9; }

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

 H1.HeaderClassName
 {
   color: #BF00F9;
 }
 .AnyTagClassName
 {
   color: #BF00F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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