Html Css Color HEX #BE13FF Electric Purple

📋 copy color: '#BE13FF'

red 190 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #BE13FF

Tints of Electric Purple #BE13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 40.95%
G = 4.09%
B = 54.96%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE13FF (or 0xBE13FF) is known color: Electric Purple. HEX triplet: BE, 13 and FF. RGB value is (190,19,255). Sum of RGB (Red+Green+Blue) = 190+19+255=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE13FF is #41EC00. Grayscale: #606060. Windows color (decimal): -4320257 or 16716734. OLE color: 16716734.

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

Color convert

RGB 190 19 255 -
CMYK 0.25 0.93 0 0
HSL 283.47º 1% 0.54% -
HSV(B) 283.47º 0.93% 1% -
XYZ 39.52 18.63 96.12 -
YUV 97.03 217.15 194.31 -
System Red Green Blue C M Y K H S L
Decimal 190 19 255 0.25 0.93 0 0 283.47 1 0.54
Hex BE 13 FF 19 5D 0 0 11B 64 36
Octal 276 23 377 31 135 0 0 433 144 66
Binary 10111110 10011 11111111 11001 1011101 0 0 100011011 1100100 110110

Color Harmonies of #BE13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE13FF

Black with #BE13FF

Text Example


Text Example

White with #BE13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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