Html Css Color HEX #BE17FA Electric Purple

📋 copy color: '#BE17FA'

red 190 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #BE17FA

Tints of Electric Purple #BE17FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.97%

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

R = 41.04%
G = 4.97%
B = 54%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE17FA (or 0xBE17FA) is known color: Electric Purple. HEX triplet: BE, 17 and FA. RGB value is (190,23,250). Sum of RGB (Red+Green+Blue) = 190+23+250=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE17FA is #41E805. Grayscale: #626262. Windows color (decimal): -4319238 or 16390078. OLE color: 16390078.

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

Color convert

RGB 190 23 250 -
CMYK 0.24 0.91 0 0.02
HSL 284.14º 0.96% 0.54% -
HSV(B) 284.14º 0.91% 0.98% -
XYZ 38.8 18.46 91.96 -
YUV 98.81 213.33 193.04 -
System Red Green Blue C M Y K H S L
Decimal 190 23 250 0.24 0.91 0 0.02 284.14 0.96 0.54
Hex BE 17 FA 18 5B 0 2 11C 60 36
Octal 276 27 372 30 133 0 2 434 140 66
Binary 10111110 10111 11111010 11000 1011011 0 10 100011100 1100000 110110

Color Harmonies of #BE17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17FA

Black with #BE17FA

Text Example


Text Example

White with #BE17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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