Html Css Color HEX #BF12FE Electric Purple

📋 copy color: '#BF12FE'

red 191 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #BF12FE

Tints of Electric Purple #BF12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.89%

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

R = 41.25%
G = 3.89%
B = 54.86%

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

#BF12FE (or 0xBF12FE) is known color: Electric Purple. HEX triplet: BF, 12 and FE. RGB value is (191,18,254). Sum of RGB (Red+Green+Blue) = 191+18+254=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF12FE is #40ED01. Grayscale: #5F5F5F. Windows color (decimal): -4254978 or 16650943. OLE color: 16650943.

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

Color convert

RGB 191 18 254 -
CMYK 0.25 0.93 0 0.00
HSL 283.98º 0.99% 0.53% -
HSV(B) 283.98º 0.93% 1% -
XYZ 39.59 18.66 95.28 -
YUV 96.63 216.81 195.31 -
System Red Green Blue C M Y K H S L
Decimal 191 18 254 0.25 0.93 0 0.00 283.98 0.99 0.53
Hex BF 12 FE 19 5D 0 0 11C 63 35
Octal 277 22 376 31 135 0 0 434 143 65
Binary 10111111 10010 11111110 11001 1011101 0 0 100011100 1100011 110101

Color Harmonies of #BF12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12FE

Black with #BF12FE

Text Example


Text Example

White with #BF12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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