Html Css Color HEX #BE1FFF Electric Purple

📋 copy color: '#BE1FFF'

red 190 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #BE1FFF

Tints of Electric Purple #BE1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.51%

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

R = 39.92%
G = 6.51%
B = 53.57%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE1FFF (or 0xBE1FFF) is known color: Electric Purple. HEX triplet: BE, 1F and FF. RGB value is (190,31,255). Sum of RGB (Red+Green+Blue) = 190+31+255=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FFF is #41E000. Grayscale: #676767. Windows color (decimal): -4317185 or 16719806. OLE color: 16719806.

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

Color convert

RGB 190 31 255 -
CMYK 0.25 0.88 0 0
HSL 282.59º 1% 0.56% -
HSV(B) 282.59º 0.88% 1% -
XYZ 39.78 19.15 96.21 -
YUV 104.08 213.18 189.29 -
System Red Green Blue C M Y K H S L
Decimal 190 31 255 0.25 0.88 0 0 282.59 1 0.56
Hex BE 1F FF 19 58 0 0 11B 64 38
Octal 276 37 377 31 130 0 0 433 144 70
Binary 10111110 11111 11111111 11001 1011000 0 0 100011011 1100100 111000

Color Harmonies of #BE1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FFF

Black with #BE1FFF

Text Example


Text Example

White with #BE1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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