Html Css Color HEX #BE19FF Electric Purple

📋 copy color: '#BE19FF'

red 190 ◦ green 25 ◦ blue 255

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

Shades of Electric Purple #BE19FF

Tints of Electric Purple #BE19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.32%

 BLUE value IS 255 (100% from 255) = 54.26%

R = 40.43%
G = 5.32%
B = 54.26%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE19FF (or 0xBE19FF) is known color: Electric Purple. HEX triplet: BE, 19 and FF. RGB value is (190,25,255). Sum of RGB (Red+Green+Blue) = 190+25+255=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE19FF is #41E600. Grayscale: #636363. Windows color (decimal): -4318721 or 16718270. OLE color: 16718270.

HSL color Cylindrical-coordinate representation of color #BE19FF: hue angle of 283.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE19FF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 25 255 -
CMYK 0.25 0.90 0 0
HSL 283.04º 1% 0.55% -
HSV(B) 283.04º 0.9% 1% -
XYZ 39.63 18.86 96.16 -
YUV 100.56 215.16 191.8 -
System Red Green Blue C M Y K H S L
Decimal 190 25 255 0.25 0.90 0 0 283.04 1 0.55
Hex BE 19 FF 19 5A 0 0 11B 64 37
Octal 276 31 377 31 132 0 0 433 144 67
Binary 10111110 11001 11111111 11001 1011010 0 0 100011011 1100100 110111

Color Harmonies of #BE19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19FF

Black with #BE19FF

Text Example


Text Example

White with #BE19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19FF; }

 p { color: rgb(190,25,255); }

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

background-color css

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

 a { background-color: rgb(190,25,255); }

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

border-color css

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

 span { border-color: rgb(190,25,255); }

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