Html Css Color HEX #BF1EFA Electric Purple

📋 copy color: '#BF1EFA'

red 191 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #BF1EFA

Tints of Electric Purple #BF1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

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

R = 40.55%
G = 6.37%
B = 53.08%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF1EFA (or 0xBF1EFA) is known color: Electric Purple. HEX triplet: BF, 1E and FA. RGB value is (191,30,250). Sum of RGB (Red+Green+Blue) = 191+30+250=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EFA is #40E105. Grayscale: #666666. Windows color (decimal): -4251910 or 16391871. OLE color: 16391871.

HSL color Cylindrical-coordinate representation of color #BF1EFA: hue angle of 283.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1EFA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 30 250 -
CMYK 0.24 0.88 0 0.02
HSL 283.91º 0.96% 0.55% -
HSV(B) 283.91º 0.88% 0.98% -
XYZ 39.21 18.91 92.03 -
YUV 103.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 191 30 250 0.24 0.88 0 0.02 283.91 0.96 0.55
Hex BF 1E FA 18 58 0 2 11C 60 37
Octal 277 36 372 30 130 0 2 434 140 67
Binary 10111111 11110 11111010 11000 1011000 0 10 100011100 1100000 110111

Color Harmonies of #BF1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EFA

Black with #BF1EFA

Text Example


Text Example

White with #BF1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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