Html Css Color HEX #BF2EF1 Electric Purple

📋 copy color: '#BF2EF1'

red 191 ◦ green 46 ◦ blue 241

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

Shades of Electric Purple #BF2EF1

Tints of Electric Purple #BF2EF1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.62%

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 39.96%
G = 9.62%
B = 50.42%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF2EF1 (or 0xBF2EF1) is known color: Electric Purple. HEX triplet: BF, 2E and F1. RGB value is (191,46,241). Sum of RGB (Red+Green+Blue) = 191+46+241=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF2EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EF1 is #40D10E. Grayscale: #6E6E6E. Windows color (decimal): -4247823 or 15806143. OLE color: 15806143.

HSL color Cylindrical-coordinate representation of color #BF2EF1: hue angle of 284.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2EF1 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 46 241 -
CMYK 0.21 0.81 0 0.05
HSL 284.62º 0.87% 0.56% -
HSV(B) 284.62º 0.81% 0.95% -
XYZ 38.34 19.38 84.94 -
YUV 111.59 201.04 184.64 -
System Red Green Blue C M Y K H S L
Decimal 191 46 241 0.21 0.81 0 0.05 284.62 0.87 0.56
Hex BF 2E F1 15 51 0 5 11D 57 38
Octal 277 56 361 25 121 0 5 435 127 70
Binary 10111111 101110 11110001 10101 1010001 0 101 100011101 1010111 111000

Color Harmonies of #BF2EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2EF1

Black with #BF2EF1

Text Example


Text Example

White with #BF2EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2EF1; }

 p { color: rgb(191,46,241); }

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

background-color css

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

 a { background-color: rgb(191,46,241); }

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

border-color css

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

 span { border-color: rgb(191,46,241); }

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