Html Css Color HEX #BE34FE Electric Purple

📋 copy color: '#BE34FE'

red 190 ◦ green 52 ◦ blue 254

#BE34FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BE34FE

Tints of Electric Purple #BE34FE

RGB

 RED value IS 190 (74.61% from 255) = 38.31%

 GREEN value IS 52 (20.7% 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 value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE34FE (or 0xBE34FE) is known color: 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

RGB 190 52 254 -
CMYK 0.25 0.80 0 0.00
HSL 280.99º 0.99% 0.6% -
HSV(B) 280.99º 0.8% 1% -
XYZ 40.35 20.56 95.61 -
YUV 116.29 205.72 180.57 -
System Red Green Blue C M Y K H S L
Decimal 190 52 254 0.25 0.80 0 0.00 280.99 0.99 0.6
Hex BE 34 FE 19 50 0 0 119 63 3C
Octal 276 64 376 31 120 0 0 431 143 74
Binary 10111110 110100 11111110 11001 1010000 0 0 100011001 1100011 111100

Color Harmonies of #BE34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34FE

Black with #BE34FE

Text Example


Text Example

White with #BE34FE

Text Example


Text Example

HTML Codes & Css Web 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>