Html Css Color HEX #BF19FE Electric Purple

📋 copy color: '#BF19FE'

red 191 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #BF19FE

Tints of Electric Purple #BF19FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.32%

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

R = 40.64%
G = 5.32%
B = 54.04%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF19FE (or 0xBF19FE) is known color: Electric Purple. HEX triplet: BF, 19 and FE. RGB value is (191,25,254). Sum of RGB (Red+Green+Blue) = 191+25+254=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19FE is #40E601. Grayscale: #636363. Windows color (decimal): -4253186 or 16652735. OLE color: 16652735.

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

Color convert

RGB 191 25 254 -
CMYK 0.25 0.90 0 0.00
HSL 283.49º 0.99% 0.55% -
HSV(B) 283.49º 0.9% 1% -
XYZ 39.72 18.93 95.33 -
YUV 100.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 191 25 254 0.25 0.90 0 0.00 283.49 0.99 0.55
Hex BF 19 FE 19 5A 0 0 11B 63 37
Octal 277 31 376 31 132 0 0 433 143 67
Binary 10111111 11001 11111110 11001 1011010 0 0 100011011 1100011 110111

Color Harmonies of #BF19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19FE

Black with #BF19FE

Text Example


Text Example

White with #BF19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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