Html Css Color HEX #BE24F6 Electric Purple

📋 copy color: '#BE24F6'

red 190 ◦ green 36 ◦ blue 246

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

Shades of Electric Purple #BE24F6

Tints of Electric Purple #BE24F6

RGB

 RED value IS 190 (74.61% from 255) = 40.25%

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

 BLUE value IS 246 (96.48% from 255) = 52.12%

R = 40.25%
G = 7.63%
B = 52.12%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BE24F6 (or 0xBE24F6) is known color: Electric Purple. HEX triplet: BE, 24 and F6. RGB value is (190,36,246). Sum of RGB (Red+Green+Blue) = 190+36+246=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE24F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE24F6 is #41DB09. Grayscale: #696969. Windows color (decimal): -4315914 or 16131262. OLE color: 16131262.

HSL color Cylindrical-coordinate representation of color #BE24F6: hue angle of 284º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE24F6 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 36 246 -
CMYK 0.23 0.85 0 0.04
HSL 284º 0.92% 0.55% -
HSV(B) 284º 0.85% 0.96% -
XYZ 38.5 18.86 88.8 -
YUV 105.99 207.02 187.92 -
System Red Green Blue C M Y K H S L
Decimal 190 36 246 0.23 0.85 0 0.04 284 0.92 0.55
Hex BE 24 F6 17 55 0 4 11C 5C 37
Octal 276 44 366 27 125 0 4 434 134 67
Binary 10111110 100100 11110110 10111 1010101 0 100 100011100 1011100 110111

Color Harmonies of #BE24F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24F6

Black with #BE24F6

Text Example


Text Example

White with #BE24F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24F6; }

 p { color: rgb(190,36,246); }

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

background-color css

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

 a { background-color: rgb(190,36,246); }

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

border-color css

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

 span { border-color: rgb(190,36,246); }

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