Html Css Color HEX #BE11FD Electric Purple

📋 copy color: '#BE11FD'

red 190 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #BE11FD

Tints of Electric Purple #BE11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 41.3%
G = 3.7%
B = 55%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE11FD (or 0xBE11FD) is known color: Electric Purple. HEX triplet: BE, 11 and FD. RGB value is (190,17,253). Sum of RGB (Red+Green+Blue) = 190+17+253=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11FD is #41EE02. Grayscale: #5E5E5E. Windows color (decimal): -4320771 or 16585150. OLE color: 16585150.

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

Color convert

RGB 190 17 253 -
CMYK 0.25 0.93 0 0.01
HSL 283.98º 0.98% 0.53% -
HSV(B) 283.98º 0.93% 0.99% -
XYZ 39.17 18.44 94.42 -
YUV 95.63 216.81 195.31 -
System Red Green Blue C M Y K H S L
Decimal 190 17 253 0.25 0.93 0 0.01 283.98 0.98 0.53
Hex BE 11 FD 19 5D 0 1 11C 62 35
Octal 276 21 375 31 135 0 1 434 142 65
Binary 10111110 10001 11111101 11001 1011101 0 1 100011100 1100010 110101

Color Harmonies of #BE11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11FD

Black with #BE11FD

Text Example


Text Example

White with #BE11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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