Html Css Color HEX #BF1EEF Electric Purple

📋 copy color: '#BF1EEF'

red 191 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #BF1EEF

Tints of Electric Purple #BF1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 41.52%
G = 6.52%
B = 51.96%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF1EEF (or 0xBF1EEF) is known color: Electric Purple. HEX triplet: BF, 1E and EF. RGB value is (191,30,239). Sum of RGB (Red+Green+Blue) = 191+30+239=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF1EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1EEF is #40E110. Grayscale: #656565. Windows color (decimal): -4251921 or 15670975. OLE color: 15670975.

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

Color convert

RGB 191 30 239 -
CMYK 0.20 0.87 0 0.06
HSL 286.22º 0.87% 0.53% -
HSV(B) 286.22º 0.87% 0.94% -
XYZ 37.53 18.24 83.2 -
YUV 101.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 191 30 239 0.20 0.87 0 0.06 286.22 0.87 0.53
Hex BF 1E EF 14 57 0 6 11E 57 35
Octal 277 36 357 24 127 0 6 436 127 65
Binary 10111111 11110 11101111 10100 1010111 0 110 100011110 1010111 110101

Color Harmonies of #BF1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1EEF

Black with #BF1EEF

Text Example


Text Example

White with #BF1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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