Html Css Color HEX #BE11FA Electric Purple

📋 copy color: '#BE11FA'

red 190 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #BE11FA

Tints of Electric Purple #BE11FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 41.58%
G = 3.72%
B = 54.7%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE11FA (or 0xBE11FA) is known color: Electric Purple. HEX triplet: BE, 11 and FA. RGB value is (190,17,250). Sum of RGB (Red+Green+Blue) = 190+17+250=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE11FA is #41EE05. Grayscale: #5E5E5E. Windows color (decimal): -4320774 or 16388542. OLE color: 16388542.

HSL color Cylindrical-coordinate representation of color #BE11FA: hue angle of 284.55º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE11FA is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 17 250 -
CMYK 0.24 0.93 0 0.02
HSL 284.55º 0.96% 0.52% -
HSV(B) 284.55º 0.93% 0.98% -
XYZ 38.69 18.25 91.93 -
YUV 95.29 215.31 195.55 -
System Red Green Blue C M Y K H S L
Decimal 190 17 250 0.24 0.93 0 0.02 284.55 0.96 0.52
Hex BE 11 FA 18 5D 0 2 11D 60 34
Octal 276 21 372 30 135 0 2 435 140 64
Binary 10111110 10001 11111010 11000 1011101 0 10 100011101 1100000 110100

Color Harmonies of #BE11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11FA

Black with #BE11FA

Text Example


Text Example

White with #BE11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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