Html Css Color HEX #BF1FEF Electric Purple

📋 copy color: '#BF1FEF'

red 191 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #BF1FEF

Tints of Electric Purple #BF1FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.72%

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 41.43%
G = 6.72%
B = 51.84%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF1FEF (or 0xBF1FEF) is known color: Electric Purple. HEX triplet: BF, 1F and EF. RGB value is (191,31,239). Sum of RGB (Red+Green+Blue) = 191+31+239=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF1FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FEF is #40E010. Grayscale: #656565. Windows color (decimal): -4251665 or 15671231. OLE color: 15671231.

HSL color Cylindrical-coordinate representation of color #BF1FEF: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1FEF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 31 239 -
CMYK 0.20 0.87 0 0.06
HSL 286.15º 0.87% 0.53% -
HSV(B) 286.15º 0.87% 0.94% -
XYZ 37.56 18.29 83.21 -
YUV 102.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 191 31 239 0.20 0.87 0 0.06 286.15 0.87 0.53
Hex BF 1F EF 14 57 0 6 11E 57 35
Octal 277 37 357 24 127 0 6 436 127 65
Binary 10111111 11111 11101111 10100 1010111 0 110 100011110 1010111 110101

Color Harmonies of #BF1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FEF

Black with #BF1FEF

Text Example


Text Example

White with #BF1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FEF; }

 p { color: rgb(191,31,239); }

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

background-color css

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

 a { background-color: rgb(191,31,239); }

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

border-color css

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

 span { border-color: rgb(191,31,239); }

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