Html Css Color HEX #BE1FF2 Electric Purple

📋 copy color: '#BE1FF2'

red 190 ◦ green 31 ◦ blue 242

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

Shades of Electric Purple #BE1FF2

Tints of Electric Purple #BE1FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 41.04%
G = 6.7%
B = 52.27%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE1FF2 (or 0xBE1FF2) is known color: Electric Purple. HEX triplet: BE, 1F and F2. RGB value is (190,31,242). Sum of RGB (Red+Green+Blue) = 190+31+242=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE1FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FF2 is #41E00D. Grayscale: #656565. Windows color (decimal): -4317198 or 15867838. OLE color: 15867838.

HSL color Cylindrical-coordinate representation of color #BE1FF2: hue angle of 285.21º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1FF2 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 31 242 -
CMYK 0.21 0.87 0 0.05
HSL 285.21º 0.89% 0.54% -
HSV(B) 285.21º 0.87% 0.95% -
XYZ 37.75 18.34 85.55 -
YUV 102.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 190 31 242 0.21 0.87 0 0.05 285.21 0.89 0.54
Hex BE 1F F2 15 57 0 5 11D 59 36
Octal 276 37 362 25 127 0 5 435 131 66
Binary 10111110 11111 11110010 10101 1010111 0 101 100011101 1011001 110110

Color Harmonies of #BE1FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FF2

Black with #BE1FF2

Text Example


Text Example

White with #BE1FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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