Html Css Color HEX #BF11FA Electric Purple

📋 copy color: '#BF11FA'

red 191 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #BF11FA

Tints of Electric Purple #BF11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.71%

 BLUE value IS 250 (98.05% from 255) = 54.59%

R = 41.7%
G = 3.71%
B = 54.59%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF11FA (or 0xBF11FA) is known color: Electric Purple. HEX triplet: BF, 11 and FA. RGB value is (191,17,250). Sum of RGB (Red+Green+Blue) = 191+17+250=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11FA is #40EE05. Grayscale: #5E5E5E. Windows color (decimal): -4255238 or 16388543. OLE color: 16388543.

HSL color Cylindrical-coordinate representation of color #BF11FA: hue angle of 284.81º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11FA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 17 250 -
CMYK 0.24 0.93 0 0.02
HSL 284.81º 0.96% 0.52% -
HSV(B) 284.81º 0.93% 0.98% -
XYZ 38.94 18.38 91.94 -
YUV 95.59 215.15 196.05 -
System Red Green Blue C M Y K H S L
Decimal 191 17 250 0.24 0.93 0 0.02 284.81 0.96 0.52
Hex BF 11 FA 18 5D 0 2 11D 60 34
Octal 277 21 372 30 135 0 2 435 140 64
Binary 10111111 10001 11111010 11000 1011101 0 10 100011101 1100000 110100

Color Harmonies of #BF11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11FA

Black with #BF11FA

Text Example


Text Example

White with #BF11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11FA; }

 p { color: rgb(191,17,250); }

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

background-color css

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

 a { background-color: rgb(191,17,250); }

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

border-color css

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

 span { border-color: rgb(191,17,250); }

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