Html Css Color HEX #BE16FA Electric Purple

📋 copy color: '#BE16FA'

red 190 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #BE16FA

Tints of Electric Purple #BE16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.76%

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

R = 41.13%
G = 4.76%
B = 54.11%

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

#BE16FA (or 0xBE16FA) is known color: Electric Purple. HEX triplet: BE, 16 and FA. RGB value is (190,22,250). Sum of RGB (Red+Green+Blue) = 190+22+250=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16FA is #41E905. Grayscale: #616161. Windows color (decimal): -4319494 or 16389822. OLE color: 16389822.

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

Color convert

RGB 190 22 250 -
CMYK 0.24 0.91 0 0.02
HSL 284.21º 0.96% 0.53% -
HSV(B) 284.21º 0.91% 0.98% -
XYZ 38.78 18.42 91.95 -
YUV 98.22 213.66 193.46 -
System Red Green Blue C M Y K H S L
Decimal 190 22 250 0.24 0.91 0 0.02 284.21 0.96 0.53
Hex BE 16 FA 18 5B 0 2 11C 60 35
Octal 276 26 372 30 133 0 2 434 140 65
Binary 10111110 10110 11111010 11000 1011011 0 10 100011100 1100000 110101

Color Harmonies of #BE16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16FA

Black with #BE16FA

Text Example


Text Example

White with #BE16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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