Html Css Color HEX #BF1EFB Electric Purple

📋 copy color: '#BF1EFB'

red 191 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #BF1EFB

Tints of Electric Purple #BF1EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 40.47%
G = 6.36%
B = 53.18%

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

#BF1EFB (or 0xBF1EFB) is known color: Electric Purple. HEX triplet: BF, 1E and FB. RGB value is (191,30,251). Sum of RGB (Red+Green+Blue) = 191+30+251=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EFB is #40E104. Grayscale: #666666. Windows color (decimal): -4251909 or 16457407. OLE color: 16457407.

HSL color Cylindrical-coordinate representation of color #BF1EFB: hue angle of 283.71º degrees, saturation: 0.97, 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 #BF1EFB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 30 251 -
CMYK 0.24 0.88 0 0.02
HSL 283.71º 0.97% 0.55% -
HSV(B) 283.71º 0.88% 0.98% -
XYZ 39.36 18.97 92.85 -
YUV 103.33 211.34 190.53 -
System Red Green Blue C M Y K H S L
Decimal 191 30 251 0.24 0.88 0 0.02 283.71 0.97 0.55
Hex BF 1E FB 18 58 0 2 11C 61 37
Octal 277 36 373 30 130 0 2 434 141 67
Binary 10111111 11110 11111011 11000 1011000 0 10 100011100 1100001 110111

Color Harmonies of #BF1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EFB

Black with #BF1EFB

Text Example


Text Example

White with #BF1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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