Html Css Color HEX #BE1AFE Electric Purple

📋 copy color: '#BE1AFE'

red 190 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #BE1AFE

Tints of Electric Purple #BE1AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.53%

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 40.43%
G = 5.53%
B = 54.04%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE1AFE (or 0xBE1AFE) is known color: Electric Purple. HEX triplet: BE, 1A and FE. RGB value is (190,26,254). Sum of RGB (Red+Green+Blue) = 190+26+254=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1AFE is #41E501. Grayscale: #646464. Windows color (decimal): -4318466 or 16652990. OLE color: 16652990.

HSL color Cylindrical-coordinate representation of color #BE1AFE: hue angle of 283.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1AFE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 26 254 -
CMYK 0.25 0.90 0 0.00
HSL 283.16º 0.99% 0.55% -
HSV(B) 283.16º 0.9% 1% -
XYZ 39.49 18.84 95.32 -
YUV 101.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 190 26 254 0.25 0.90 0 0.00 283.16 0.99 0.55
Hex BE 1A FE 19 5A 0 0 11B 63 37
Octal 276 32 376 31 132 0 0 433 143 67
Binary 10111110 11010 11111110 11001 1011010 0 0 100011011 1100011 110111

Color Harmonies of #BE1AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1AFE

Black with #BE1AFE

Text Example


Text Example

White with #BE1AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1AFE; }

 p { color: rgb(190,26,254); }

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

background-color css

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

 a { background-color: rgb(190,26,254); }

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

border-color css

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

 span { border-color: rgb(190,26,254); }

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