#BF82F9

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

Shades of Heliotrope #BF82F9

Tints of Heliotrope #BF82F9

Color information

#BF82F9 (or 0xBF82F9) is unknown color: approx Heliotrope. HEX triplet: BF, 82 and F9. RGB value is (191,130,249). Sum of RGB (Red+Green+Blue) = 191+130+249=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF82F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF82F9 is #407D06. Grayscale: #A1A1A1. Windows color (decimal): -4226311 or 16351935. OLE color: 16351935.

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

Color convert

RGB191130249-
CMYK0.230.4800.02
HSL270.76º90.84%74.31%-
HSV(B)270.76º47.79%97.65%-
XYZ46.5733.8893.71-
YUV161.8177.21148.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 249 (97.66% from 255) = 43.68%
R=33.51%
G=22.81%
B=43.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911302490.230.4800.02270.7690.8474.31
HexBF82F917300210f5b4a
Octal277202371276002417133112
Binary1011111110000010111110011011111000001010000111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82F9; }

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

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

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

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

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

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

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

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