Html Css Color HEX #BF13FE Electric Purple

📋 copy color: '#BF13FE'

red 191 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #BF13FE

Tints of Electric Purple #BF13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 41.16%
G = 4.09%
B = 54.74%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF13FE (or 0xBF13FE) is known color: Electric Purple. HEX triplet: BF, 13 and FE. RGB value is (191,19,254). Sum of RGB (Red+Green+Blue) = 191+19+254=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF13FE is #40EC01. Grayscale: #606060. Windows color (decimal): -4254722 or 16651199. OLE color: 16651199.

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

Color convert

RGB 191 19 254 -
CMYK 0.25 0.93 0 0.00
HSL 283.91º 0.99% 0.54% -
HSV(B) 283.91º 0.93% 1% -
XYZ 39.61 18.7 95.29 -
YUV 97.22 216.48 194.89 -
System Red Green Blue C M Y K H S L
Decimal 191 19 254 0.25 0.93 0 0.00 283.91 0.99 0.54
Hex BF 13 FE 19 5D 0 0 11C 63 36
Octal 277 23 376 31 135 0 0 434 143 66
Binary 10111111 10011 11111110 11001 1011101 0 0 100011100 1100011 110110

Color Harmonies of #BF13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF13FE

Black with #BF13FE

Text Example


Text Example

White with #BF13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF13FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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