#BE00FF

Color #BE00FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BE00FF

Tints of Electric Purple #BE00FF

Color information

#BE00FF (or 0xBE00FF) is unknown color: approx Electric Purple. HEX triplet: BE, 00 and FF. RGB value is (190,0,255). Sum of RGB (Red+Green+Blue) = 190+0+255=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE00FF is #41FF00. Grayscale: #555555. Windows color (decimal): -4325121 or 16711870. OLE color: 16711870.

HSL color Cylindrical-coordinate representation of color #BE00FF: hue angle of 284.71º 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 #BE00FF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1900255-
CMYK0.25100
HSL284.71º100%50%-
HSV(B)284.71º100%100%-
XYZ39.2918.1796.04-
YUV85.88223.45202.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 57.30%
R=42.70%
G=0%
B=57.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19002550.25100284.7110050
HexBE0FF19640011d6432
Octal2760377311440043514462
Binary10111110011111111110011100100001000111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE00FF; }

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

 H1.HeaderClassName
 {
   color: #BE00FF;
 }
 .AnyTagClassName
 {
   color: #BE00FF;
 }
</style>
background-color css

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

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

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

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

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

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