Html Css Color HEX #BE2BFA Electric Purple

📋 copy color: '#BE2BFA'

red 190 ◦ green 43 ◦ blue 250

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

Shades of Electric Purple #BE2BFA

Tints of Electric Purple #BE2BFA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.9%

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

R = 39.34%
G = 8.9%
B = 51.76%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE2BFA (or 0xBE2BFA) is known color: Electric Purple. HEX triplet: BE, 2B and FA. RGB value is (190,43,250). Sum of RGB (Red+Green+Blue) = 190+43+250=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE2BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BFA is #41D405. Grayscale: #6D6D6D. Windows color (decimal): -4314118 or 16395198. OLE color: 16395198.

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

Color convert

RGB 190 43 250 -
CMYK 0.24 0.83 0 0.02
HSL 282.61º 0.95% 0.57% -
HSV(B) 282.61º 0.83% 0.98% -
XYZ 39.35 19.58 92.15 -
YUV 110.55 206.7 184.67 -
System Red Green Blue C M Y K H S L
Decimal 190 43 250 0.24 0.83 0 0.02 282.61 0.95 0.57
Hex BE 2B FA 18 53 0 2 11B 5F 39
Octal 276 53 372 30 123 0 2 433 137 71
Binary 10111110 101011 11111010 11000 1010011 0 10 100011011 1011111 111001

Color Harmonies of #BE2BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BFA

Black with #BE2BFA

Text Example


Text Example

White with #BE2BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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