Html Css Color HEX #BF29FF Electric Purple

📋 copy color: '#BF29FF'

red 191 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #BF29FF

Tints of Electric Purple #BF29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.36%

R = 39.22%
G = 8.42%
B = 52.36%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF29FF (or 0xBF29FF) is known color: Electric Purple. HEX triplet: BF, 29 and FF. RGB value is (191,41,255). Sum of RGB (Red+Green+Blue) = 191+41+255=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF29FF is #40D600. Grayscale: #6D6D6D. Windows color (decimal): -4249089 or 16722367. OLE color: 16722367.

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

Color convert

RGB 191 41 255 -
CMYK 0.25 0.84 0 0
HSL 282.06º 1% 0.58% -
HSV(B) 282.06º 0.84% 1% -
XYZ 40.33 19.88 96.32 -
YUV 110.25 209.7 185.6 -
System Red Green Blue C M Y K H S L
Decimal 191 41 255 0.25 0.84 0 0 282.06 1 0.58
Hex BF 29 FF 19 54 0 0 11A 64 3A
Octal 277 51 377 31 124 0 0 432 144 72
Binary 10111111 101001 11111111 11001 1010100 0 0 100011010 1100100 111010

Color Harmonies of #BF29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF29FF

Black with #BF29FF

Text Example


Text Example

White with #BF29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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