Html Css Color HEX #BE10FF Electric Purple

📋 copy color: '#BE10FF'

red 190 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #BE10FF

Tints of Electric Purple #BE10FF

RGB

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

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

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

R = 41.21%
G = 3.47%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE10FF (or 0xBE10FF) is known color: Electric Purple. HEX triplet: BE, 10 and FF. RGB value is (190,16,255). Sum of RGB (Red+Green+Blue) = 190+16+255=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE10FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10FF is #41EF00. Grayscale: #5E5E5E. Windows color (decimal): -4321025 or 16715966. OLE color: 16715966.

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

Color convert

RGB 190 16 255 -
CMYK 0.25 0.94 0 0
HSL 283.68º 1% 0.53% -
HSV(B) 283.68º 0.94% 1% -
XYZ 39.47 18.54 96.11 -
YUV 95.27 218.15 195.57 -
System Red Green Blue C M Y K H S L
Decimal 190 16 255 0.25 0.94 0 0 283.68 1 0.53
Hex BE 10 FF 19 5E 0 0 11C 64 35
Octal 276 20 377 31 136 0 0 434 144 65
Binary 10111110 10000 11111111 11001 1011110 0 0 100011100 1100100 110101

Color Harmonies of #BE10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10FF

Black with #BE10FF

Text Example


Text Example

White with #BE10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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