#BF80F9

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

Shades of Heliotrope #BF80F9

Tints of Heliotrope #BF80F9

Color information

#BF80F9 (or 0xBF80F9) is unknown color: approx Heliotrope. HEX triplet: BF, 80 and F9. RGB value is (191,128,249). Sum of RGB (Red+Green+Blue) = 191+128+249=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80F9 is #407F06. Grayscale: #A0A0A0. Windows color (decimal): -4226823 or 16351423. OLE color: 16351423.

HSL color Cylindrical-coordinate representation of color #BF80F9: hue angle of 271.24º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF80F9 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191128249-
CMYK0.230.4900.02
HSL271.24º90.98%73.92%-
HSV(B)271.24º48.59%97.65%-
XYZ46.333.3593.62-
YUV160.63177.87149.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=33.63%
G=22.54%
B=43.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911282490.230.4900.02271.2490.9873.92
HexBF80F917310210f5b4a
Octal277200371276102417133112
Binary1011111110000000111110011011111000101010000111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80F9; }

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

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

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

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

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

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

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

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