Html Css Color HEX #BE10FA Electric Purple

📋 copy color: '#BE10FA'

red 190 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #BE10FA

Tints of Electric Purple #BE10FA

RGB

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

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

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

R = 41.67%
G = 3.51%
B = 54.82%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE10FA (or 0xBE10FA) is known color: Electric Purple. HEX triplet: BE, 10 and FA. RGB value is (190,16,250). Sum of RGB (Red+Green+Blue) = 190+16+250=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE10FA is #41EF05. Grayscale: #5D5D5D. Windows color (decimal): -4321030 or 16388286. OLE color: 16388286.

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

Color convert

RGB 190 16 250 -
CMYK 0.24 0.94 0 0.02
HSL 284.62º 0.96% 0.52% -
HSV(B) 284.62º 0.94% 0.98% -
XYZ 38.68 18.22 91.92 -
YUV 94.7 215.65 195.97 -
System Red Green Blue C M Y K H S L
Decimal 190 16 250 0.24 0.94 0 0.02 284.62 0.96 0.52
Hex BE 10 FA 18 5E 0 2 11D 60 34
Octal 276 20 372 30 136 0 2 435 140 64
Binary 10111110 10000 11111010 11000 1011110 0 10 100011101 1100000 110100

Color Harmonies of #BE10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10FA

Black with #BE10FA

Text Example


Text Example

White with #BE10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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