Html Css Color HEX #BE01F0 Electric Purple

📋 copy color: '#BE01F0'

red 190 ◦ green 1 ◦ blue 240

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

Shades of Electric Purple #BE01F0

Tints of Electric Purple #BE01F0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 44.08%
G = 0.23%
B = 55.68%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE01F0 (or 0xBE01F0) is known color: Electric Purple. HEX triplet: BE, 01 and F0. RGB value is (190,1,240). Sum of RGB (Red+Green+Blue) = 190+1+240=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE01F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01F0 is #41FE0F. Grayscale: #535353. Windows color (decimal): -4324880 or 15729086. OLE color: 15729086.

HSL color Cylindrical-coordinate representation of color #BE01F0: hue angle of 287.45º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01F0 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 1 240 -
CMYK 0.21 1.00 0 0.06
HSL 287.45º 0.99% 0.47% -
HSV(B) 287.45º 1% 0.94% -
XYZ 36.97 17.26 83.82 -
YUV 84.76 215.62 203.07 -
System Red Green Blue C M Y K H S L
Decimal 190 1 240 0.21 1.00 0 0.06 287.45 0.99 0.47
Hex BE 1 F0 15 64 0 6 11F 63 2F
Octal 276 1 360 25 144 0 6 437 143 57
Binary 10111110 1 11110000 10101 1100100 0 110 100011111 1100011 101111

Color Harmonies of #BE01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01F0

Black with #BE01F0

Text Example


Text Example

White with #BE01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01F0; }

 p { color: rgb(190,1,240); }

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

background-color css

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

 a { background-color: rgb(190,1,240); }

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

border-color css

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

 span { border-color: rgb(190,1,240); }

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