Html Css Color HEX #BE10F0 Electric Purple

📋 copy color: '#BE10F0'

red 190 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #BE10F0

Tints of Electric Purple #BE10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.59%

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

R = 42.6%
G = 3.59%
B = 53.81%

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

#BE10F0 (or 0xBE10F0) is known color: Electric Purple. HEX triplet: BE, 10 and F0. RGB value is (190,16,240). Sum of RGB (Red+Green+Blue) = 190+16+240=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10F0 is #41EF0F. Grayscale: #5C5C5C. Windows color (decimal): -4321040 or 15732926. OLE color: 15732926.

HSL color Cylindrical-coordinate representation of color #BE10F0: hue angle of 286.61º 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 #BE10F0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 16 240 -
CMYK 0.21 0.93 0 0.06
HSL 286.61º 0.88% 0.5% -
HSV(B) 286.61º 0.93% 0.94% -
XYZ 37.15 17.61 83.88 -
YUV 93.56 210.65 196.79 -
System Red Green Blue C M Y K H S L
Decimal 190 16 240 0.21 0.93 0 0.06 286.61 0.88 0.5
Hex BE 10 F0 15 5D 0 6 11F 58 32
Octal 276 20 360 25 135 0 6 437 130 62
Binary 10111110 10000 11110000 10101 1011101 0 110 100011111 1011000 110010

Color Harmonies of #BE10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10F0

Black with #BE10F0

Text Example


Text Example

White with #BE10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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