Html Css Color HEX #BF29F0 Electric Purple

📋 copy color: '#BF29F0'

red 191 ◦ green 41 ◦ blue 240

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

Shades of Electric Purple #BF29F0

Tints of Electric Purple #BF29F0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.69%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 40.47%
G = 8.69%
B = 50.85%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF29F0 (or 0xBF29F0) is known color: Electric Purple. HEX triplet: BF, 29 and F0. RGB value is (191,41,240). Sum of RGB (Red+Green+Blue) = 191+41+240=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF29F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF29F0 is #40D60F. Grayscale: #6B6B6B. Windows color (decimal): -4249104 or 15739327. OLE color: 15739327.

HSL color Cylindrical-coordinate representation of color #BF29F0: hue angle of 285.23º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF29F0 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 41 240 -
CMYK 0.20 0.83 0 0.06
HSL 285.23º 0.87% 0.55% -
HSV(B) 285.23º 0.83% 0.94% -
XYZ 38.01 18.95 84.09 -
YUV 108.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 191 41 240 0.20 0.83 0 0.06 285.23 0.87 0.55
Hex BF 29 F0 14 53 0 6 11D 57 37
Octal 277 51 360 24 123 0 6 435 127 67
Binary 10111111 101001 11110000 10100 1010011 0 110 100011101 1010111 110111

Color Harmonies of #BF29F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29F0

Black with #BF29F0

Text Example


Text Example

White with #BF29F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29F0; }

 p { color: rgb(191,41,240); }

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

background-color css

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

 a { background-color: rgb(191,41,240); }

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

border-color css

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

 span { border-color: rgb(191,41,240); }

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