Html Css Color HEX #BE2CFB Electric Purple

📋 copy color: '#BE2CFB'

red 190 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #BE2CFB

Tints of Electric Purple #BE2CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.07%

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

R = 39.18%
G = 9.07%
B = 51.75%

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

#BE2CFB (or 0xBE2CFB) is known color: Electric Purple. HEX triplet: BE, 2C and FB. RGB value is (190,44,251). Sum of RGB (Red+Green+Blue) = 190+44+251=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2CFB is #41D304. Grayscale: #6E6E6E. Windows color (decimal): -4313861 or 16460990. OLE color: 16460990.

HSL color Cylindrical-coordinate representation of color #BE2CFB: hue angle of 282.32º 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 #BE2CFB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 44 251 -
CMYK 0.24 0.82 0 0.02
HSL 282.32º 0.96% 0.58% -
HSV(B) 282.32º 0.82% 0.98% -
XYZ 39.55 19.71 92.99 -
YUV 111.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 190 44 251 0.24 0.82 0 0.02 282.32 0.96 0.58
Hex BE 2C FB 18 52 0 2 11A 60 3A
Octal 276 54 373 30 122 0 2 432 140 72
Binary 10111110 101100 11111011 11000 1010010 0 10 100011010 1100000 111010

Color Harmonies of #BE2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CFB

Black with #BE2CFB

Text Example


Text Example

White with #BE2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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