Html Css Color HEX #BE20FF Electric Purple

📋 copy color: '#BE20FF'

red 190 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #BE20FF

Tints of Electric Purple #BE20FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.71%

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

R = 39.83%
G = 6.71%
B = 53.46%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE20FF (or 0xBE20FF) is known color: Electric Purple. HEX triplet: BE, 20 and FF. RGB value is (190,32,255). Sum of RGB (Red+Green+Blue) = 190+32+255=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE20FF is #41DF00. Grayscale: #676767. Windows color (decimal): -4316929 or 16720062. OLE color: 16720062.

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

Color convert

RGB 190 32 255 -
CMYK 0.25 0.87 0 0
HSL 282.51º 1% 0.56% -
HSV(B) 282.51º 0.87% 1% -
XYZ 39.8 19.2 96.22 -
YUV 104.66 212.85 188.87 -
System Red Green Blue C M Y K H S L
Decimal 190 32 255 0.25 0.87 0 0 282.51 1 0.56
Hex BE 20 FF 19 57 0 0 11B 64 38
Octal 276 40 377 31 127 0 0 433 144 70
Binary 10111110 100000 11111111 11001 1010111 0 0 100011011 1100100 111000

Color Harmonies of #BE20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20FF

Black with #BE20FF

Text Example


Text Example

White with #BE20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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