#BE33FE

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

Shades of Electric Purple #BE33FE

Tints of Electric Purple #BE33FE

Color information

#BE33FE (or 0xBE33FE) is unknown color: approx Electric Purple. HEX triplet: BE, 33 and FE. RGB value is (190,51,254). Sum of RGB (Red+Green+Blue) = 190+51+254=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE33FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33FE is #41CC01. Grayscale: #737373. Windows color (decimal): -4312066 or 16659390. OLE color: 16659390.

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

Color convert

RGB19051254-
CMYK0.250.8000.00
HSL281.08º99.02%59.8%-
HSV(B)281.08º79.92%99.61%-
XYZ40.3120.4795.59-
YUV115.7206.05180.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=38.38%
G=10.30%
B=51.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal190512540.250.8000.00281.0899.0259.8
HexBE33FE195000119633c
Octal27663376311200043114374
Binary1011111011001111111110110011010000001000110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33FE; }

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

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

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

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

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

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

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

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