Html Css Color HEX #BE0FFE Electric Purple

📋 copy color: '#BE0FFE'

red 190 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #BE0FFE

Tints of Electric Purple #BE0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.27%

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

R = 41.39%
G = 3.27%
B = 55.34%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE0FFE (or 0xBE0FFE) is known color: Electric Purple. HEX triplet: BE, 0F and FE. RGB value is (190,15,254). Sum of RGB (Red+Green+Blue) = 190+15+254=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FFE is #41F001. Grayscale: #5D5D5D. Windows color (decimal): -4321282 or 16650174. OLE color: 16650174.

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

Color convert

RGB 190 15 254 -
CMYK 0.25 0.94 0 0.00
HSL 283.93º 0.99% 0.53% -
HSV(B) 283.93º 0.94% 1% -
XYZ 39.3 18.44 95.25 -
YUV 94.57 217.98 196.07 -
System Red Green Blue C M Y K H S L
Decimal 190 15 254 0.25 0.94 0 0.00 283.93 0.99 0.53
Hex BE F FE 19 5E 0 0 11C 63 35
Octal 276 17 376 31 136 0 0 434 143 65
Binary 10111110 1111 11111110 11001 1011110 0 0 100011100 1100011 110101

Color Harmonies of #BE0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FFE

Black with #BE0FFE

Text Example


Text Example

White with #BE0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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