#BE0FFF

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

Shades of Electric Purple #BE0FFF

Tints of Electric Purple #BE0FFF

Color information

#BE0FFF (or 0xBE0FFF) is unknown color: approx Electric Purple. HEX triplet: BE, 0F and FF. RGB value is (190,15,255). Sum of RGB (Red+Green+Blue) = 190+15+255=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FFF is #41F000. Grayscale: #5D5D5D. Windows color (decimal): -4321281 or 16715710. OLE color: 16715710.

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

Color convert

RGB19015255-
CMYK0.250.9400
HSL283.75º100%52.94%-
HSV(B)283.75º94.12%100%-
XYZ39.4618.5196.1-
YUV94.68218.48195.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 15 (6.25% from 255) = 3.26%
BLUE value IS 255 (100% from 255) = 55.43%
R=41.30%
G=3.26%
B=55.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190152550.250.9400283.7510052.94
HexBEFFF195E0011c6435
Octal27617377311360043414465
Binary10111110111111111111110011011110001000111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0FFF; }

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

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

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

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

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

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

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

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