Html Css Color HEX #BE11FC Electric Purple

📋 copy color: '#BE11FC'

red 190 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #BE11FC

Tints of Electric Purple #BE11FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 41.39%
G = 3.7%
B = 54.9%

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

#BE11FC (or 0xBE11FC) is known color: Electric Purple. HEX triplet: BE, 11 and FC. RGB value is (190,17,252). Sum of RGB (Red+Green+Blue) = 190+17+252=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE11FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11FC is #41EE03. Grayscale: #5E5E5E. Windows color (decimal): -4320772 or 16519614. OLE color: 16519614.

HSL color Cylindrical-coordinate representation of color #BE11FC: hue angle of 284.17º 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 #BE11FC is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 17 252 -
CMYK 0.25 0.93 0 0.01
HSL 284.17º 0.98% 0.53% -
HSV(B) 284.17º 0.93% 0.99% -
XYZ 39.01 18.38 93.59 -
YUV 95.52 216.31 195.39 -
System Red Green Blue C M Y K H S L
Decimal 190 17 252 0.25 0.93 0 0.01 284.17 0.98 0.53
Hex BE 11 FC 19 5D 0 1 11C 62 35
Octal 276 21 374 31 135 0 1 434 142 65
Binary 10111110 10001 11111100 11001 1011101 0 1 100011100 1100010 110101

Color Harmonies of #BE11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11FC

Black with #BE11FC

Text Example


Text Example

White with #BE11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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