Html Css Color HEX #BE18FA Electric Purple

📋 copy color: '#BE18FA'

red 190 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #BE18FA

Tints of Electric Purple #BE18FA

RGB

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

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

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

R = 40.95%
G = 5.17%
B = 53.88%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE18FA (or 0xBE18FA) is known color: Electric Purple. HEX triplet: BE, 18 and FA. RGB value is (190,24,250). Sum of RGB (Red+Green+Blue) = 190+24+250=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE18FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18FA is #41E705. Grayscale: #626262. Windows color (decimal): -4318982 or 16390334. OLE color: 16390334.

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

Color convert

RGB 190 24 250 -
CMYK 0.24 0.90 0 0.02
HSL 284.07º 0.96% 0.54% -
HSV(B) 284.07º 0.9% 0.98% -
XYZ 38.82 18.5 91.97 -
YUV 99.4 213 192.62 -
System Red Green Blue C M Y K H S L
Decimal 190 24 250 0.24 0.90 0 0.02 284.07 0.96 0.54
Hex BE 18 FA 18 5A 0 2 11C 60 36
Octal 276 30 372 30 132 0 2 434 140 66
Binary 10111110 11000 11111010 11000 1011010 0 10 100011100 1100000 110110

Color Harmonies of #BE18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18FA

Black with #BE18FA

Text Example


Text Example

White with #BE18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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