Html Css Color HEX #BE2EFB Electric Purple

📋 copy color: '#BE2EFB'

red 190 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #BE2EFB

Tints of Electric Purple #BE2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.45%

 BLUE value IS 251 (98.44% from 255) = 51.54%

R = 39.01%
G = 9.45%
B = 51.54%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE2EFB (or 0xBE2EFB) is known color: Electric Purple. HEX triplet: BE, 2E and FB. RGB value is (190,46,251). Sum of RGB (Red+Green+Blue) = 190+46+251=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE2EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EFB is #41D104. Grayscale: #6F6F6F. Windows color (decimal): -4313349 or 16461502. OLE color: 16461502.

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

Color convert

RGB 190 46 251 -
CMYK 0.24 0.82 0 0.02
HSL 282.15º 0.96% 0.58% -
HSV(B) 282.15º 0.82% 0.98% -
XYZ 39.62 19.87 93.01 -
YUV 112.43 206.21 183.33 -
System Red Green Blue C M Y K H S L
Decimal 190 46 251 0.24 0.82 0 0.02 282.15 0.96 0.58
Hex BE 2E FB 18 52 0 2 11A 60 3A
Octal 276 56 373 30 122 0 2 432 140 72
Binary 10111110 101110 11111011 11000 1010010 0 10 100011010 1100000 111010

Color Harmonies of #BE2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2EFB

Black with #BE2EFB

Text Example


Text Example

White with #BE2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2EFB; }

 p { color: rgb(190,46,251); }

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

background-color css

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

 a { background-color: rgb(190,46,251); }

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

border-color css

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

 span { border-color: rgb(190,46,251); }

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