Html Css Color HEX #BE1FEA Electric Purple

📋 copy color: '#BE1FEA'

red 190 ◦ green 31 ◦ blue 234

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

Shades of Electric Purple #BE1FEA

Tints of Electric Purple #BE1FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 41.76%
G = 6.81%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE1FEA (or 0xBE1FEA) is known color: Electric Purple. HEX triplet: BE, 1F and EA. RGB value is (190,31,234). Sum of RGB (Red+Green+Blue) = 190+31+234=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE1FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1FEA is #41E015. Grayscale: #656565. Windows color (decimal): -4317206 or 15343550. OLE color: 15343550.

HSL color Cylindrical-coordinate representation of color #BE1FEA: hue angle of 287º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1FEA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 31 234 -
CMYK 0.19 0.87 0 0.08
HSL 287º 0.83% 0.52% -
HSV(B) 287º 0.87% 0.92% -
XYZ 36.58 17.87 79.36 -
YUV 101.68 202.68 190.99 -
System Red Green Blue C M Y K H S L
Decimal 190 31 234 0.19 0.87 0 0.08 287 0.83 0.52
Hex BE 1F EA 13 57 0 8 11F 53 34
Octal 276 37 352 23 127 0 10 437 123 64
Binary 10111110 11111 11101010 10011 1010111 0 1000 100011111 1010011 110100

Color Harmonies of #BE1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FEA

Black with #BE1FEA

Text Example


Text Example

White with #BE1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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