Html Css Color HEX #BE1FFA Electric Purple

📋 copy color: '#BE1FFA'

red 190 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #BE1FFA

Tints of Electric Purple #BE1FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 40.34%
G = 6.58%
B = 53.08%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE1FFA (or 0xBE1FFA) is known color: Electric Purple. HEX triplet: BE, 1F and FA. RGB value is (190,31,250). Sum of RGB (Red+Green+Blue) = 190+31+250=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FFA is #41E005. Grayscale: #666666. Windows color (decimal): -4317190 or 16392126. OLE color: 16392126.

HSL color Cylindrical-coordinate representation of color #BE1FFA: hue angle of 283.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1FFA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 31 250 -
CMYK 0.24 0.88 0 0.02
HSL 283.56º 0.96% 0.55% -
HSV(B) 283.56º 0.88% 0.98% -
XYZ 38.98 18.83 92.02 -
YUV 103.51 210.68 189.69 -
System Red Green Blue C M Y K H S L
Decimal 190 31 250 0.24 0.88 0 0.02 283.56 0.96 0.55
Hex BE 1F FA 18 58 0 2 11C 60 37
Octal 276 37 372 30 130 0 2 434 140 67
Binary 10111110 11111 11111010 11000 1011000 0 10 100011100 1100000 110111

Color Harmonies of #BE1FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FFA

Black with #BE1FFA

Text Example


Text Example

White with #BE1FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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