#BE34FE

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

Shades of Electric Purple #BE34FE

Tints of Electric Purple #BE34FE

Color information

#BE34FE (or 0xBE34FE) is unknown color: approx Electric Purple. HEX triplet: BE, 34 and FE. RGB value is (190,52,254). Sum of RGB (Red+Green+Blue) = 190+52+254=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE34FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34FE is #41CB01. Grayscale: #737373. Windows color (decimal): -4311810 or 16659646. OLE color: 16659646.

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

Color convert

RGB19052254-
CMYK0.250.8000.00
HSL280.99º99.02%60%-
HSV(B)280.99º79.53%99.61%-
XYZ40.3520.5695.61-
YUV116.29205.72180.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 52 (20.70% from 255) = 10.48%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=38.31%
G=10.48%
B=51.21%

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
Decimal190522540.250.8000.00280.9999.0260
HexBE34FE195000119633c
Octal27664376311200043114374
Binary1011111011010011111110110011010000001000110011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34FE; }

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

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

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

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

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

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

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

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