Html Css Color HEX #BE2FFB Electric Purple

📋 copy color: '#BE2FFB'

red 190 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #BE2FFB

Tints of Electric Purple #BE2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.63%

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

R = 38.93%
G = 9.63%
B = 51.43%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE2FFB (or 0xBE2FFB) is known color: Electric Purple. HEX triplet: BE, 2F and FB. RGB value is (190,47,251). Sum of RGB (Red+Green+Blue) = 190+47+251=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2FFB is #41D004. Grayscale: #707070. Windows color (decimal): -4313093 or 16461758. OLE color: 16461758.

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

Color convert

RGB 190 47 251 -
CMYK 0.24 0.81 0 0.02
HSL 282.06º 0.96% 0.58% -
HSV(B) 282.06º 0.81% 0.98% -
XYZ 39.66 19.95 93.03 -
YUV 113.01 205.88 182.91 -
System Red Green Blue C M Y K H S L
Decimal 190 47 251 0.24 0.81 0 0.02 282.06 0.96 0.58
Hex BE 2F FB 18 51 0 2 11A 60 3A
Octal 276 57 373 30 121 0 2 432 140 72
Binary 10111110 101111 11111011 11000 1010001 0 10 100011010 1100000 111010

Color Harmonies of #BE2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FFB

Black with #BE2FFB

Text Example


Text Example

White with #BE2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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