Html Css Color HEX #BE01EF Electric Purple

📋 copy color: '#BE01EF'

red 190 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #BE01EF

Tints of Electric Purple #BE01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 44.19%
G = 0.23%
B = 55.58%

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

#BE01EF (or 0xBE01EF) is known color: Electric Purple. HEX triplet: BE, 01 and EF. RGB value is (190,1,239). Sum of RGB (Red+Green+Blue) = 190+1+239=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE01EF is #41FE10. Grayscale: #535353. Windows color (decimal): -4324881 or 15663550. OLE color: 15663550.

HSL color Cylindrical-coordinate representation of color #BE01EF: hue angle of 287.65º 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 #BE01EF is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 1 239 -
CMYK 0.21 1.00 0 0.06
HSL 287.65º 0.99% 0.47% -
HSV(B) 287.65º 1% 0.94% -
XYZ 36.83 17.2 83.04 -
YUV 84.64 215.12 203.15 -
System Red Green Blue C M Y K H S L
Decimal 190 1 239 0.21 1.00 0 0.06 287.65 0.99 0.47
Hex BE 1 EF 15 64 0 6 120 63 2F
Octal 276 1 357 25 144 0 6 440 143 57
Binary 10111110 1 11101111 10101 1100100 0 110 100100000 1100011 101111

Color Harmonies of #BE01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01EF

Black with #BE01EF

Text Example


Text Example

White with #BE01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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