Html Css Color HEX #BE11F0 Electric Purple

📋 copy color: '#BE11F0'

red 190 ◦ green 17 ◦ blue 240

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

Shades of Electric Purple #BE11F0

Tints of Electric Purple #BE11F0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

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

R = 42.51%
G = 3.8%
B = 53.69%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE11F0 (or 0xBE11F0) is known color: Electric Purple. HEX triplet: BE, 11 and F0. RGB value is (190,17,240). Sum of RGB (Red+Green+Blue) = 190+17+240=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE11F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11F0 is #41EE0F. Grayscale: #5D5D5D. Windows color (decimal): -4320784 or 15733182. OLE color: 15733182.

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

Color convert

RGB 190 17 240 -
CMYK 0.21 0.93 0 0.06
HSL 286.55º 0.88% 0.5% -
HSV(B) 286.55º 0.93% 0.94% -
XYZ 37.16 17.64 83.88 -
YUV 94.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 190 17 240 0.21 0.93 0 0.06 286.55 0.88 0.5
Hex BE 11 F0 15 5D 0 6 11F 58 32
Octal 276 21 360 25 135 0 6 437 130 62
Binary 10111110 10001 11110000 10101 1011101 0 110 100011111 1011000 110010

Color Harmonies of #BE11F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11F0

Black with #BE11F0

Text Example


Text Example

White with #BE11F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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