Html Css Color HEX #BE12F0 Electric Purple

📋 copy color: '#BE12F0'

red 190 ◦ green 18 ◦ blue 240

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

Shades of Electric Purple #BE12F0

Tints of Electric Purple #BE12F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.57%

R = 42.41%
G = 4.02%
B = 53.57%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE12F0 (or 0xBE12F0) is known color: Electric Purple. HEX triplet: BE, 12 and F0. RGB value is (190,18,240). Sum of RGB (Red+Green+Blue) = 190+18+240=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE12F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE12F0 is #41ED0F. Grayscale: #5E5E5E. Windows color (decimal): -4320528 or 15733438. OLE color: 15733438.

HSL color Cylindrical-coordinate representation of color #BE12F0: hue angle of 286.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE12F0 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 18 240 -
CMYK 0.21 0.92 0 0.06
HSL 286.49º 0.88% 0.51% -
HSV(B) 286.49º 0.93% 0.94% -
XYZ 37.18 17.67 83.89 -
YUV 94.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 190 18 240 0.21 0.92 0 0.06 286.49 0.88 0.51
Hex BE 12 F0 15 5C 0 6 11E 58 33
Octal 276 22 360 25 134 0 6 436 130 63
Binary 10111110 10010 11110000 10101 1011100 0 110 100011110 1011000 110011

Color Harmonies of #BE12F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE12F0

Black with #BE12F0

Text Example


Text Example

White with #BE12F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE12F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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