#BE80FF

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

Shades of Heliotrope #BE80FF

Tints of Heliotrope #BE80FF

Color information

#BE80FF (or 0xBE80FF) is unknown color: approx Heliotrope. HEX triplet: BE, 80 and FF. RGB value is (190,128,255). Sum of RGB (Red+Green+Blue) = 190+128+255=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FF is #417F00. Grayscale: #A0A0A0. Windows color (decimal): -4292353 or 16744638. OLE color: 16744638.

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

Color convert

RGB190128255-
CMYK0.250.5000
HSL269.29º100%75.1%-
HSV(B)269.29º49.8%100%-
XYZ4733.6198.62-
YUV161.02181.04148.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 255 (100% from 255) = 44.50%
R=33.16%
G=22.34%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1901282550.250.5000269.2910075.1
HexBE80FF19320010d644b
Octal276200377316200415144113
Binary101111101000000011111111110011100100010000110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80FF; }

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

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

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

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

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

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

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

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