#BF80FD

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

Shades of Heliotrope #BF80FD

Tints of Heliotrope #BF80FD

Color information

#BF80FD (or 0xBF80FD) is unknown color: approx Heliotrope. HEX triplet: BF, 80 and FD. RGB value is (191,128,253). Sum of RGB (Red+Green+Blue) = 191+128+253=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80FD is #407F02. Grayscale: #A0A0A0. Windows color (decimal): -4226819 or 16613567. OLE color: 16613567.

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

Color convert

RGB191128253-
CMYK0.250.4900.01
HSL270.24º96.9%74.71%-
HSV(B)270.24º49.41%99.22%-
XYZ46.9333.6196.94-
YUV161.09179.87149.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=33.39%
G=22.38%
B=44.23%

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
Decimal1911282530.250.4900.01270.2496.974.71
HexBF80FD19310110e614b
Octal277200375316101416141113
Binary101111111000000011111101110011100010110000111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80FD; }

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

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

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

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

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

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

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

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