Html Css Color HEX #BE1BFF Electric Purple

📋 copy color: '#BE1BFF'

red 190 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #BE1BFF

Tints of Electric Purple #BE1BFF

RGB

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

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

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

R = 40.25%
G = 5.72%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE1BFF (or 0xBE1BFF) is known color: Electric Purple. HEX triplet: BE, 1B and FF. RGB value is (190,27,255). Sum of RGB (Red+Green+Blue) = 190+27+255=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1BFF is #41E400. Grayscale: #646464. Windows color (decimal): -4318209 or 16718782. OLE color: 16718782.

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

Color convert

RGB 190 27 255 -
CMYK 0.25 0.89 0 0
HSL 282.89º 1% 0.55% -
HSV(B) 282.89º 0.89% 1% -
XYZ 39.68 18.95 96.17 -
YUV 101.73 214.5 190.96 -
System Red Green Blue C M Y K H S L
Decimal 190 27 255 0.25 0.89 0 0 282.89 1 0.55
Hex BE 1B FF 19 59 0 0 11B 64 37
Octal 276 33 377 31 131 0 0 433 144 67
Binary 10111110 11011 11111111 11001 1011001 0 0 100011011 1100100 110111

Color Harmonies of #BE1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1BFF

Black with #BE1BFF

Text Example


Text Example

White with #BE1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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