Html Css Color HEX #BE07FA Electric Purple

📋 copy color: '#BE07FA'

red 190 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #BE07FA

Tints of Electric Purple #BE07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 42.51%
G = 1.57%
B = 55.93%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE07FA (or 0xBE07FA) is known color: Electric Purple. HEX triplet: BE, 07 and FA. RGB value is (190,7,250). Sum of RGB (Red+Green+Blue) = 190+7+250=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE07FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE07FA is #41F805. Grayscale: #585858. Windows color (decimal): -4323334 or 16385982. OLE color: 16385982.

HSL color Cylindrical-coordinate representation of color #BE07FA: hue angle of 285.19º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07FA is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 7 250 -
CMYK 0.24 0.97 0 0.02
HSL 285.19º 0.96% 0.5% -
HSV(B) 285.19º 0.97% 0.98% -
XYZ 38.57 18 91.88 -
YUV 89.42 218.63 199.74 -
System Red Green Blue C M Y K H S L
Decimal 190 7 250 0.24 0.97 0 0.02 285.19 0.96 0.5
Hex BE 7 FA 18 61 0 2 11D 60 32
Octal 276 7 372 30 141 0 2 435 140 62
Binary 10111110 111 11111010 11000 1100001 0 10 100011101 1100000 110010

Color Harmonies of #BE07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07FA

Black with #BE07FA

Text Example


Text Example

White with #BE07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07FA; }

 p { color: rgb(190,7,250); }

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

background-color css

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

 a { background-color: rgb(190,7,250); }

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

border-color css

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

 span { border-color: rgb(190,7,250); }

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