Html Css Color HEX #BE13FE Electric Purple

📋 copy color: '#BE13FE'

red 190 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #BE13FE

Tints of Electric Purple #BE13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

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

R = 41.04%
G = 4.1%
B = 54.86%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE13FE (or 0xBE13FE) is known color: Electric Purple. HEX triplet: BE, 13 and FE. RGB value is (190,19,254). Sum of RGB (Red+Green+Blue) = 190+19+254=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE13FE is #41EC01. Grayscale: #606060. Windows color (decimal): -4320258 or 16651198. OLE color: 16651198.

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

Color convert

RGB 190 19 254 -
CMYK 0.25 0.93 0 0.00
HSL 283.66º 0.99% 0.54% -
HSV(B) 283.66º 0.93% 1% -
XYZ 39.36 18.57 95.28 -
YUV 96.92 216.65 194.39 -
System Red Green Blue C M Y K H S L
Decimal 190 19 254 0.25 0.93 0 0.00 283.66 0.99 0.54
Hex BE 13 FE 19 5D 0 0 11C 63 36
Octal 276 23 376 31 135 0 0 434 143 66
Binary 10111110 10011 11111110 11001 1011101 0 0 100011100 1100011 110110

Color Harmonies of #BE13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13FE

Black with #BE13FE

Text Example


Text Example

White with #BE13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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