Html Css Color HEX #BE0AFE Electric Purple

📋 copy color: '#BE0AFE'

red 190 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #BE0AFE

Tints of Electric Purple #BE0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

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

R = 41.85%
G = 2.2%
B = 55.95%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE0AFE (or 0xBE0AFE) is known color: Electric Purple. HEX triplet: BE, 0A and FE. RGB value is (190,10,254). Sum of RGB (Red+Green+Blue) = 190+10+254=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE0AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0AFE is #41F501. Grayscale: #5A5A5A. Windows color (decimal): -4322562 or 16648894. OLE color: 16648894.

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

Color convert

RGB 190 10 254 -
CMYK 0.25 0.96 0 0.00
HSL 284.26º 0.99% 0.52% -
HSV(B) 284.26º 0.96% 1% -
XYZ 39.23 18.32 95.23 -
YUV 91.64 219.63 198.16 -
System Red Green Blue C M Y K H S L
Decimal 190 10 254 0.25 0.96 0 0.00 284.26 0.99 0.52
Hex BE A FE 19 60 0 0 11C 63 34
Octal 276 12 376 31 140 0 0 434 143 64
Binary 10111110 1010 11111110 11001 1100000 0 0 100011100 1100011 110100

Color Harmonies of #BE0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0AFE

Black with #BE0AFE

Text Example


Text Example

White with #BE0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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