Html Css Color HEX #BF19FC Electric Purple

📋 copy color: '#BF19FC'

red 191 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #BF19FC

Tints of Electric Purple #BF19FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 40.81%
G = 5.34%
B = 53.85%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF19FC (or 0xBF19FC) is known color: Electric Purple. HEX triplet: BF, 19 and FC. RGB value is (191,25,252). Sum of RGB (Red+Green+Blue) = 191+25+252=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF19FC is #40E603. Grayscale: #636363. Windows color (decimal): -4253188 or 16521663. OLE color: 16521663.

HSL color Cylindrical-coordinate representation of color #BF19FC: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF19FC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 25 252 -
CMYK 0.24 0.90 0 0.01
HSL 283.88º 0.97% 0.54% -
HSV(B) 283.88º 0.9% 0.99% -
XYZ 39.4 18.8 93.65 -
YUV 100.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 191 25 252 0.24 0.90 0 0.01 283.88 0.97 0.54
Hex BF 19 FC 18 5A 0 1 11C 61 36
Octal 277 31 374 30 132 0 1 434 141 66
Binary 10111111 11001 11111100 11000 1011010 0 1 100011100 1100001 110110

Color Harmonies of #BF19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19FC

Black with #BF19FC

Text Example


Text Example

White with #BF19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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