Html Css Color HEX #BE25FF Electric Purple

📋 copy color: '#BE25FF'

red 190 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #BE25FF

Tints of Electric Purple #BE25FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 39.42%
G = 7.68%
B = 52.9%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE25FF (or 0xBE25FF) is known color: Electric Purple. HEX triplet: BE, 25 and FF. RGB value is (190,37,255). Sum of RGB (Red+Green+Blue) = 190+37+255=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE25FF is #41DA00. Grayscale: #6A6A6A. Windows color (decimal): -4315649 or 16721342. OLE color: 16721342.

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

Color convert

RGB 190 37 255 -
CMYK 0.25 0.85 0 0
HSL 282.11º 1% 0.57% -
HSV(B) 282.11º 0.85% 1% -
XYZ 39.95 19.49 96.26 -
YUV 107.6 211.19 186.77 -
System Red Green Blue C M Y K H S L
Decimal 190 37 255 0.25 0.85 0 0 282.11 1 0.57
Hex BE 25 FF 19 55 0 0 11A 64 39
Octal 276 45 377 31 125 0 0 432 144 71
Binary 10111110 100101 11111111 11001 1010101 0 0 100011010 1100100 111001

Color Harmonies of #BE25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE25FF

Black with #BE25FF

Text Example


Text Example

White with #BE25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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