Html Css Color HEX #BE01FF Electric Purple

📋 copy color: '#BE01FF'

red 190 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #BE01FF

Tints of Electric Purple #BE01FF

RGB

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

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

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

R = 42.6%
G = 0.22%
B = 57.17%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE01FF (or 0xBE01FF) is known color: Electric Purple. HEX triplet: BE, 01 and FF. RGB value is (190,1,255). Sum of RGB (Red+Green+Blue) = 190+1+255=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01FF is #41FE00. Grayscale: #555555. Windows color (decimal): -4324865 or 16712126. OLE color: 16712126.

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

Color convert

RGB 190 1 255 -
CMYK 0.25 1.00 0 0
HSL 284.65º 1% 0.5% -
HSV(B) 284.65º 1% 1% -
XYZ 39.3 18.19 96.05 -
YUV 86.47 223.12 201.85 -
System Red Green Blue C M Y K H S L
Decimal 190 1 255 0.25 1.00 0 0 284.65 1 0.5
Hex BE 1 FF 19 64 0 0 11D 64 32
Octal 276 1 377 31 144 0 0 435 144 62
Binary 10111110 1 11111111 11001 1100100 0 0 100011101 1100100 110010

Color Harmonies of #BE01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01FF

Black with #BE01FF

Text Example


Text Example

White with #BE01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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