Html Css Color HEX #BF24EE Electric Purple

📋 copy color: '#BF24EE'

red 191 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #BF24EE

Tints of Electric Purple #BF24EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.74%

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 41.08%
G = 7.74%
B = 51.18%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF24EE (or 0xBF24EE) is known color: Electric Purple. HEX triplet: BF, 24 and EE. RGB value is (191,36,238). Sum of RGB (Red+Green+Blue) = 191+36+238=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF24EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF24EE is #40DB11. Grayscale: #686868. Windows color (decimal): -4250386 or 15606975. OLE color: 15606975.

HSL color Cylindrical-coordinate representation of color #BF24EE: hue angle of 286.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF24EE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 36 238 -
CMYK 0.20 0.85 0 0.07
HSL 286.04º 0.86% 0.54% -
HSV(B) 286.04º 0.85% 0.93% -
XYZ 37.55 18.51 82.48 -
YUV 105.37 202.85 189.07 -
System Red Green Blue C M Y K H S L
Decimal 191 36 238 0.20 0.85 0 0.07 286.04 0.86 0.54
Hex BF 24 EE 14 55 0 7 11E 56 36
Octal 277 44 356 24 125 0 7 436 126 66
Binary 10111111 100100 11101110 10100 1010101 0 111 100011110 1010110 110110

Color Harmonies of #BF24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24EE

Black with #BF24EE

Text Example


Text Example

White with #BF24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24EE; }

 p { color: rgb(191,36,238); }

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

background-color css

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

 a { background-color: rgb(191,36,238); }

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

border-color css

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

 span { border-color: rgb(191,36,238); }

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