Html Css Color HEX #BF1FFE Electric Purple

📋 copy color: '#BF1FFE'

red 191 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #BF1FFE

Tints of Electric Purple #BF1FFE

RGB

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

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

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

R = 40.13%
G = 6.51%
B = 53.36%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF1FFE (or 0xBF1FFE) is known color: Electric Purple. HEX triplet: BF, 1F and FE. RGB value is (191,31,254). Sum of RGB (Red+Green+Blue) = 191+31+254=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF1FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FFE is #40E001. Grayscale: #676767. Windows color (decimal): -4251650 or 16654271. OLE color: 16654271.

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

Color convert

RGB 191 31 254 -
CMYK 0.25 0.88 0 0.00
HSL 283.05º 0.99% 0.56% -
HSV(B) 283.05º 0.88% 1% -
XYZ 39.87 19.21 95.37 -
YUV 104.26 212.51 189.87 -
System Red Green Blue C M Y K H S L
Decimal 191 31 254 0.25 0.88 0 0.00 283.05 0.99 0.56
Hex BF 1F FE 19 58 0 0 11B 63 38
Octal 277 37 376 31 130 0 0 433 143 70
Binary 10111111 11111 11111110 11001 1011000 0 0 100011011 1100011 111000

Color Harmonies of #BF1FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FFE

Black with #BF1FFE

Text Example


Text Example

White with #BF1FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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