Html Css Color HEX #BF09FE Electric Purple

📋 copy color: '#BF09FE'

red 191 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #BF09FE

Tints of Electric Purple #BF09FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

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

R = 42.07%
G = 1.98%
B = 55.95%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF09FE (or 0xBF09FE) is known color: Electric Purple. HEX triplet: BF, 09 and FE. RGB value is (191,9,254). Sum of RGB (Red+Green+Blue) = 191+9+254=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF09FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09FE is #40F601. Grayscale: #5A5A5A. Windows color (decimal): -4257282 or 16648639. OLE color: 16648639.

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

Color convert

RGB 191 9 254 -
CMYK 0.25 0.96 0 0.00
HSL 284.57º 0.99% 0.52% -
HSV(B) 284.57º 0.96% 1% -
XYZ 39.47 18.43 95.24 -
YUV 91.35 219.8 199.08 -
System Red Green Blue C M Y K H S L
Decimal 191 9 254 0.25 0.96 0 0.00 284.57 0.99 0.52
Hex BF 9 FE 19 60 0 0 11D 63 34
Octal 277 11 376 31 140 0 0 435 143 64
Binary 10111111 1001 11111110 11001 1100000 0 0 100011101 1100011 110100

Color Harmonies of #BF09FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09FE

Black with #BF09FE

Text Example


Text Example

White with #BF09FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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