Html Css Color HEX #BF1EFF Electric Purple

📋 copy color: '#BF1EFF'

red 191 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #BF1EFF

Tints of Electric Purple #BF1EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 40.13%
G = 6.3%
B = 53.57%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF1EFF (or 0xBF1EFF) is known color: Electric Purple. HEX triplet: BF, 1E and FF. RGB value is (191,30,255). Sum of RGB (Red+Green+Blue) = 191+30+255=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EFF is #40E100. Grayscale: #676767. Windows color (decimal): -4251905 or 16719551. OLE color: 16719551.

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

Color convert

RGB 191 30 255 -
CMYK 0.25 0.88 0 0
HSL 282.93º 1% 0.56% -
HSV(B) 282.93º 0.88% 1% -
XYZ 40 19.22 96.21 -
YUV 103.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 191 30 255 0.25 0.88 0 0 282.93 1 0.56
Hex BF 1E FF 19 58 0 0 11B 64 38
Octal 277 36 377 31 130 0 0 433 144 70
Binary 10111111 11110 11111111 11001 1011000 0 0 100011011 1100100 111000

Color Harmonies of #BF1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EFF

Black with #BF1EFF

Text Example


Text Example

White with #BF1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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