Html Css Color HEX #BF24E4 Electric Purple

📋 copy color: '#BF24E4'

red 191 ◦ green 36 ◦ blue 228

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

Shades of Electric Purple #BF24E4

Tints of Electric Purple #BF24E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.11%

R = 41.98%
G = 7.91%
B = 50.11%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF24E4 (or 0xBF24E4) is known color: Electric Purple. HEX triplet: BF, 24 and E4. RGB value is (191,36,228). Sum of RGB (Red+Green+Blue) = 191+36+228=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF24E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24E4 is #40DB1B. Grayscale: #676767. Windows color (decimal): -4250396 or 14951615. OLE color: 14951615.

HSL color Cylindrical-coordinate representation of color #BF24E4: hue angle of 288.44º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF24E4 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 36 228 -
CMYK 0.16 0.84 0 0.11
HSL 288.44º 0.78% 0.52% -
HSV(B) 288.44º 0.84% 0.89% -
XYZ 36.12 17.94 74.96 -
YUV 104.23 197.85 189.89 -
System Red Green Blue C M Y K H S L
Decimal 191 36 228 0.16 0.84 0 0.11 288.44 0.78 0.52
Hex BF 24 E4 10 54 0 B 120 4E 34
Octal 277 44 344 20 124 0 13 440 116 64
Binary 10111111 100100 11100100 10000 1010100 0 1011 100100000 1001110 110100

Color Harmonies of #BF24E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF24E4

Black with #BF24E4

Text Example


Text Example

White with #BF24E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF24E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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