Html Css Color HEX #BE2BF8 Electric Purple

📋 copy color: '#BE2BF8'

red 190 ◦ green 43 ◦ blue 248

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

Shades of Electric Purple #BE2BF8

Tints of Electric Purple #BE2BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.56%

R = 39.5%
G = 8.94%
B = 51.56%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BE2BF8 (or 0xBE2BF8) is known color: Electric Purple. HEX triplet: BE, 2B and F8. RGB value is (190,43,248). Sum of RGB (Red+Green+Blue) = 190+43+248=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #BE2BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2BF8 is #41D407. Grayscale: #6D6D6D. Windows color (decimal): -4314120 or 16264126. OLE color: 16264126.

HSL color Cylindrical-coordinate representation of color #BE2BF8: hue angle of 283.02º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2BF8 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 43 248 -
CMYK 0.23 0.83 0 0.03
HSL 283.02º 0.94% 0.57% -
HSV(B) 283.02º 0.83% 0.97% -
XYZ 39.04 19.45 90.5 -
YUV 110.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 190 43 248 0.23 0.83 0 0.03 283.02 0.94 0.57
Hex BE 2B F8 17 53 0 3 11B 5E 39
Octal 276 53 370 27 123 0 3 433 136 71
Binary 10111110 101011 11111000 10111 1010011 0 11 100011011 1011110 111001

Color Harmonies of #BE2BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BF8

Black with #BE2BF8

Text Example


Text Example

White with #BE2BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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