Html Css Color HEX #BE0FF0 Electric Purple

📋 copy color: '#BE0FF0'

red 190 ◦ green 15 ◦ blue 240

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

Shades of Electric Purple #BE0FF0

Tints of Electric Purple #BE0FF0

RGB

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

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

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

R = 42.7%
G = 3.37%
B = 53.93%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE0FF0 (or 0xBE0FF0) is known color: Electric Purple. HEX triplet: BE, 0F and F0. RGB value is (190,15,240). Sum of RGB (Red+Green+Blue) = 190+15+240=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0FF0 is #41F00F. Grayscale: #5C5C5C. Windows color (decimal): -4321296 or 15732670. OLE color: 15732670.

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

Color convert

RGB 190 15 240 -
CMYK 0.21 0.94 0 0.06
HSL 286.67º 0.88% 0.5% -
HSV(B) 286.67º 0.94% 0.94% -
XYZ 37.13 17.58 83.87 -
YUV 92.98 210.98 197.2 -
System Red Green Blue C M Y K H S L
Decimal 190 15 240 0.21 0.94 0 0.06 286.67 0.88 0.5
Hex BE F F0 15 5E 0 6 11F 58 32
Octal 276 17 360 25 136 0 6 437 130 62
Binary 10111110 1111 11110000 10101 1011110 0 110 100011111 1011000 110010

Color Harmonies of #BE0FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0FF0

Black with #BE0FF0

Text Example


Text Example

White with #BE0FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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