Html Css Color HEX #BE12FE Electric Purple

📋 copy color: '#BE12FE'

red 190 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #BE12FE

Tints of Electric Purple #BE12FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.9%

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

R = 41.13%
G = 3.9%
B = 54.98%

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

#BE12FE (or 0xBE12FE) is known color: Electric Purple. HEX triplet: BE, 12 and FE. RGB value is (190,18,254). Sum of RGB (Red+Green+Blue) = 190+18+254=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE12FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE12FE is #41ED01. Grayscale: #5F5F5F. Windows color (decimal): -4320514 or 16650942. OLE color: 16650942.

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

Color convert

RGB 190 18 254 -
CMYK 0.25 0.93 0 0.00
HSL 283.73º 0.99% 0.53% -
HSV(B) 283.73º 0.93% 1% -
XYZ 39.34 18.54 95.27 -
YUV 96.33 216.98 194.81 -
System Red Green Blue C M Y K H S L
Decimal 190 18 254 0.25 0.93 0 0.00 283.73 0.99 0.53
Hex BE 12 FE 19 5D 0 0 11C 63 35
Octal 276 22 376 31 135 0 0 434 143 65
Binary 10111110 10010 11111110 11001 1011101 0 0 100011100 1100011 110101

Color Harmonies of #BE12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12FE

Black with #BE12FE

Text Example


Text Example

White with #BE12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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