Html Css Color HEX #BF00FA Electric Purple

📋 copy color: '#BF00FA'

red 191 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #BF00FA

Tints of Electric Purple #BF00FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 43.31%
G = 0%
B = 56.69%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF00FA (or 0xBF00FA) is known color: Electric Purple. HEX triplet: BF, 00 and FA. RGB value is (191,0,250). Sum of RGB (Red+Green+Blue) = 191+0+250=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00FA is #40FF05. Grayscale: #545454. Windows color (decimal): -4259590 or 16384191. OLE color: 16384191.

HSL color Cylindrical-coordinate representation of color #BF00FA: hue angle of 285.84º 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 #BF00FA is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 0 250 -
CMYK 0.24 1 0 0.02
HSL 285.84º 1% 0.49% -
HSV(B) 285.84º 1% 0.98% -
XYZ 38.74 17.98 91.87 -
YUV 85.61 220.78 203.17 -
System Red Green Blue C M Y K H S L
Decimal 191 0 250 0.24 1 0 0.02 285.84 1 0.49
Hex BF 0 FA 18 64 0 2 11E 64 31
Octal 277 0 372 30 144 0 2 436 144 61
Binary 10111111 0 11111010 11000 1100100 0 10 100011110 1100100 110001

Color Harmonies of #BF00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00FA

Black with #BF00FA

Text Example


Text Example

White with #BF00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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