#BE80FE

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

Shades of Heliotrope #BE80FE

Tints of Heliotrope #BE80FE

Color information

#BE80FE (or 0xBE80FE) is unknown color: approx Heliotrope. HEX triplet: BE, 80 and FE. RGB value is (190,128,254). Sum of RGB (Red+Green+Blue) = 190+128+254=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FE is #417F01. Grayscale: #A0A0A0. Windows color (decimal): -4292354 or 16679102. OLE color: 16679102.

HSL color Cylindrical-coordinate representation of color #BE80FE: hue angle of 269.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE80FE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190128254-
CMYK0.250.5000.00
HSL269.52º98.44%74.9%-
HSV(B)269.52º49.61%99.61%-
XYZ46.8433.5497.77-
YUV160.9180.54148.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=33.22%
G=22.38%
B=44.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901282540.250.5000.00269.5298.4474.9
HexBE80FE19320010e624b
Octal276200376316200416142113
Binary101111101000000011111110110011100100010000111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80FE; }

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

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

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

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

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

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

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

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