Html Css Color HEX #BE16FF Electric Purple

📋 copy color: '#BE16FF'

red 190 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #BE16FF

Tints of Electric Purple #BE16FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 40.69%
G = 4.71%
B = 54.6%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE16FF (or 0xBE16FF) is known color: Electric Purple. HEX triplet: BE, 16 and FF. RGB value is (190,22,255). Sum of RGB (Red+Green+Blue) = 190+22+255=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE16FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE16FF is #41E900. Grayscale: #626262. Windows color (decimal): -4319489 or 16717502. OLE color: 16717502.

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

Color convert

RGB 190 22 255 -
CMYK 0.25 0.91 0 0
HSL 283.26º 1% 0.54% -
HSV(B) 283.26º 0.91% 1% -
XYZ 39.57 18.74 96.14 -
YUV 98.79 216.16 193.05 -
System Red Green Blue C M Y K H S L
Decimal 190 22 255 0.25 0.91 0 0 283.26 1 0.54
Hex BE 16 FF 19 5B 0 0 11B 64 36
Octal 276 26 377 31 133 0 0 433 144 66
Binary 10111110 10110 11111111 11001 1011011 0 0 100011011 1100100 110110

Color Harmonies of #BE16FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16FF

Black with #BE16FF

Text Example


Text Example

White with #BE16FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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