#BE1BFB

Color #BE1BFB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BE1BFB

Tints of Electric Purple #BE1BFB

Color information

#BE1BFB (or 0xBE1BFB) is unknown color: approx Electric Purple. HEX triplet: BE, 1B and FB. RGB value is (190,27,251). Sum of RGB (Red+Green+Blue) = 190+27+251=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE1BFB is #41E404. Grayscale: #646464. Windows color (decimal): -4318213 or 16456638. OLE color: 16456638.

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

Color convert

RGB19027251-
CMYK0.240.8900.02
HSL283.66º96.55%54.51%-
HSV(B)283.66º89.24%98.43%-
XYZ39.0418.792.82-
YUV101.27212.5191.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 27 (10.94% from 255) = 5.77%
BLUE value IS 251 (98.44% from 255) = 53.63%
R=40.60%
G=5.77%
B=53.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal190272510.240.8900.02283.6696.5554.51
HexBE1BFB18590211c6137
Octal27633373301310243414167
Binary1011111011011111110111100010110010101000111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1BFB; }

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

 H1.HeaderClassName
 {
   color: #BE1BFB;
 }
 .AnyTagClassName
 {
   color: #BE1BFB;
 }
</style>
background-color css

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

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

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

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

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

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