Html Css Color HEX #BE08FF Electric Purple

📋 copy color: '#BE08FF'

red 190 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #BE08FF

Tints of Electric Purple #BE08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 41.94%
G = 1.77%
B = 56.29%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE08FF (or 0xBE08FF) is known color: Electric Purple. HEX triplet: BE, 08 and FF. RGB value is (190,8,255). Sum of RGB (Red+Green+Blue) = 190+8+255=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE08FF is #41F700. Grayscale: #595959. Windows color (decimal): -4323073 or 16713918. OLE color: 16713918.

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

Color convert

RGB 190 8 255 -
CMYK 0.25 0.97 0 0
HSL 284.21º 1% 0.52% -
HSV(B) 284.21º 0.97% 1% -
XYZ 39.37 18.34 96.07 -
YUV 90.58 220.8 198.92 -
System Red Green Blue C M Y K H S L
Decimal 190 8 255 0.25 0.97 0 0 284.21 1 0.52
Hex BE 8 FF 19 61 0 0 11C 64 34
Octal 276 10 377 31 141 0 0 434 144 64
Binary 10111110 1000 11111111 11001 1100001 0 0 100011100 1100100 110100

Color Harmonies of #BE08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08FF

Black with #BE08FF

Text Example


Text Example

White with #BE08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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