#BE03FE

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

Shades of Electric Purple #BE03FE

Tints of Electric Purple #BE03FE

Color information

#BE03FE (or 0xBE03FE) is unknown color: approx Electric Purple. HEX triplet: BE, 03 and FE. RGB value is (190,3,254). Sum of RGB (Red+Green+Blue) = 190+3+254=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE03FE is #41FC01. Grayscale: #565656. Windows color (decimal): -4324354 or 16647102. OLE color: 16647102.

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

Color convert

RGB1903254-
CMYK0.250.9900.00
HSL284.7º99.21%50.39%-
HSV(B)284.7º98.82%99.61%-
XYZ39.1618.1795.21-
YUV87.53221.95201.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 254 (99.61% from 255) = 56.82%
R=42.51%
G=0.67%
B=56.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19032540.250.9900.00284.799.2150.39
HexBE3FE19630011d6332
Octal2763376311430043514362
Binary101111101111111110110011100011001000111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE03FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE03FE; }

 p { color: rgb(190,3,254); }

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

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

 a { background-color: rgb(190,3,254); }

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

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

 span { border-color: rgb(190,3,254); }

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