Html Css Color HEX #BE19FC Electric Purple

📋 copy color: '#BE19FC'

red 190 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #BE19FC

Tints of Electric Purple #BE19FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.35%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 40.69%
G = 5.35%
B = 53.96%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE19FC (or 0xBE19FC) is known color: Electric Purple. HEX triplet: BE, 19 and FC. RGB value is (190,25,252). Sum of RGB (Red+Green+Blue) = 190+25+252=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE19FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE19FC is #41E603. Grayscale: #636363. Windows color (decimal): -4318724 or 16521662. OLE color: 16521662.

HSL color Cylindrical-coordinate representation of color #BE19FC: hue angle of 283.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE19FC is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 25 252 -
CMYK 0.25 0.90 0 0.01
HSL 283.61º 0.97% 0.54% -
HSV(B) 283.61º 0.9% 0.99% -
XYZ 39.15 18.67 93.64 -
YUV 100.21 213.66 192.04 -
System Red Green Blue C M Y K H S L
Decimal 190 25 252 0.25 0.90 0 0.01 283.61 0.97 0.54
Hex BE 19 FC 19 5A 0 1 11C 61 36
Octal 276 31 374 31 132 0 1 434 141 66
Binary 10111110 11001 11111100 11001 1011010 0 1 100011100 1100001 110110

Color Harmonies of #BE19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19FC

Black with #BE19FC

Text Example


Text Example

White with #BE19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19FC; }

 p { color: rgb(190,25,252); }

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

background-color css

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

 a { background-color: rgb(190,25,252); }

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

border-color css

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

 span { border-color: rgb(190,25,252); }

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