#BE33FA

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

Shades of Electric Purple #BE33FA

Tints of Electric Purple #BE33FA

Color information

#BE33FA (or 0xBE33FA) is unknown color: approx Electric Purple. HEX triplet: BE, 33 and FA. RGB value is (190,51,250). Sum of RGB (Red+Green+Blue) = 190+51+250=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE33FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33FA is #41CC05. Grayscale: #727272. Windows color (decimal): -4312070 or 16397246. OLE color: 16397246.

HSL color Cylindrical-coordinate representation of color #BE33FA: hue angle of 281.91º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE33FA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19051250-
CMYK0.240.8000.02
HSL281.91º95.22%59.02%-
HSV(B)281.91º79.6%98.04%-
XYZ39.6720.2292.25-
YUV115.25204.05181.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 51 (20.31% from 255) = 10.39%
BLUE value IS 250 (98.05% from 255) = 50.92%
R=38.70%
G=10.39%
B=50.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190512500.240.8000.02281.9195.2259.02
HexBE33FA18500211a5f3b
Octal27663372301200243213773
Binary10111110110011111110101100010100000101000110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE33FA; }

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

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

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

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

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

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

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

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