Html Css Color HEX #BF29EA Electric Purple

📋 copy color: '#BF29EA'

red 191 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #BF29EA

Tints of Electric Purple #BF29EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.21%

R = 40.99%
G = 8.8%
B = 50.21%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF29EA (or 0xBF29EA) is known color: Electric Purple. HEX triplet: BF, 29 and EA. RGB value is (191,41,234). Sum of RGB (Red+Green+Blue) = 191+41+234=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF29EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF29EA is #40D615. Grayscale: #6B6B6B. Windows color (decimal): -4249110 or 15346111. OLE color: 15346111.

HSL color Cylindrical-coordinate representation of color #BF29EA: hue angle of 286.63º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF29EA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 41 234 -
CMYK 0.18 0.82 0 0.08
HSL 286.63º 0.82% 0.54% -
HSV(B) 286.63º 0.82% 0.92% -
XYZ 37.13 18.6 79.48 -
YUV 107.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 191 41 234 0.18 0.82 0 0.08 286.63 0.82 0.54
Hex BF 29 EA 12 52 0 8 11F 52 36
Octal 277 51 352 22 122 0 10 437 122 66
Binary 10111111 101001 11101010 10010 1010010 0 1000 100011111 1010010 110110

Color Harmonies of #BF29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29EA

Black with #BF29EA

Text Example


Text Example

White with #BF29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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