Html Css Color HEX #BE18FE Electric Purple

📋 copy color: '#BE18FE'

red 190 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #BE18FE

Tints of Electric Purple #BE18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.13%

 BLUE value IS 254 (99.61% from 255) = 54.27%

R = 40.6%
G = 5.13%
B = 54.27%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE18FE (or 0xBE18FE) is known color: Electric Purple. HEX triplet: BE, 18 and FE. RGB value is (190,24,254). Sum of RGB (Red+Green+Blue) = 190+24+254=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18FE is #41E701. Grayscale: #636363. Windows color (decimal): -4318978 or 16652478. OLE color: 16652478.

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

Color convert

RGB 190 24 254 -
CMYK 0.25 0.91 0 0.00
HSL 283.3º 0.99% 0.55% -
HSV(B) 283.3º 0.91% 1% -
XYZ 39.45 18.76 95.31 -
YUV 99.85 215 192.3 -
System Red Green Blue C M Y K H S L
Decimal 190 24 254 0.25 0.91 0 0.00 283.3 0.99 0.55
Hex BE 18 FE 19 5B 0 0 11B 63 37
Octal 276 30 376 31 133 0 0 433 143 67
Binary 10111110 11000 11111110 11001 1011011 0 0 100011011 1100011 110111

Color Harmonies of #BE18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18FE

Black with #BE18FE

Text Example


Text Example

White with #BE18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18FE; }

 p { color: rgb(190,24,254); }

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

background-color css

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

 a { background-color: rgb(190,24,254); }

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

border-color css

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

 span { border-color: rgb(190,24,254); }

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