Html Css Color HEX #BE18FF Electric Purple

📋 copy color: '#BE18FF'

red 190 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #BE18FF

Tints of Electric Purple #BE18FF

RGB

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

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

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

R = 40.51%
G = 5.12%
B = 54.37%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE18FF (or 0xBE18FF) is known color: Electric Purple. HEX triplet: BE, 18 and FF. RGB value is (190,24,255). Sum of RGB (Red+Green+Blue) = 190+24+255=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE18FF is #41E700. Grayscale: #636363. Windows color (decimal): -4318977 or 16718014. OLE color: 16718014.

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

Color convert

RGB 190 24 255 -
CMYK 0.25 0.91 0 0
HSL 283.12º 1% 0.55% -
HSV(B) 283.12º 0.91% 1% -
XYZ 39.61 18.82 96.15 -
YUV 99.97 215.5 192.22 -
System Red Green Blue C M Y K H S L
Decimal 190 24 255 0.25 0.91 0 0 283.12 1 0.55
Hex BE 18 FF 19 5B 0 0 11B 64 37
Octal 276 30 377 31 133 0 0 433 144 67
Binary 10111110 11000 11111111 11001 1011011 0 0 100011011 1100100 110111

Color Harmonies of #BE18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18FF

Black with #BE18FF

Text Example


Text Example

White with #BE18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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