Html Css Color HEX #BE02FF Electric Purple

📋 copy color: '#BE02FF'

red 190 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #BE02FF

Tints of Electric Purple #BE02FF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 255 (100% from 255) = 57.05%

R = 42.51%
G = 0.45%
B = 57.05%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE02FF (or 0xBE02FF) is known color: Electric Purple. HEX triplet: BE, 02 and FF. RGB value is (190,2,255). Sum of RGB (Red+Green+Blue) = 190+2+255=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE02FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE02FF is #41FD00. Grayscale: #565656. Windows color (decimal): -4324609 or 16712382. OLE color: 16712382.

HSL color Cylindrical-coordinate representation of color #BE02FF: hue angle of 284.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE02FF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 2 255 -
CMYK 0.25 0.99 0 0
HSL 284.59º 1% 0.5% -
HSV(B) 284.59º 0.99% 1% -
XYZ 39.31 18.21 96.05 -
YUV 87.05 222.78 201.43 -
System Red Green Blue C M Y K H S L
Decimal 190 2 255 0.25 0.99 0 0 284.59 1 0.5
Hex BE 2 FF 19 63 0 0 11D 64 32
Octal 276 2 377 31 143 0 0 435 144 62
Binary 10111110 10 11111111 11001 1100011 0 0 100011101 1100100 110010

Color Harmonies of #BE02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE02FF

Black with #BE02FF

Text Example


Text Example

White with #BE02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE02FF; }

 p { color: rgb(190,2,255); }

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

background-color css

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

 a { background-color: rgb(190,2,255); }

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

border-color css

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

 span { border-color: rgb(190,2,255); }

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