Html Css Color HEX #BE1BFE Electric Purple

📋 copy color: '#BE1BFE'

red 190 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #BE1BFE

Tints of Electric Purple #BE1BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.73%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 40.34%
G = 5.73%
B = 53.93%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE1BFE (or 0xBE1BFE) is known color: Electric Purple. HEX triplet: BE, 1B and FE. RGB value is (190,27,254). Sum of RGB (Red+Green+Blue) = 190+27+254=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE1BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1BFE is #41E401. Grayscale: #646464. Windows color (decimal): -4318210 or 16653246. OLE color: 16653246.

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

Color convert

RGB 190 27 254 -
CMYK 0.25 0.89 0 0.00
HSL 283.08º 0.99% 0.55% -
HSV(B) 283.08º 0.89% 1% -
XYZ 39.52 18.89 95.33 -
YUV 101.62 214 191.04 -
System Red Green Blue C M Y K H S L
Decimal 190 27 254 0.25 0.89 0 0.00 283.08 0.99 0.55
Hex BE 1B FE 19 59 0 0 11B 63 37
Octal 276 33 376 31 131 0 0 433 143 67
Binary 10111110 11011 11111110 11001 1011001 0 0 100011011 1100011 110111

Color Harmonies of #BE1BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BFE

Black with #BE1BFE

Text Example


Text Example

White with #BE1BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BFE; }

 p { color: rgb(190,27,254); }

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

background-color css

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

 a { background-color: rgb(190,27,254); }

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

border-color css

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

 span { border-color: rgb(190,27,254); }

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