Html Css Color HEX #BF0FEF Electric Purple

📋 copy color: '#BF0FEF'

red 191 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #BF0FEF

Tints of Electric Purple #BF0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

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

R = 42.92%
G = 3.37%
B = 53.71%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF0FEF (or 0xBF0FEF) is known color: Electric Purple. HEX triplet: BF, 0F and EF. RGB value is (191,15,239). Sum of RGB (Red+Green+Blue) = 191+15+239=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FEF is #40F010. Grayscale: #5C5C5C. Windows color (decimal): -4255761 or 15667135. OLE color: 15667135.

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

Color convert

RGB 191 15 239 -
CMYK 0.20 0.94 0 0.06
HSL 287.14º 0.88% 0.5% -
HSV(B) 287.14º 0.94% 0.94% -
XYZ 37.24 17.65 83.11 -
YUV 93.16 210.31 197.79 -
System Red Green Blue C M Y K H S L
Decimal 191 15 239 0.20 0.94 0 0.06 287.14 0.88 0.5
Hex BF F EF 14 5E 0 6 11F 58 32
Octal 277 17 357 24 136 0 6 437 130 62
Binary 10111111 1111 11101111 10100 1011110 0 110 100011111 1011000 110010

Color Harmonies of #BF0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FEF

Black with #BF0FEF

Text Example


Text Example

White with #BF0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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