Html Css Color HEX #BF1FEE Electric Purple

📋 copy color: '#BF1FEE'

red 191 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #BF1FEE

Tints of Electric Purple #BF1FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.74%

R = 41.52%
G = 6.74%
B = 51.74%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF1FEE (or 0xBF1FEE) is known color: Electric Purple. HEX triplet: BF, 1F and EE. RGB value is (191,31,238). Sum of RGB (Red+Green+Blue) = 191+31+238=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 31 (12.5% from 255 or 6.74% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF1FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1FEE is #40E011. Grayscale: #656565. Windows color (decimal): -4251666 or 15605695. OLE color: 15605695.

HSL color Cylindrical-coordinate representation of color #BF1FEE: hue angle of 286.38º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1FEE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 31 238 -
CMYK 0.20 0.87 0 0.07
HSL 286.38º 0.86% 0.53% -
HSV(B) 286.38º 0.87% 0.93% -
XYZ 37.41 18.23 82.44 -
YUV 102.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 191 31 238 0.20 0.87 0 0.07 286.38 0.86 0.53
Hex BF 1F EE 14 57 0 7 11E 56 35
Octal 277 37 356 24 127 0 7 436 126 65
Binary 10111111 11111 11101110 10100 1010111 0 111 100011110 1010110 110101

Color Harmonies of #BF1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1FEE

Black with #BF1FEE

Text Example


Text Example

White with #BF1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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