Html Css Color HEX #BF07FE Electric Purple

📋 copy color: '#BF07FE'

red 191 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #BF07FE

Tints of Electric Purple #BF07FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 42.26%
G = 1.55%
B = 56.19%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF07FE (or 0xBF07FE) is known color: Electric Purple. HEX triplet: BF, 07 and FE. RGB value is (191,7,254). Sum of RGB (Red+Green+Blue) = 191+7+254=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF07FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07FE is #40F801. Grayscale: #595959. Windows color (decimal): -4257794 or 16648127. OLE color: 16648127.

HSL color Cylindrical-coordinate representation of color #BF07FE: hue angle of 284.7º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07FE is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 7 254 -
CMYK 0.25 0.97 0 0.00
HSL 284.7º 0.99% 0.51% -
HSV(B) 284.7º 0.97% 1% -
XYZ 39.45 18.38 95.24 -
YUV 90.17 220.46 199.92 -
System Red Green Blue C M Y K H S L
Decimal 191 7 254 0.25 0.97 0 0.00 284.7 0.99 0.51
Hex BF 7 FE 19 61 0 0 11D 63 33
Octal 277 7 376 31 141 0 0 435 143 63
Binary 10111111 111 11111110 11001 1100001 0 0 100011101 1100011 110011

Color Harmonies of #BF07FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07FE

Black with #BF07FE

Text Example


Text Example

White with #BF07FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07FE; }

 p { color: rgb(191,7,254); }

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

background-color css

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

 a { background-color: rgb(191,7,254); }

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

border-color css

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

 span { border-color: rgb(191,7,254); }

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