#BE12FF

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

Shades of Electric Purple #BE12FF

Tints of Electric Purple #BE12FF

Color information

#BE12FF (or 0xBE12FF) is unknown color: approx Electric Purple. HEX triplet: BE, 12 and FF. RGB value is (190,18,255). Sum of RGB (Red+Green+Blue) = 190+18+255=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE12FF is #41ED00. Grayscale: #5F5F5F. Windows color (decimal): -4320513 or 16716478. OLE color: 16716478.

HSL color Cylindrical-coordinate representation of color #BE12FF: hue angle of 283.54º 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 #BE12FF is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19018255-
CMYK0.250.9300
HSL283.54º100%53.53%-
HSV(B)283.54º92.94%100%-
XYZ39.518.696.12-
YUV96.45217.48194.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 18 (7.42% from 255) = 3.89%
BLUE value IS 255 (100% from 255) = 55.08%
R=41.04%
G=3.89%
B=55.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal190182550.250.9300283.5410053.53
HexBE12FF195D0011c6436
Octal27622377311350043414466
Binary101111101001011111111110011011101001000111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE12FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE12FF; }

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

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

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

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

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

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

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

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