Html Css Color HEX #BF0FFE Electric Purple

📋 copy color: '#BF0FFE'

red 191 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #BF0FFE

Tints of Electric Purple #BF0FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 41.52%
G = 3.26%
B = 55.22%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF0FFE (or 0xBF0FFE) is known color: Electric Purple. HEX triplet: BF, 0F and FE. RGB value is (191,15,254). Sum of RGB (Red+Green+Blue) = 191+15+254=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FFE is #40F001. Grayscale: #5E5E5E. Windows color (decimal): -4255746 or 16650175. OLE color: 16650175.

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

Color convert

RGB 191 15 254 -
CMYK 0.25 0.94 0 0.00
HSL 284.18º 0.99% 0.53% -
HSV(B) 284.18º 0.94% 1% -
XYZ 39.55 18.57 95.27 -
YUV 94.87 217.81 196.57 -
System Red Green Blue C M Y K H S L
Decimal 191 15 254 0.25 0.94 0 0.00 284.18 0.99 0.53
Hex BF F FE 19 5E 0 0 11C 63 35
Octal 277 17 376 31 136 0 0 434 143 65
Binary 10111111 1111 11111110 11001 1011110 0 0 100011100 1100011 110101

Color Harmonies of #BF0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FFE

Black with #BF0FFE

Text Example


Text Example

White with #BF0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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