Html Css Color HEX #BE11FF Electric Purple

📋 copy color: '#BE11FF'

red 190 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #BE11FF

Tints of Electric Purple #BE11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

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

R = 41.13%
G = 3.68%
B = 55.19%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE11FF (or 0xBE11FF) is known color: Electric Purple. HEX triplet: BE, 11 and FF. RGB value is (190,17,255). Sum of RGB (Red+Green+Blue) = 190+17+255=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11FF is #41EE00. Grayscale: #5F5F5F. Windows color (decimal): -4320769 or 16716222. OLE color: 16716222.

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

Color convert

RGB 190 17 255 -
CMYK 0.25 0.93 0 0
HSL 283.61º 1% 0.53% -
HSV(B) 283.61º 0.93% 1% -
XYZ 39.49 18.57 96.11 -
YUV 95.86 217.81 195.15 -
System Red Green Blue C M Y K H S L
Decimal 190 17 255 0.25 0.93 0 0 283.61 1 0.53
Hex BE 11 FF 19 5D 0 0 11C 64 35
Octal 276 21 377 31 135 0 0 434 144 65
Binary 10111110 10001 11111111 11001 1011101 0 0 100011100 1100100 110101

Color Harmonies of #BE11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11FF

Black with #BE11FF

Text Example


Text Example

White with #BE11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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