Html Css Color HEX #BF24ED Electric Purple

📋 copy color: '#BF24ED'

red 191 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #BF24ED

Tints of Electric Purple #BF24ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 41.16%
G = 7.76%
B = 51.08%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF24ED (or 0xBF24ED) is known color: Electric Purple. HEX triplet: BF, 24 and ED. RGB value is (191,36,237). Sum of RGB (Red+Green+Blue) = 191+36+237=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF24ED is #40DB12. Grayscale: #686868. Windows color (decimal): -4250387 or 15541439. OLE color: 15541439.

HSL color Cylindrical-coordinate representation of color #BF24ED: hue angle of 286.27º degrees, saturation: 0.85, 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 #BF24ED is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 36 237 -
CMYK 0.19 0.85 0 0.07
HSL 286.27º 0.85% 0.54% -
HSV(B) 286.27º 0.85% 0.93% -
XYZ 37.4 18.45 81.71 -
YUV 105.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 191 36 237 0.19 0.85 0 0.07 286.27 0.85 0.54
Hex BF 24 ED 13 55 0 7 11E 55 36
Octal 277 44 355 23 125 0 7 436 125 66
Binary 10111111 100100 11101101 10011 1010101 0 111 100011110 1010101 110110

Color Harmonies of #BF24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24ED

Black with #BF24ED

Text Example


Text Example

White with #BF24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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