#BE80FD

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

Shades of Heliotrope #BE80FD

Tints of Heliotrope #BE80FD

Color information

#BE80FD (or 0xBE80FD) is unknown color: approx Heliotrope. HEX triplet: BE, 80 and FD. RGB value is (190,128,253). Sum of RGB (Red+Green+Blue) = 190+128+253=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80FD is #417F02. Grayscale: #A0A0A0. Windows color (decimal): -4292355 or 16613566. OLE color: 16613566.

HSL color Cylindrical-coordinate representation of color #BE80FD: hue angle of 269.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE80FD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190128253-
CMYK0.250.4900.01
HSL269.76º96.9%74.71%-
HSV(B)269.76º49.41%99.22%-
XYZ46.6833.4896.93-
YUV160.79180.04148.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=33.27%
G=22.42%
B=44.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901282530.250.4900.01269.7696.974.71
HexBE80FD19310110e614b
Octal276200375316101416141113
Binary101111101000000011111101110011100010110000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80FD; }

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

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

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

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

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

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

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

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