Html Css Color HEX #BE1AFB Electric Purple

📋 copy color: '#BE1AFB'

red 190 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #BE1AFB

Tints of Electric Purple #BE1AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.57%

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 40.69%
G = 5.57%
B = 53.75%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE1AFB (or 0xBE1AFB) is known color: Electric Purple. HEX triplet: BE, 1A and FB. RGB value is (190,26,251). Sum of RGB (Red+Green+Blue) = 190+26+251=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE1AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1AFB is #41E504. Grayscale: #636363. Windows color (decimal): -4318469 or 16456382. OLE color: 16456382.

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

Color convert

RGB 190 26 251 -
CMYK 0.24 0.90 0 0.02
HSL 283.73º 0.97% 0.54% -
HSV(B) 283.73º 0.9% 0.98% -
XYZ 39.02 18.65 92.81 -
YUV 100.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 190 26 251 0.24 0.90 0 0.02 283.73 0.97 0.54
Hex BE 1A FB 18 5A 0 2 11C 61 36
Octal 276 32 373 30 132 0 2 434 141 66
Binary 10111110 11010 11111011 11000 1011010 0 10 100011100 1100001 110110

Color Harmonies of #BE1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1AFB

Black with #BE1AFB

Text Example


Text Example

White with #BE1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1AFB; }

 p { color: rgb(190,26,251); }

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

background-color css

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

 a { background-color: rgb(190,26,251); }

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

border-color css

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

 span { border-color: rgb(190,26,251); }

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