Html Css Color HEX #BF11F2 Electric Purple

📋 copy color: '#BF11F2'

red 191 ◦ green 17 ◦ blue 242

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

Shades of Electric Purple #BF11F2

Tints of Electric Purple #BF11F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.78%

R = 42.44%
G = 3.78%
B = 53.78%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF11F2 (or 0xBF11F2) is known color: Electric Purple. HEX triplet: BF, 11 and F2. RGB value is (191,17,242). Sum of RGB (Red+Green+Blue) = 191+17+242=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF11F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF11F2 is #40EE0D. Grayscale: #5D5D5D. Windows color (decimal): -4255246 or 15864255. OLE color: 15864255.

HSL color Cylindrical-coordinate representation of color #BF11F2: hue angle of 286.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF11F2 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 17 242 -
CMYK 0.21 0.93 0 0.05
HSL 286.4º 0.9% 0.51% -
HSV(B) 286.4º 0.93% 0.95% -
XYZ 37.71 17.89 85.47 -
YUV 94.68 211.15 196.7 -
System Red Green Blue C M Y K H S L
Decimal 191 17 242 0.21 0.93 0 0.05 286.4 0.9 0.51
Hex BF 11 F2 15 5D 0 5 11E 5A 33
Octal 277 21 362 25 135 0 5 436 132 63
Binary 10111111 10001 11110010 10101 1011101 0 101 100011110 1011010 110011

Color Harmonies of #BF11F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11F2

Black with #BF11F2

Text Example


Text Example

White with #BF11F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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