Html Css Color HEX #BE25FE Electric Purple

📋 copy color: '#BE25FE'

red 190 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #BE25FE

Tints of Electric Purple #BE25FE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

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

R = 39.5%
G = 7.69%
B = 52.81%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE25FE (or 0xBE25FE) is known color: Electric Purple. HEX triplet: BE, 25 and FE. RGB value is (190,37,254). Sum of RGB (Red+Green+Blue) = 190+37+254=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE25FE is #41DA01. Grayscale: #6A6A6A. Windows color (decimal): -4315650 or 16655806. OLE color: 16655806.

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

Color convert

RGB 190 37 254 -
CMYK 0.25 0.85 0 0.00
HSL 282.3º 0.99% 0.57% -
HSV(B) 282.3º 0.85% 1% -
XYZ 39.79 19.43 95.42 -
YUV 107.49 210.69 186.86 -
System Red Green Blue C M Y K H S L
Decimal 190 37 254 0.25 0.85 0 0.00 282.3 0.99 0.57
Hex BE 25 FE 19 55 0 0 11A 63 39
Octal 276 45 376 31 125 0 0 432 143 71
Binary 10111110 100101 11111110 11001 1010101 0 0 100011010 1100011 111001

Color Harmonies of #BE25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25FE

Black with #BE25FE

Text Example


Text Example

White with #BE25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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