Html Css Color HEX #BE34FF Electric Purple

📋 copy color: '#BE34FF'

red 190 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #BE34FF

Tints of Electric Purple #BE34FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.46%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 38.23%
G = 10.46%
B = 51.31%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE34FF (or 0xBE34FF) is known color: Electric Purple. HEX triplet: BE, 34 and FF. RGB value is (190,52,255). Sum of RGB (Red+Green+Blue) = 190+52+255=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE34FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34FF is #41CB00. Grayscale: #737373. Windows color (decimal): -4311809 or 16725182. OLE color: 16725182.

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

Color convert

RGB 190 52 255 -
CMYK 0.25 0.80 0 0
HSL 280.79º 1% 0.6% -
HSV(B) 280.79º 0.8% 1% -
XYZ 40.51 20.62 96.45 -
YUV 116.4 206.22 180.49 -
System Red Green Blue C M Y K H S L
Decimal 190 52 255 0.25 0.80 0 0 280.79 1 0.6
Hex BE 34 FF 19 50 0 0 119 64 3C
Octal 276 64 377 31 120 0 0 431 144 74
Binary 10111110 110100 11111111 11001 1010000 0 0 100011001 1100100 111100

Color Harmonies of #BE34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34FF

Black with #BE34FF

Text Example


Text Example

White with #BE34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34FF; }

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

 H1.HeaderClassName
 {
   color: #BE34FF;
 }
 .AnyTagClassName
 {
   color: #BE34FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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